GET api/FrontierWeb/Timesheet/GetPayPeriod/{dateTime}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
dateTime | date |
Required |
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-08-28T01:09:00.1368052-05:00", "EndDate": "2025-08-28T01:09:00.1368052-05:00", "Description": "Week Ending 8/28/2025", "PayPeriodStatus": 1, "CheckDate": "2025-08-28T01:09:00.1368052-05:00", "IsDispatchPayExported": true, "IsTailwindPayExported": true, "ObjectKeyString": "sample string 6", "PrimaryKey": [ 1 ], "IsPrimaryKeyInitialized": true }
text/html
Sample:
{"IdNo":1,"StartDate":"2025-08-28T01:09:00.1368052-05:00","EndDate":"2025-08-28T01:09:00.1368052-05:00","Description":"Week Ending 8/28/2025","PayPeriodStatus":1,"CheckDate":"2025-08-28T01:09:00.1368052-05:00","IsDispatchPayExported":true,"IsTailwindPayExported":true,"ObjectKeyString":"sample string 6","PrimaryKey":[1],"IsPrimaryKeyInitialized":true}