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": "f7a9c986-62cc-4334-a464-de8e944c5bf5",
"ChatText": "sample string 1",
"ChatTiming": "2026-05-06T07:28:56.7274744+03:00",
"ChatDurationH": 1,
"UserUUIDTo": "5b7d8e72-b7e0-42a7-85c8-a88d04936bf1",
"ChatRoomUUID": "3c056e55-ecd1-4dcb-bd6b-8c9ebfe035c0",
"UserUUIDFrom": "6966c9d6-a58d-493d-b0e0-ed80564eb5f6",
"ChatCommand": "sample string 2",
"AddressPublic": "sample string 3",
"AddressLocal": "sample string 4",
"SiteUUID": "3de634b9-e5f6-46c4-9ec3-f6e785a440b8",
"Token": "80ebb411-e083-4cad-b04e-ef35b2a00f1e"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}