Version 2023-01-04 Stable Updates
almost 2 years ago by Ricardo del Cid
The following changes were introduced in version 2023-01-04 Stable:
Changes from previous stable 2022-10-01:
- You can now filter
List Shifts
byshifts_ids
, a comma separated list of shift IDs. Max 100 shift IDs. - The
Retrieve Worked Hours & Wages
removed the response propertypos_declared_tips
and addeddeclared_tips
. The valuedeclared_tips
consistently includes 7punches or POS declared tips. - The
Retrieve Identity
response payload now includes an array ofuser
objects related to the identity. - The
Log Book
endpoints are out of beta status.
Additions from previous stable 2022-10-01:
- We have added projected forecast override endpoints. You can now:
- To override a single daily forecast use
Create Projected Forecast Override
- To override many forecasts use
Create Projected Forecast Overrides
- To revert back to a 7shift forecasts use
Sync Projected Forecast Override
- To override a single daily forecast use
- We have added Tip Pool reporting endpoints. You can now:
- Use
Retrieve day part settings
to get Day Part UUIDs required for reports - Use
Gets tip pool settings for a company
to get tip pool settings for reports - Use
Retrieve Tip Pool Summary Report
to get Tip Pool summary reports
- Use
- We have added a manual tip pool contribution endpoint. You can now add to "manual tip pools" via the
Saves manual entries for a tip pool
endpoint.
If you want migrate to the latest API version add you have two options:
- You can add the header
x-api-version: 2023-01-04
to your API request. You can do this only to endpoints which you want to upgrade or send it on all your API requests for all endpoints. - If you don't want to set the
x-api-version
header for all your endpoint requests you can upgrade the base API request of our authentication method by:- for OAuth clients please contact [email protected] and request a version upgrade.
- For Access Token, you can edit the API version under developer tools.