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": "8d63bf81-fc60-4631-af7c-75ac2cfbf427",
"SecurityGroupUserID": "4074683d-78ff-493a-917e-58d73346fc51",
"StartDate": "2026-06-29T02:59:41.2335032+00:00",
"EndDate": "2026-06-29T02:59:41.2335032+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.