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 |
|
| StartMonth | date |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"id": "321e892a-aec2-4bc3-babc-5f0489d0cbae",
"securityGroupUserID": "1c17d441-13eb-4248-985e-cce43a33bfef",
"startDate": "2026-06-20T19:06:28.2455311+00:00",
"endDate": "2026-06-20T19:06:28.2455311+00:00",
"sessionType": 0,
"startMonth": "2026-06-20T19:06:28.2455311+00:00"
},
{
"$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. |
|
| Response | ServiceItem |
None. |
|
| LatestDataTimestampUtc | date |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.