POST api/PSAPI/GetReferProfile
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
ReferProfileResponse| Name | Description | Type | Additional information | 
|---|---|---|---|
| Status | boolean | None. | |
| Message | string | None. | |
| ReferralCountMonth | integer | None. | |
| MonthlyReferralCount | integer | None. | |
| ReferralCode | string | None. | |
| LanguageCulture | string | None. | |
| ReferralBonusPoint | integer | None. | |
| ReferralJoiningBonusPoint | integer | None. | 
Response Formats
application/json, text/json
            Sample:
        
{
  "status": true,
  "message": "sample string 2",
  "referralCountMonth": 3,
  "monthlyReferralCount": 4,
  "referralCode": "sample string 5",
  "languageCulture": "sample string 6",
  "referralBonusPoint": 7,
  "referralJoiningBonusPoint": 8
}
        text/xml
            Sample:
<ReferProfileResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PMSBL.Entity"> <LanguageCulture>sample string 6</LanguageCulture> <Message>sample string 2</Message> <MonthlyReferralCount>4</MonthlyReferralCount> <ReferralBonusPoint>7</ReferralBonusPoint> <ReferralCode>sample string 5</ReferralCode> <ReferralCountMonth>3</ReferralCountMonth> <ReferralJoiningBonusPoint>8</ReferralJoiningBonusPoint> <Status>true</Status> </ReferProfileResponse>