PUT Application/PutSessions
Request Information
URI Parameters
None.
Body Parameters
Collection of 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": "1",
"ID": "f67afc11-234e-487a-ba60-f58efaa3abf3",
"SecurityGroupUserID": "171d33a0-ba0d-476f-a783-df2f36eea676",
"StartDate": "2025-12-05T09:28:24.5508565+00:00",
"EndDate": "2025-12-05T09:28:24.5508565+00:00",
"SessionType": 0
},
{
"$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.