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": "408c26c7-00bd-47eb-8afc-0978f8f88c94",
"CreatorID": "d4e996c9-8749-434b-86c1-d8430fd89272",
"CreatedDateUtc": "2025-12-05T09:27:49.5989693+00:00",
"UpdatedDateUtc": "2025-12-05T09:27:49.5989693+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.