PUT Mobility/PutAssistantPrivateMessages
Request Information
URI Parameters
None.
Body Parameters
Collection of AssistantPrivateMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | globally unique identifier |
None. |
|
| ChatID | globally unique identifier |
Required |
|
| RecipientID | globally unique identifier |
None. |
|
| Message | Collection of byte |
Required |
|
| StatusID | integer |
Required |
|
| CreatedDateUtc | date |
Required |
|
| IsCreatorArchived | boolean |
Required |
Request Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"ID": "cc25f3ef-1158-46f2-a567-38a082e282bd",
"ChatID": "4f9b1900-42d6-485e-8940-b5ed8bb1be65",
"RecipientID": "cde2939d-076f-4aad-9c23-91efd2928d7d",
"Message": "QEA=",
"StatusID": 3,
"CreatedDateUtc": "2026-06-06T18:39:22.3275289+00:00",
"IsCreatorArchived": true
},
{
"$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.