PUT Application/PutSessionErrors
Request Information
URI Parameters
None.
Body Parameters
Collection of SessionError| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | globally unique identifier |
None. |
|
| DateTime | date |
Required |
|
| SessionID | globally unique identifier |
None. |
|
| SecurityGroupUserID | globally unique identifier |
None. |
|
| Message | string |
None. |
|
| ErrorInfo | string |
None. |
|
| Viewed | boolean |
Required |
|
| FollowUp | boolean |
Required |
|
| ExternalCode | string |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"ID": "b586fce4-f118-4dce-b489-e2a023b985f6",
"DateTime": "2026-02-14T11:33:40.1570538+00:00",
"SessionID": "7bf19a49-c07c-4079-921c-2709aa3c6243",
"SecurityGroupUserID": "99e8079b-e6a7-4caa-96f6-579fe42005e0",
"Message": "sample string 3",
"ErrorInfo": "sample string 4",
"Viewed": true,
"FollowUp": true,
"ExternalCode": "sample string 7"
},
{
"$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.