POST Application/PostSessions
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 |
|
| StartMonth | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": "8a0981bd-5e2c-4013-835c-91d8f7b39467",
"securityGroupUserID": "e5d5aff4-f981-4c22-b645-0468513df6c7",
"startDate": "2026-06-20T19:04:14.4761734+00:00",
"endDate": "2026-06-20T19:04:14.4761734+00:00",
"sessionType": 0,
"startMonth": "2026-06-20T19:04:14.4761734+00:00"
}
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.