POST api/AppChat/AppSaveChatUpdate
AppSaveChatUpdate
Request Information
URI Parameters
None.
Body Parameters
App_SaveChatUpdateName | 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": "3c8e5e00-e49d-4330-aa14-8bad43cdfade", "ChatText": "sample string 1", "ChatTiming": "2025-07-27T11:14:57.3845916+03:00", "ChatDurationH": 1, "UserUUIDCur": "d97a7475-1487-4cd2-aec1-ce1201ef60a5" }
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. |