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": "cadf6ddd-c26e-4171-bc60-420c8d7dabe4",
"CreatorID": "0ca04923-4189-47f3-af63-740d5a023765",
"CreatedDateUtc": "2026-03-11T11:53:01.362569+00:00",
"UpdatedDateUtc": "2026-03-11T11:53:01.362569+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.