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": "6f36a0a1-3583-47f8-97b4-a71bad76ae01",
"SecurityGroupUserID": "3f1be11c-24d3-4fd5-8572-5890351039db",
"StartDate": "2025-12-14T21:49:10.0842884+00:00",
"EndDate": "2025-12-14T21:49:10.0842884+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.