PUT Application/PutSessionLogs
Request Information
URI Parameters
None.
Body Parameters
Collection of 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": "1",
"id": "e45281d4-ad28-4c45-9a12-e4cc35899c01",
"sessionID": "2906b50a-c153-42bf-a7b5-e6175ec77ad4",
"securityGroupUserID": "7442085d-3eb4-4c35-9f8c-88e12080e658",
"date": "2026-06-12T23:00:58.0494938+00:00",
"message": "sample string 3",
"logMonth": "2026-06-12T23:00:58.0494938+00:00"
},
{
"$ref": "1"
}
]
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.