POST v1/consumers-web/customer-communication/threads/{threadId}/reply
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| threadId | globally unique identifier |
Required |
Body Parameters
CustomerCommunicationReplyRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| ThreadId | globally unique identifier |
None. |
|
| Message | string |
String length: inclusive between 2 and 500 |
Request Formats
application/json, text/json
Sample:
{
"ThreadId": "16f6abf0-90e6-47ed-84d2-cdb39e9e2126",
"Message": "sample string 2"
}
application/xml, text/xml
Sample:
<CustomerCommunicationReplyRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FfMobileApi.Models"> <Message>sample string 2</Message> <ThreadId>16f6abf0-90e6-47ed-84d2-cdb39e9e2126</ThreadId> </CustomerCommunicationReplyRequest>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.