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": "0e0b9da4-ac10-4a33-8bf9-aae71df730d1",
"ChatID": "c16319c2-f72c-40e3-b198-5b49efc3361b",
"RecipientID": "dc3c0b9d-753c-4da4-9d26-764e3fa25daf",
"Message": "QEA=",
"StatusID": 3,
"CreatedDateUtc": "2026-04-20T10:02:10.6388221+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.