PUT Application/PutSessionLog
Request Information
URI Parameters
None.
Body Parameters
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": "23dffc0f-9275-4bb9-9072-55ba62ff7492",
"SessionID": "82de7d8e-fead-488f-b5d1-4cf48c0a5e04",
"SecurityGroupUserID": "35c6af2b-4573-47e5-a27c-382852eb172d",
"Date": "2026-02-05T00:23:45.6949611+00:00",
"Message": "sample string 3"
}
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.