PUT Application/PutSessionLog
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": "a336e91c-1b8f-49fe-8afd-e34f2fe7daac",
"sessionID": "a47adfdd-87c4-4adf-89a8-70f19de92f9f",
"securityGroupUserID": "4482fc7e-a9f4-4c8e-a6a2-d11cbe6730a7",
"date": "2026-06-12T23:00:50.5963835+00:00",
"message": "sample string 3",
"logMonth": "2026-06-12T23:00:50.5963835+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.