Documentation Index

Fetch the complete documentation index at: https://docs.restaurant365.com/llms.txt

Use this file to discover all available pages before exploring further.

/public/v1/labor/payroll-summaries

Prev Next
Get
/public/v1/labor/payroll-summaries

Retrieves payroll summaries for a date range, optionally filtered by location or legal entity

Security
HTTP
Type Bearer

Put ONLY your JWT Bearer token on textbox below!

Query parameters
businessDateStart
string (date)

Starting business date for the payroll period (inclusive). Required if businessDateEnd is provided

businessDateEnd
string (date)

Ending business date for the payroll period (inclusive). Required if businessDateStart is provided

locationId
string (uuid)

Location identifier. If omitted, returns data for all locations the API user has access to

legalEntityId
string (uuid)

Legal entity identifier. If omitted, returns data for all legal entities the API user has access to

pageSize
integer (int32)

Number of results per page. Default: 250

Minimum1.0
Maximum250.0
Default250
Responses
200

Payroll summary results for the requested date range.