POST api/PSAPI/ReferralCodeValidation

Request Information

URI Parameters

None.

Body Parameters

Collection of Object

None.

Request Formats

application/json, text/json, application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

VerifyReferralCodeEntity
NameDescriptionTypeAdditional information
ReferrerPanelistId

integer

None.

ReferrerCode

string

None.

Count

integer

None.

Status

boolean

None.

Message

string

None.

HelpdeskEmailId

string

None.

StatusId

integer

None.

IsUserActive

boolean

None.

OTPInfo

string

None.

OTPInfoMessage

string

None.

CLI_Id

string

None.

isOtpLimitExceeded

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "isOtpLimitExceeded": true,
  "referrerPanelistId": 1,
  "referrerCode": "sample string 2",
  "count": 3,
  "status": true,
  "message": "sample string 5",
  "helpdeskEmailId": "sample string 6",
  "statusId": 7,
  "isUserActive": true,
  "otpInfo": "sample string 9",
  "otpInfoMessage": "sample string 10",
  "clI_Id": "sample string 11"
}

text/xml

Sample:
<VerifyReferralCodeEntity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PMSBL.Entity">
  <_Message>sample string 5</_Message>
  <_Status>true</_Status>
  <_helpdeskEmailId>sample string 6</_helpdeskEmailId>
  <_isUserActive>true</_isUserActive>
  <_statusId>7</_statusId>
  <_x003C_CLI_Id_x003E_k__BackingField>sample string 11</_x003C_CLI_Id_x003E_k__BackingField>
  <_x003C_OTPInfoMessage_x003E_k__BackingField>sample string 10</_x003C_OTPInfoMessage_x003E_k__BackingField>
  <_x003C_OTPInfo_x003E_k__BackingField>sample string 9</_x003C_OTPInfo_x003E_k__BackingField>
  <isOtpLimitExceeded>true</isOtpLimitExceeded>
  <Count>3</Count>
  <ReferrerCode>sample string 2</ReferrerCode>
  <ReferrerPanelistId>1</ReferrerPanelistId>
</VerifyReferralCodeEntity>