GET api/FrontierWeb/Timesheet/GetEarliestDataPayPeriod
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
PayPeriodName | 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-06-18T09:12:12.6144339-05:00", "EndDate": "2025-06-18T09:12:12.6144339-05:00", "Description": "Week Ending 6/18/2025", "PayPeriodStatus": 1, "CheckDate": "2025-06-18T09:12:12.6144339-05:00", "IsDispatchPayExported": true, "IsTailwindPayExported": true, "ObjectKeyString": "sample string 6", "PrimaryKey": [ 1 ], "IsPrimaryKeyInitialized": true }
text/html
Sample:
{"IdNo":1,"StartDate":"2025-06-18T09:12:12.6144339-05:00","EndDate":"2025-06-18T09:12:12.6144339-05:00","Description":"Week Ending 6/18/2025","PayPeriodStatus":1,"CheckDate":"2025-06-18T09:12:12.6144339-05:00","IsDispatchPayExported":true,"IsTailwindPayExported":true,"ObjectKeyString":"sample string 6","PrimaryKey":[1],"IsPrimaryKeyInitialized":true}