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": "5369e515-a619-419a-aa12-78e4842a5a41",
"UserUUIDCur": "678bdf85-b545-4ccc-96ac-fb29aa88f5b3"
}
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. |