POST api/KDCALiveChat/CrispText

Request Information

URI Parameters

None.

Body Parameters

CrispMessageText
NameDescriptionTypeAdditional information
type

string

None.

from

string

None.

origin

string

None.

content

string

None.

Request Formats

application/json, text/json

Sample:
{
  "type": "sample string 1",
  "from": "sample string 2",
  "origin": "sample string 3",
  "content": "sample string 4"
}

application/xml, text/xml

Sample:
<CrispMessageText xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KDCA.Model">
  <content>sample string 4</content>
  <from>sample string 2</from>
  <origin>sample string 3</origin>
  <type>sample string 1</type>
</CrispMessageText>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.