POST api/Crm/GetChat
CrmGetChat
Request Information
URI Parameters
None.
Body Parameters
crm_GetPersonalChat| Name | Description | Type | Additional information |
|---|---|---|---|
| ChatUUID | globally unique identifier |
None. |
|
| UserUUIDTo | globally unique identifier |
None. |
|
| ChatRoomUUID | globally unique identifier |
None. |
|
| UserUUIDFrom | globally unique identifier |
None. |
|
| SiteUUID | globally unique identifier |
None. |
|
| Token | globally unique identifier |
None. |
|
| AddressPublic | string |
None. |
|
| AddressLocal | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ChatUUID": "209e8460-c3aa-4e9f-afc2-b81e75af138a",
"UserUUIDTo": "4bb3ff02-2410-435e-b360-8b82ee5116f5",
"ChatRoomUUID": "7ce85285-e9aa-47f2-84bb-4ab8f3493a40",
"UserUUIDFrom": "6c784b77-39ba-4030-a00d-ca0973636ea2",
"SiteUUID": "8e379fad-9478-4933-8ba5-cb1c43f96b31",
"Token": "315aa650-61d1-426a-a249-a81ac0975f7f",
"AddressPublic": "sample string 3",
"AddressLocal": "sample string 4"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]