PUT Application/PutSessionErrors
Request Information
URI Parameters
None.
Body Parameters
Collection of 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": "1", "ID": "a220af0c-5248-442b-b2c5-987d29afb64c", "DateTime": "2025-09-05T18:36:47.3130801+00:00", "SessionID": "e46ac176-1ef4-4087-ad4b-4c60ecd88e6f", "SecurityGroupUserID": "dbd2aa00-212c-4b08-9d08-632f02715a1f", "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
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.