POST api/PSAPI/ReferFriendWeb
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
ReferFriendResponseName | Description | Type | Additional information |
---|---|---|---|
Status | boolean |
None. |
|
Message | string |
None. |
|
ReferredCount | integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "status": true, "message": "sample string 2", "referredCount": 3 }
text/xml
Sample:
<ReferFriendResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PMSBL.Entity"> <Message>sample string 2</Message> <ReferredCount>3</ReferredCount> <Status>true</Status> </ReferFriendResponse>