PUT Mobility/PutAssistantChat
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": "e18b4077-96bc-4f4a-aa7e-f9d2bffa738c",
"CreatorID": "ba203207-cf60-45c9-b24f-9edcf73b2b75",
"CreatedDateUtc": "2025-12-05T09:27:49.0520924+00:00",
"UpdatedDateUtc": "2025-12-05T09:27:49.0520924+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.