POST api/AppChat/AppSaveChatSent
AppSaveChatSent
Request Information
URI Parameters
None.
Body Parameters
AppSaveChatSentName | Description | Type | Additional information |
---|---|---|---|
UserUUIDChatTo | globally unique identifier |
None. |
|
UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "UserUUIDChatTo": "9e1504b0-6539-49b7-9918-2c3ec174aee7", "UserUUIDCur": "b1faa75d-9bdf-4ec5-ac0f-b612604d5338" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessageName | 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. |