POST API/Chatbot/Subscriber/FMCRCustomerAccount
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
FMRCustomerServiceResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Message | string |
None. |
|
| IsFMRSharpIncrease | boolean |
None. |
|
| FMRPerentageIncremet | string |
None. |
|
| FMRPriceIncremet | string |
None. |
|
| FMRMessage | string |
None. |
|
| ResponseCode | integer |
None. |
|
| RequestID | string |
None. |
|
| SmsID | string |
None. |
|
| FMR | string |
None. |
|
| FMRNew | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Message": "sample string 1",
"IsFMRSharpIncrease": true,
"FMRPerentageIncremet": "sample string 3",
"FMRPriceIncremet": "sample string 4",
"FMRMessage": "sample string 5",
"ResponseCode": 6,
"RequestID": "sample string 7",
"SmsID": "sample string 8",
"FMR": "sample string 9",
"FMRNew": "sample string 10"
}
application/xml, text/xml
Sample:
<FMRCustomerServiceResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Phoenix.IN.MVC.d2h.ChatbotAPIs.Models"> <FMR>sample string 9</FMR> <FMRMessage>sample string 5</FMRMessage> <FMRNew>sample string 10</FMRNew> <FMRPerentageIncremet>sample string 3</FMRPerentageIncremet> <FMRPriceIncremet>sample string 4</FMRPriceIncremet> <IsFMRSharpIncrease>true</IsFMRSharpIncrease> <Message>sample string 1</Message> <RequestID>sample string 7</RequestID> <ResponseCode>6</ResponseCode> <SmsID>sample string 8</SmsID> </FMRCustomerServiceResult>