POST OctachatWebhook
Request Information
URI Parameters
None.
Body Parameters
OctachatApiDtoName | Description | Type | Additional information |
---|---|---|---|
client_id | string |
None. |
|
client_id_2 | string |
None. |
|
client_id_3 | string |
None. |
|
chat | string |
None. |
|
string |
None. |
Request Formats
application/json, text/json
Sample:
{ "client_id": "sample string 1", "client_id_2": "sample string 2", "client_id_3": "sample string 3", "chat": "sample string 4", "email": "sample string 5" }
text/html
Sample:
{"client_id":"sample string 1","client_id_2":"sample string 2","client_id_3":"sample string 3","chat":"sample string 4","email":"sample string 5"}
application/xml, text/xml
Sample:
<OctachatApiDto> <client_id>sample string 1</client_id> <client_id_2>sample string 2</client_id_2> <client_id_3>sample string 3</client_id_3> <chat>sample string 4</chat> <email>sample string 5</email> </OctachatApiDto>
Response Information
Resource Description
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |