POST Application/PostSessionErrors
Request Information
URI Parameters
None.
Body Parameters
SessionErrorName | 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": "6a479c76-ece8-48f1-a3a6-4a7d44ebb2f3", "DateTime": "2025-09-05T18:36:57.5558028+00:00", "SessionID": "e4e21d8c-9a77-42af-a000-568ed162b298", "SecurityGroupUserID": "7bbfd9fe-c48e-4657-a8de-6b7a57a857cb", "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
ServiceResponseName | 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.