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": "b5e7188f-fc84-4ae4-94d5-47b1ab20ba4a",
"ChatID": "2cfb30f0-b869-4756-bd8b-36488ad08c83",
"RecipientID": "5cee03fe-1caf-49f2-a22d-36f4d79ff96d",
"Message": "QEA=",
"StatusID": 3,
"CreatedDateUtc": "2026-02-14T11:33:39.7508478+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.