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": "a96f9689-9c3f-4851-889a-097f6a94b282",
"SecurityGroupUserID": "538752d6-b4c4-4f6f-8efb-a2a6690c9812",
"StartDate": "2026-04-20T09:56:44.4145442+00:00",
"EndDate": "2026-04-20T09:56:44.4145442+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.