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": "1261609d-45e2-48be-85d1-97985a5c6021",
"ChatText": "sample string 1",
"ChatTiming": "2026-03-21T05:34:54.4734322+02:00",
"ChatDurationH": 1,
"UserUUIDTo": "4c9bea26-01fb-4bd5-8e1c-d7daf701ffc4",
"ChatRoomUUID": "97464d40-4b7f-4806-8233-fc6693e18f04",
"UserUUIDFrom": "01740769-b94c-4b19-ba7f-0205734e977c",
"ChatCommand": "sample string 2",
"AddressPublic": "sample string 3",
"AddressLocal": "sample string 4",
"SiteUUID": "454c4d5a-ca5c-43e0-8b3e-4635410eabcd",
"Token": "1e4ec5a3-162b-412b-aa8a-3b0b4c8ec73b"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}