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": "c396de54-5712-44ba-be2b-5f4ca6cc3cd6",
"SessionID": "b0e045f1-ff20-4be5-a12f-76e4f315a1e7",
"SecurityGroupUserID": "3ef76292-e059-4a50-8f05-762057bcbaf5",
"Date": "2026-02-14T14:07:25.2085225+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.