POST api/LiveChat/saveNotifChat
Request Information
URI Parameters
None.
Body Parameters
HistoryChatNotifReceivedDataModels| Name | Description | Type | Additional information |
|---|---|---|---|
| Doc_Support | string |
None. |
|
| farmerNumber | string |
None. |
|
| expertNumber | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Doc_Support": "sample string 1",
"farmerNumber": "sample string 2",
"expertNumber": "sample string 3"
}
application/xml, text/xml
Sample:
<HistoryChatNotifReceivedDataModels xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FarmerPublicAPI.Models.LiveChatIntegrator.ReceivedDataModels"> <Doc_Support>sample string 1</Doc_Support> <expertNumber>sample string 3</expertNumber> <farmerNumber>sample string 2</farmerNumber> </HistoryChatNotifReceivedDataModels>
multipart/form-data
Sample:
<HistoryChatNotifReceivedDataModels xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FarmerPublicAPI.Models.LiveChatIntegrator.ReceivedDataModels"><Doc_Support>sample string 1</Doc_Support><expertNumber>sample string 3</expertNumber><farmerNumber>sample string 2</farmerNumber></HistoryChatNotifReceivedDataModels>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
LiveChatBaseTreeModels| Name | Description | Type | Additional information |
|---|---|---|---|
| message | string |
None. |
|
| success | boolean |
None. |
|
| data | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"message": "sample string 1",
"success": true,
"data": {}
}
application/xml, text/xml
Sample:
<LiveChatBaseTreeModels xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FarmerPublicAPI.Models.LiveChatIntegrator.BaseTreeModels"> <data /> <message>sample string 1</message> <success>true</success> </LiveChatBaseTreeModels>
multipart/form-data
Sample:
<LiveChatBaseTreeModels xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FarmerPublicAPI.Models.LiveChatIntegrator.BaseTreeModels"><data /><message>sample string 1</message><success>true</success></LiveChatBaseTreeModels>