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": "d7023d63-e67f-4dad-9aae-ced31be995e6", "ChatText": "sample string 1", "ChatTiming": "2025-09-23T00:32:05.9082161+03:00", "ChatDurationH": 1, "UserUUIDCur": "67e35ff2-7ed8-4ccc-9f0f-7f2edd41d641" }
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. |