POST api/AppChat/AppSaveChatSent
AppSaveChatSent
Request Information
URI Parameters
None.
Body Parameters
AppSaveChatSent| Name | Description | Type | Additional information |
|---|---|---|---|
| UserUUIDChatTo | globally unique identifier |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserUUIDChatTo": "2ad00a9f-861a-46fa-bd95-450df4b2f78d",
"UserUUIDCur": "bc537341-2e5e-442c-bbf9-625684f4df85"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |