POST api/PSAPI/ReferFriendTermsAndConditions
Request Information
URI Parameters
None.
Body Parameters
Collection of ObjectNone.
Request Formats
application/json, text/json, application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ReferFriendTCResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | boolean |
None. |
|
| Message | string |
None. |
|
| ReferralBonusPoint | integer |
None. |
|
| ReferralJoiningBonusPoint | integer |
None. |
|
| lstReferFriendTermsAndConditions | Collection of ReferFriendTermsAndConditions |
None. |
|
| lstReferFriendThanksAndRegards | Collection of ReferFriendThanksAndRegards |
None. |
Response Formats
application/json, text/json
Sample:
{
"status": true,
"message": "sample string 2",
"referralBonusPoint": 3,
"referralJoiningBonusPoint": 4,
"lstReferFriendTermsAndConditions": [
{
"description": "sample string 1"
},
{
"description": "sample string 1"
}
],
"lstReferFriendThanksAndRegards": [
{
"description": "sample string 1"
},
{
"description": "sample string 1"
}
]
}
text/xml
Sample:
<ReferFriendTCResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PMSBL.Entity">
<Message>sample string 2</Message>
<ReferralBonusPoint>3</ReferralBonusPoint>
<ReferralJoiningBonusPoint>4</ReferralJoiningBonusPoint>
<Status>true</Status>
<lstReferFriendTermsAndConditions>
<ReferFriendTermsAndConditions>
<Description>sample string 1</Description>
</ReferFriendTermsAndConditions>
<ReferFriendTermsAndConditions>
<Description>sample string 1</Description>
</ReferFriendTermsAndConditions>
</lstReferFriendTermsAndConditions>
<lstReferFriendThanksAndRegards>
<ReferFriendThanksAndRegards>
<Description>sample string 1</Description>
</ReferFriendThanksAndRegards>
<ReferFriendThanksAndRegards>
<Description>sample string 1</Description>
</ReferFriendThanksAndRegards>
</lstReferFriendThanksAndRegards>
</ReferFriendTCResponse>