POST Application/PostSessionLogs
Request Information
URI Parameters
None.
Body Parameters
SessionLog| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | globally unique identifier |
None. |
|
| SessionID | globally unique identifier |
None. |
|
| SecurityGroupUserID | globally unique identifier |
None. |
|
| Date | date |
Required |
|
| Message | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": "155593cc-b379-40d7-8933-27e7a8eab385",
"SessionID": "90eefcad-576c-46e2-b9e0-26d40a46b27b",
"SecurityGroupUserID": "21927654-7028-41d4-b4fa-d248eacba637",
"Date": "2026-02-04T16:12:47.287231+00:00",
"Message": "sample string 3"
}
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.