GET api/PSAPI/UnSubscribeGet
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
UnsubscribePanelist| Name | Description | Type | Additional information | 
|---|---|---|---|
| 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. | |
| lstUnsubscribe | Collection of UnSubscribeEntity | None. | |
| isOtpLimitExceeded | boolean | None. | 
Response Formats
application/json, text/json
            Sample:
        
{
  "lstUnsubscribe": [
    {
      "id": 1,
      "reason": "sample string 2"
    },
    {
      "id": 1,
      "reason": "sample string 2"
    }
  ],
  "isOtpLimitExceeded": true,
  "status": true,
  "message": "sample string 2",
  "helpdeskEmailId": "sample string 3",
  "statusId": 4,
  "isUserActive": true,
  "otpInfo": "sample string 6",
  "otpInfoMessage": "sample string 7",
  "clI_Id": "sample string 8"
}
        text/xml
            Sample:
<UnsubscribePanelist xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PMSBL.Entity.PSWebService">
  <_Message xmlns="http://schemas.datacontract.org/2004/07/PMSBL.Entity">sample string 2</_Message>
  <_Status xmlns="http://schemas.datacontract.org/2004/07/PMSBL.Entity">true</_Status>
  <_helpdeskEmailId xmlns="http://schemas.datacontract.org/2004/07/PMSBL.Entity">sample string 3</_helpdeskEmailId>
  <_isUserActive xmlns="http://schemas.datacontract.org/2004/07/PMSBL.Entity">true</_isUserActive>
  <_statusId xmlns="http://schemas.datacontract.org/2004/07/PMSBL.Entity">4</_statusId>
  <_x003C_CLI_Id_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/PMSBL.Entity">sample string 8</_x003C_CLI_Id_x003E_k__BackingField>
  <_x003C_OTPInfoMessage_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/PMSBL.Entity">sample string 7</_x003C_OTPInfoMessage_x003E_k__BackingField>
  <_x003C_OTPInfo_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/PMSBL.Entity">sample string 6</_x003C_OTPInfo_x003E_k__BackingField>
  <isOtpLimitExceeded xmlns="http://schemas.datacontract.org/2004/07/PMSBL.Entity">true</isOtpLimitExceeded>
  <lstUnsubscribe>
    <UnSubscribeEntity>
      <Id>1</Id>
      <Reason>sample string 2</Reason>
    </UnSubscribeEntity>
    <UnSubscribeEntity>
      <Id>1</Id>
      <Reason>sample string 2</Reason>
    </UnSubscribeEntity>
  </lstUnsubscribe>
</UnsubscribePanelist>