POST v1/consumers-web/customer-communication/threads/{threadId}/reply

Request Information

URI Parameters

NameDescriptionTypeAdditional information
threadId

globally unique identifier

Required

Body Parameters

CustomerCommunicationReplyRequest
NameDescriptionTypeAdditional 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:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'CustomerCommunicationReplyRequest'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.