GET api/FrontierWeb/Timesheet/GetEarliestOpenPayPeriod
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
PayPeriod| Name | Description | Type | Additional information |
|---|---|---|---|
| IdNo | integer |
None. |
|
| StartDate | date |
None. |
|
| EndDate | date |
None. |
|
| Description | string |
None. |
|
| PayPeriodStatus | PayPeriodStatus |
None. |
|
| CheckDate | date |
None. |
|
| IsDispatchPayExported | boolean |
None. |
|
| IsTailwindPayExported | boolean |
None. |
|
| ObjectKeyString | string |
None. |
|
| PrimaryKey | Collection of Object |
None. |
|
| IsPrimaryKeyInitialized | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"IdNo": 1,
"StartDate": "2025-11-05T15:04:24.7918021-06:00",
"EndDate": "2025-11-05T15:04:24.7918021-06:00",
"Description": "Week Ending 11/5/2025",
"PayPeriodStatus": 1,
"CheckDate": "2025-11-05T15:04:24.7918021-06:00",
"IsDispatchPayExported": true,
"IsTailwindPayExported": true,
"ObjectKeyString": "sample string 6",
"PrimaryKey": [
1
],
"IsPrimaryKeyInitialized": true
}
text/html
Sample:
{"IdNo":1,"StartDate":"2025-11-05T15:04:24.7918021-06:00","EndDate":"2025-11-05T15:04:24.7918021-06:00","Description":"Week Ending 11/5/2025","PayPeriodStatus":1,"CheckDate":"2025-11-05T15:04:24.7918021-06:00","IsDispatchPayExported":true,"IsTailwindPayExported":true,"ObjectKeyString":"sample string 6","PrimaryKey":[1],"IsPrimaryKeyInitialized":true}