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": "f4097355-7e20-4b8c-b581-2c4e1cf62f99",
"DateTime": "2025-12-05T09:28:23.5970924+00:00",
"SessionID": "7b1593c9-4591-4208-aeea-84a14b539bcb",
"SecurityGroupUserID": "a6beeaff-0010-4aa1-a889-ff0ccadd50a4",
"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.