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": "baedb67f-d2eb-473e-8f3d-6a31ad92eda5", "ChatText": "sample string 1", "ChatTiming": "2025-05-07T02:14:01.2060969+03:00", "ChatDurationH": 1, "UserUUIDCur": "e68c6322-ba92-42b9-aa4d-5f38fbeaf7f9" }
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. |