POST v1/consumers/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": "421ad930-9481-46d7-946d-4ac0116527cb",
"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>421ad930-9481-46d7-946d-4ac0116527cb</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.