PUT Mobility/PutAssistantChats
Request Information
URI Parameters
None.
Body Parameters
Collection of 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": "1",
"ID": "58e661f6-d5bf-4df1-a672-b8d7ad6c4c48",
"CreatorID": "16fbd6a9-09f9-4fec-8624-60b71f634913",
"CreatedDateUtc": "2026-02-14T11:36:07.2864634+00:00",
"UpdatedDateUtc": "2026-02-14T11:36:07.2864634+00:00",
"IsCreatorArchived": true,
"Title": "sample string 6"
},
{
"$ref": "1"
}
]
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.