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": "72ce1c48-9b4d-4304-809f-698f5a84ef30",
"ChatText": "sample string 1",
"ChatTiming": "2026-03-21T23:33:04.0833613+02:00",
"ChatDurationH": 1,
"UserUUIDCur": "8ea34bb9-b16e-46e9-bb34-16b7b3911071"
}
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. |