PUT Application/PutSessionError
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": "932760d9-8b67-4096-824b-5981936eacfd",
"DateTime": "2025-12-05T09:28:23.6595896+00:00",
"SessionID": "d6a72874-c51d-41c8-93c6-1286bcdb369d",
"SecurityGroupUserID": "b199af09-3b2a-4030-a035-617c62b47b52",
"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.