POST api/AppChat/AppSaveChatUpdate
AppSaveChatUpdate
Request Information
URI Parameters
None.
Body Parameters
App_SaveChatUpdate| Name | Description | Type | Additional information |
|---|---|---|---|
| ChatUUID | globally unique identifier |
None. |
|
| ChatText | string |
None. |
|
| ChatTiming | date |
None. |
|
| ChatDurationH | integer |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"ChatUUID": "20e66a48-8302-463c-b490-559f0dd2639e",
"ChatText": "sample string 1",
"ChatTiming": "2026-06-20T22:50:18.1485179+03:00",
"ChatDurationH": 1,
"UserUUIDCur": "68772803-c0ef-4d5b-b7bb-05bf4f2a55f0"
}
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. |