POST api/Crm/SaveChat
CrmSaveChat
Request Information
URI Parameters
None.
Body Parameters
crm_SavePersonalChat| Name | Description | Type | Additional information |
|---|---|---|---|
| ChatUUID | globally unique identifier |
None. |
|
| ChatText | string |
None. |
|
| ChatTiming | date |
None. |
|
| ChatDurationH | integer |
None. |
|
| UserUUIDTo | globally unique identifier |
None. |
|
| ChatRoomUUID | globally unique identifier |
None. |
|
| UserUUIDFrom | globally unique identifier |
None. |
|
| ChatCommand | string |
None. |
|
| AddressPublic | string |
None. |
|
| AddressLocal | string |
None. |
|
| SiteUUID | globally unique identifier |
None. |
|
| Token | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"ChatUUID": "bd2fd809-6ec6-449d-892e-3e23a5614d82",
"ChatText": "sample string 1",
"ChatTiming": "2026-06-20T22:54:52.9526776+03:00",
"ChatDurationH": 1,
"UserUUIDTo": "e45a1633-67a3-4ac3-a199-e170a1e6bd1f",
"ChatRoomUUID": "9a070ec8-c422-44af-af53-30be2eafd2a0",
"UserUUIDFrom": "30399750-d93e-4ba8-9743-64232a88f783",
"ChatCommand": "sample string 2",
"AddressPublic": "sample string 3",
"AddressLocal": "sample string 4",
"SiteUUID": "58d8fd4d-3917-443f-aa95-aff3b96df59a",
"Token": "a5df26da-6eed-44b9-9b38-3fbb356670b8"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}