POST UserCRM/SaveTawkToClient
Request Information
URI Parameters
None.
Body Parameters
TawkToClientSaveWebAPIReq_BO| Name | Description | Type | Additional information |
|---|---|---|---|
| Token | integer |
None. |
|
| Data | TawkToClientReq_BO |
None. |
Request Formats
application/json, text/json
Sample:
{
"Token": 1,
"Data": {
"Id": 1,
"UserID": 2,
"TawkTo_PropertyId": "sample string 3",
"TawkTo_PropertyName": "sample string 4",
"DomainName": "sample string 5",
"WidgetId": "sample string 6",
"SavePrechatForm": true,
"SaveChatData": true
}
}
text/html
Sample:
{"Token":1,"Data":{"Id":1,"UserID":2,"TawkTo_PropertyId":"sample string 3","TawkTo_PropertyName":"sample string 4","DomainName":"sample string 5","WidgetId":"sample string 6","SavePrechatForm":true,"SaveChatData":true}}
application/xml, text/xml
Sample:
<TawkToClientSaveWebAPIReq_BO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Kit19BO_V2.UserCRM">
<Data>
<DomainName>sample string 5</DomainName>
<Id>1</Id>
<SaveChatData>true</SaveChatData>
<SavePrechatForm>true</SavePrechatForm>
<TawkTo_PropertyId>sample string 3</TawkTo_PropertyId>
<TawkTo_PropertyName>sample string 4</TawkTo_PropertyName>
<UserID>2</UserID>
<WidgetId>sample string 6</WidgetId>
</Data>
<Token>1</Token>
</TawkToClientSaveWebAPIReq_BO>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | 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. |