POST API/Chatbot/Subscriber/YPWRNoOptInD2hBOT
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
YPWRCustomerServiceResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Message | string |
None. |
|
| ResponseCode | integer |
None. |
|
| RequestID | string |
None. |
|
| Balance | string |
None. |
|
| YPWRAmount | string |
None. |
|
| ScheduledDate | string |
None. |
|
| AlertRechargeBeforeDate | string |
None. |
|
| BalanceRemainingForDays | string |
None. |
|
| GetYPWRAfterDate | string |
None. |
|
| MaxAllowedDisconnectionDays | string |
None. |
|
| YPWRDays | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"Message": "sample string 1",
"ResponseCode": 2,
"RequestID": "sample string 3",
"Balance": "sample string 4",
"YPWRAmount": "sample string 5",
"ScheduledDate": "sample string 6",
"AlertRechargeBeforeDate": "sample string 7",
"BalanceRemainingForDays": "sample string 8",
"GetYPWRAfterDate": "sample string 9",
"MaxAllowedDisconnectionDays": "sample string 10",
"YPWRDays": 11
}
application/xml, text/xml
Sample:
<YPWRCustomerServiceResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Phoenix.IN.MVC.d2h.ChatbotAPIs.Models"> <AlertRechargeBeforeDate>sample string 7</AlertRechargeBeforeDate> <Balance>sample string 4</Balance> <BalanceRemainingForDays>sample string 8</BalanceRemainingForDays> <GetYPWRAfterDate>sample string 9</GetYPWRAfterDate> <MaxAllowedDisconnectionDays>sample string 10</MaxAllowedDisconnectionDays> <Message>sample string 1</Message> <RequestID>sample string 3</RequestID> <ResponseCode>2</ResponseCode> <ScheduledDate>sample string 6</ScheduledDate> <YPWRAmount>sample string 5</YPWRAmount> <YPWRDays>11</YPWRDays> </YPWRCustomerServiceResult>