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. |
Request Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"ID": "dbd4dfea-af5f-4008-a55c-442de0de4571",
"SessionID": "8ae5160b-63b5-460a-a103-9dabf093fcc9",
"SecurityGroupUserID": "ead3895c-9669-4ec3-96a7-8eddcc6e2bce",
"Date": "2025-12-05T09:28:23.7690411+00:00",
"Message": "sample string 3"
},
{
"$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. |
|
| StackTrace | string |
None. |
|
| Response | ServiceItem |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.