PUT Application/PutSession
Request Information
URI Parameters
None.
Body Parameters
Session| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | globally unique identifier |
None. |
|
| SecurityGroupUserID | globally unique identifier |
Required |
|
| StartDate | date |
Required |
|
| EndDate | date |
None. |
|
| SessionType | SessionType |
Required |
Request Formats
application/json, text/json
Sample:
{
"ID": "8cb85a77-bf7c-4301-bace-43f3ea87b4c7",
"SecurityGroupUserID": "3c2a196e-8201-46cf-b3d1-2d8acb6a2130",
"StartDate": "2025-12-14T21:49:30.4846075+00:00",
"EndDate": "2025-12-14T21:49:30.4846075+00:00",
"SessionType": 0
}
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.