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": "da2ec757-8ecf-4149-a33f-6013e791d57b",
"SessionID": "061a6f15-68f7-49c6-9501-136bbd8e4625",
"SecurityGroupUserID": "213d3b61-56ee-430f-b2eb-47e3cde4c5c9",
"Date": "2026-02-14T11:33:09.1773146+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.