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": "3a359234-20ac-4a55-b7d8-251a40ebd80f",
"sessionID": "e4fee42b-bfe5-49b6-ab6f-0e357ecd3d5b",
"securityGroupUserID": "47037ff2-59e5-4a8a-88b9-54d7869c84ab",
"date": "2026-06-20T19:03:25.3895284+00:00",
"message": "sample string 3",
"logMonth": "2026-06-20T19:03:25.3895284+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.