POST Application/PostSessionErrors
Request Information
URI Parameters
None.
Body Parameters
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": "0d0b0795-1206-40ad-a482-cefb2e316644",
"DateTime": "2025-12-05T09:28:23.4721613+00:00",
"SessionID": "471a8e22-6f3d-4b79-b5a6-1663d449c076",
"SecurityGroupUserID": "11c37405-b08c-4df3-9761-9b6897b71e4d",
"Message": "sample string 3",
"ErrorInfo": "sample string 4",
"Viewed": true,
"FollowUp": true,
"ExternalCode": "sample string 7"
}
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.