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": "523bcef7-5e3e-413d-92f7-def03787c35b",
"SessionID": "da2ff139-2617-48a6-84db-b566ef978f1d",
"SecurityGroupUserID": "49a8c94a-a28c-4b56-a70b-bbbb48023f5f",
"Date": "2026-02-14T11:33:40.4695021+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.