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": "8345bf1a-9f17-407d-bbce-c1135914b9c4",
"UserUUIDTo": "fc4554c3-284b-4eee-b7f5-b7d0b06956d6",
"ChatRoomUUID": "6ad9d2cf-ac96-43e3-83a5-13aa4793d57c",
"UserUUIDFrom": "7a8b6b38-f273-4da8-9ceb-5b75d3fa9310",
"SiteUUID": "3995781c-16af-480d-a7c4-f27d08278100",
"Token": "baa15716-c200-452c-90dc-2eac235c8cbc",
"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:
[
{},
{}
]