POST Mobility/PostAssistantChats
Request Information
URI Parameters
None.
Body Parameters
AssistantChat| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | globally unique identifier |
None. |
|
| CreatorID | globally unique identifier |
Required |
|
| CreatedDateUtc | date |
Required |
|
| UpdatedDateUtc | date |
Required |
|
| IsCreatorArchived | boolean |
Required |
|
| Title | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": "0bff6ec2-15fa-44d6-a761-01a08f5f8f33",
"CreatorID": "2a26e3a5-3700-44e2-b969-d9c505fe2328",
"CreatedDateUtc": "2026-04-20T09:55:37.1667798+00:00",
"UpdatedDateUtc": "2026-04-20T09:55:37.1667798+00:00",
"IsCreatorArchived": true,
"Title": "sample string 6"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ServiceResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| IsSuccess | boolean |
None. |
|
| ErrorMessage | string |
None. |
|
| Code | string |
None. |
|
| StackTrace | string |
None. |
|
| Response | ServiceItem |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.