PUT Mobility/PutAssistantPrivateMessage
Request Information
URI Parameters
None.
Body Parameters
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": "3794a27a-5cb6-4584-a9b5-92eb3901079b",
"ChatID": "5919674e-e60c-4aa5-b8aa-a4f819da1608",
"RecipientID": "b47d46c8-453b-4b46-aa68-d7073ff8c8b2",
"Message": "QEA=",
"StatusID": 3,
"CreatedDateUtc": "2026-07-07T10:09:25.6769059+00:00",
"IsCreatorArchived": true
}
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.