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": "9466be65-08a9-460a-9a67-75809497091b",
"UserUUIDTo": "77a40958-f994-4a8d-b52a-cb0a6b92491c",
"ChatRoomUUID": "2d8742a6-1346-4483-9c15-433bc2cfa31f",
"UserUUIDFrom": "cd444b59-1701-4be8-854a-abd0c33c9def",
"SiteUUID": "4b4fc3bd-ad02-4460-ab38-ed12f248e547",
"Token": "b781d0f7-c3c1-451a-9a02-fc1e75278ccd",
"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:
[
{},
{}
]