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. |
|
| LogMonth | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": "068be69c-7d41-41b1-be8d-299b977023e7",
"sessionID": "4eab350c-0763-4f03-b863-71cc4ac29466",
"securityGroupUserID": "c45b4e9f-0308-409d-9238-78ef9fdda33d",
"date": "2026-06-12T23:00:13.0495976+00:00",
"message": "sample string 3",
"logMonth": "2026-06-12T23:00:13.0495976+00:00"
}
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. |
|
| Response | ServiceItem |
None. |
|
| LatestDataTimestampUtc | date |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.