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": "2aaeabd5-342c-4579-b3dc-f837c5894007",
"SessionID": "7cae41db-59ef-45f8-83f6-69f79d2c6367",
"SecurityGroupUserID": "00fd55a3-bfd2-46d5-a7dd-a868406e38fb",
"Date": "2026-02-05T00:23:43.6480577+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.