POST api/Contact

Request Information

URI Parameters

None.

Body Parameters

ContactInfo
NameDescriptionTypeAdditional information
ConversationId

string

None.

CustomerEmail

string

None.

CustomerName

string

None.

CustomerPhone

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ConversationId": "sample string 1",
  "CustomerEmail": "sample string 2",
  "CustomerName": "sample string 3",
  "CustomerPhone": "sample string 4"
}

application/xml, text/xml

Sample:
<ContactController.ContactInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebhookReceiver.Controllers">
  <ConversationId>sample string 1</ConversationId>
  <CustomerEmail>sample string 2</CustomerEmail>
  <CustomerName>sample string 3</CustomerName>
  <CustomerPhone>sample string 4</CustomerPhone>
</ContactController.ContactInfo>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.