Skip to main content

Operation Definitions

The operation definitions include the endpoints, data models, and sample code used in the Reporting API.

Endpoints

GET /api/reporting/active-sites

Summary

The Active Sites resource returns an array of sales information for active sites.

Request Parameters

In

Field Name

Type

Required

Descriptions

header

CONTENT-TYPE

string

Yes

application/json

header

AUTHORIZATION

string

Yes

An integrator or access token

header

X-COMPANY-ID

string

Yes

The company identifier (ID) which is set in the header must be the same as the company ID set in the token, if available

header

X-SITE-IDs

string

Yes

The comma separated list of site IDs. A user can access all the sites related to a company at the moment.

query

start_business_date

string

Yes

The start business date filter value

query

end_business_date

string

Yes

The end business date filter value

query

include_zero_sales

boolean

No

Include sites with zero sales. The default value is false.

Responses

Code

Description

Schema

200

A list of active sites sales

Active Sites

400

Bad Request

401

Unauthorized

403

Permission Denied

Default

Unexpected Error

GET /api/reporting/calculations

Summary

The Calculations resource returns an array of aggregated metrics for the requested business days.

Request Parameters

In

Field Name

Type

Required

Description

header

CONTENT-TYPE

string

Yes

application/json

header

AUTHORIZATION

string

Yes

An integrator or access token

header

X-COMPANY-ID

string

Yes

The company ID which is set in the header must be the same as the company ID set in the token, if available

header

X-SITE-IDs

string

Yes

The comma separated list of site IDs. A user can access all the sites related to a company at the moment.

query

start_business_date

string

Yes

The start business date filter value

query

end_business_date

string

Yes

The end business date filter value

Responses

Code

Description

Schema

200

Orders aggregated totals

Calculations

400

Bad Request

401

Unauthorized

403

Permission Denied

Default

Unexpected Error

GET /api/reporting/cash-drawer-summary

The Drawer Summary resource returns an array of objects per drawer session, displaying summarized sales totals.

Request Parameters

In

Field Name

Type

Required

Description

header

CONTENT-TYPE

string

Yes

application/json

header

AUTHORIZATION

string

Yes

An integrator or access token

header

X-COMPANY-ID

string

Yes

The company ID which is set in the header must be the same as the company ID set in the token, if available

header

X-SITE-IDs

string

Yes

The comma separated list of site IDs. A user can access all the sites related to a company at the moment.

query

business_date

string

No

The business date filter value. A business date must be in the ISO-8601 format.

query

session_id

string

No

The session ID filter value

query

session_number

integer

No

The session number filter value

query

session_status

string

No

The session status filter value

query

page_size

integer

No

The maximum number of records to return. The maximum page size is 50. All values greater than 50 are reset to 50.

query

page_number

integer

No

The page number of the output data. The default value is 0.

Responses

Code

Description

Schema

200

Cash drawer summary totals

Cash Drawer Summary

400

Bad Request

401

Unauthorized

403

Permission Denied

Default

Unexpected Error

GET /api/reporting/discounts/by-type

Summary

The Discounts by Type resource returns an array of discount objects that summarize associated discount totals by type.

Request Parameters

In

Field Name

Type

Required

Description

header

CONTENT-TYPE

string

Yes

application/json

header

AUTHORIZATION

string

Yes

An integrator or access token

header

X-COMPANY-ID

string

Yes

The company ID which is set in the header must be the same as the company ID set in the token, if available

header

X-SITE-IDs

string

Yes

The comma separated list of site IDs. A user can access all the sites related to a company at the moment.

query

start_business_date

string

Yes

The start business date filter value

query

end_business_date

string

Yes

The end business date filter value

query

discount_type

string

No

The discount type filter value

Responses

Code

Description

Schema

200

Aggregated data for discounts by type

Discounts by Type

400

Bad Request

401

Unauthorized

403

Permission Denied

Default

Unexpected Error

GET /api/reporting/discounts

Summary

The Discounts resource returns an array of discount objects that summarize associated discount totals, including quantity and sum for orders and items discounted.

Request Parameters

In

Field Name

Type

Required

Description

header

CONTENT-TYPE

string

Yes

application/json

header

AUTHORIZATION

string

Yes

An integrator or access token

header

X-COMPANY-ID

string

Yes

The company ID which is set in the header must be the same as the company ID set in the token, if available

header

X-SITE-IDs

string

Yes

The comma separated list of site IDs. A user can access all the sites related to a company at the moment.

query

start_business_date

string

Yes

The start business date filter value

query

end_business_date

string

Yes

The end business date filter value

query

discount_code

string

No

The discount code filter value

Responses

Code

Description

Schema

200

Aggregated data for discount totals

Discounts

400

Bad Request

401

Unauthorized

403

Permission Denied

Default

Unexpected Error

GET /api/reporting/drawer-transactions

Summary

The Drawer Transactions resource returns an array of objects per drawer transaction, displaying detailed records.

Request Parameters

In

Field Name

Type

Required

Description

header

CONTENT-TYPE

string

Yes

application/json

header

AUTHORIZATION

string

Yes

An integrator or access token

header

X-COMPANY-ID

string

Yes

The company ID which is set in the header must be the same as the company ID set in the token, if available

header

X-SITE-IDs

string

Yes

The comma separated list of site IDs. A user can access all the sites related to a company at the moment.

query

business_date

string

No

The business date filter value. A business date must be in the ISO-8601 format.

query

session_id

string

No

The session ID filter value

query

session_number

integer

No

The session number filter value

query

order_id

string

No

The order ID filter value

query

event_type

string

No

The type of the event filter value

query

page_size

integer

No

The maximum number of records to return. The maximum page size is 50. All values greater then 50 are reset to 50.

query

page_number

integer

No

The page number of the output data. The default value is 0.

Responses

Code

Description

Schema

200

Drawer transactions

Drawer Transactions

400

Bad Request

401

Unauthorized

403

Permission Denied

Default

Unexpected Error

GET /api/reporting/item-summary

Summary

The Item Summary resource returns an array of objects per product, displaying summarized sales totals.

Request Parameters

In

Field Name

Type

Required

Description

header

CONTENT-TYPE

string

Yes

application/json

header

AUTHORIZATION

string

Yes

An integrator or access token

header

X-COMPANY-ID

string

Yes

The company ID which is set in the header must be the same as the company ID set in the token, if available

header

X-SITE-IDs

string

Yes

The comma separated list of site IDs. A user can access all the sites related to a company at the moment.

query

start_business_date

string

Yes

The start business date filter value

query

end_business_date

string

Yes

The end business date filter value

query

entity_id

string

No

The entity ID filter value

query

product_id

string

No

The product ID filter value

query

item_type

string

No

The item type ID filter value

query

sort_by

string

No

The sort by condition. If set, the sort is performed in descending order.

query

page_size

integer

No

The maximum number of records to return. The maximum page size is 50. All values greater than 50 are reset to 50.

query

page_number

integer

No

The page number of the output data. The default value is 0.

Responses

Code

Description

Schema

200

Item summary data

Item Summary

400

Bad Request

401

Unauthorized

403

Permission Denied

Default

Unexpected Error

GET /api/reporting/named-calculations

Summary

The Named Calculations resource returns an array of metrics from Named Calculations formulas.

Request Parameters

In

Field Name

Type

Required

Description

header

CONTENT-TYPE

string

Yes

application/json

header

AUTHORIZATION

string

Yes

An integrator or access token

header

X-COMPANY-ID

string

Yes

The company ID which is set in the header must be the same as the company ID set in the token, if available

header

X-SITE-IDs

string

Yes

The comma separated list of site IDs. A user can access all the sites related to a company at the moment.

query

start_business_date

string

Yes

The start business date filter value

query

end_business_date

string

Yes

The end business date filter value

Responses

Code

Description

Schemas

200

A list of orders

Named Calculations

400

Bad Request

401

Unauthorized

403

Permission Denied

Default

Unexpected Error

GET /api/reporting/order-items

Summary

The Order Items resource returns an array of items associated with the order identifier (ID) included in the query string.

Request Parameters

In

Field Name

Type

Required

Description

header

CONTENT-TYPE

string

Yes

application/json

header

AUTHORIZATION

string

Yes

An integrator or access token

header

X-COMPANY-ID

string

Yes

The company ID which is set in the header must be the same as the company ID set in the token, if available

header

X-SITE-IDs

string

Yes

The comma separated list of site IDs. A user can access all the sites related to a company at the moment.

query

order_id

string

Yes

The order ID filter value

query

business_date

string

Yes

The business date filter value. A business date must be in the ISO-8601 format.

query

include_deleted

boolean

No

When “true”, the response includes items that have been deleted from an order

query

include_voided

boolean

No

When “true”, the response includes items that have been voided from an order

Responses

Code

Description

Schema

200

Order items

Order Items

400

Bad Request

401

Unauthorized

403

Permission Denied

404

Not Found

Default

Unexpected Error

GET /api/reporting/order-items/batch

Summary

The Order Items Batch resource returns an array of objects, which contains information on order items by business date.

Request Parameters

In

Field Name

Type

Required

Description

header

CONTENT-TYPE

string

Yes

application/json

header

AUTHORIZATION

string

Yes

An integrator or access token

header

X-COMPANY-ID

string

Yes

The company ID which is set in the header must be the same as the company ID set in the token, if available

header

X-SITE-IDs

string

Yes

The comma separated list of site IDs. A user can access all the sites related to a company at the moment.

query

business_date

string

Yes

The business date filter value. A business date must be in the ISO-8601 format.

query

page_size

integer

No

The maximum number of records to return. The maximum page size is 50. All values greater than 50 are reset to 50.

query

page_number

integer

No

The page number of the output data. The default value is 0.

query

order_updated_at

string

No

When present, the response is filtered to show objects related to orders that have been updated past the provided date/time value.

This timestamp should be provided in the following format: YYYY-MM-DDTMM:SS and represent a Coordinated Universal Time (UTC) value instead of the store's local time.

query

include_deleted

boolean

No

When “true”, the response includes items that have been deleted from an order

query

include_voided

boolean

No

When “true”, the response includes items that have been voided from an order

Responses

Code

Description

Schema

200

Order items

Order Items Batch

400

Bad Request

401

Unauthorized

403

Permission Denied

Default

Unexpected Error

GET /api/reporting/order-payments

Summary

The Order Payments resource returns an array of payments associated with a business date or a specific order.

Request Parameters

In

Field Name

Type

Required

Description

header

CONTENT-TYPE

string

Yes

application/json

header

AUTHORIZATION

string

Yes

An integrator or access token

header

X-COMPANY-ID

string

Yes

The company ID which is set in the header must be the same as the company ID set in the token, if available

header

X-SITE-IDs

string

Yes

The comma separated list of site IDs. A user can access all the sites related to a company at the moment.

query

business_date

string

No

The business date filter value. A business date must be in the ISO-8601 format.

query

order_number

string

No

The order number filter value

Responses

Code

Description

Schema

200

A list of orders payments

Order Payments

400

Bad Request

401

Unauthorized

403

Permission Denied

Default

Unexpected Error

GET /api/reporting/orders

Summary

The Orders resource returns an array of order objects, which contain details about orders that meet the filter criteria in the query.

Request Parameters

In

Field Name

Type

Required

Description

header

CONTENT-TYPE

string

Yes

application/json

header

AUTHORIZATION

string

Yes

An integrator or access token

header

X-COMPANY-ID

string

Yes

The company ID which is set in the header must be the same as the company ID set in the token, if available

header

X-SITE-IDs

string

Yes

The comma separated list of site IDs. A user can access all the sites related to a company at the moment.

query

sort_order

string

No

Sort output results. Currently, the sort is performed by the business date field only.

The default sort order is descending. Possible values are "asc" and "desc."

query

page_size

integer

No

The maximum number of records to return. The maximum page size is 50. All values greater than 50 are reset to 50.

query

page_number

integer

No

The page number of the output data. The default value is 0.

query

business_date

string

No

The business date filter value. A business date must be in the ISO-8601 format.

query

order_state

string

No

The order state filter value

query

order_number

string

No

The order number filter value

query

employee_code

string

No

The employee code filter value

query

event_name

string

No

The event name filter value

query

updated_at

string

No

The updated at date filter value. A last modified date must be in the ISO-8601 format.

Responses

Code

Description

Schema

200

A list of orders

Orders

400

Bad Request

401

Unauthorized

403

Permission Denied

Default

Unexpected Error

GET /api/reporting/sales-by-time

Summary

The Calculations resource returns an array of sales objects that include summarized Net Sales, Gross Sales, and Guest Count values for a requested business day.  Net/Gross Sales Calculations are summarized based on formulas configured within Data Management → Named Calculations.

Request Parameters

In

Field Name

Type

Required

Description

header

CONTENT-TYPE

string

Yes

application/json

header

AUTHORIZATION

string

Yes

An integrator or access token

header

X-COMPANY-ID

string

Yes

The company ID which is set in the header must be the same as the company ID set in the token, if available

header

X-SITE-IDs

string

Yes

The comma separated list of site IDs. A user can access all the sites related to a company at the moment.

query

business_date

string

No

The business date filter value. A business date must be in the ISO-8601 format.

query

interval_code

integer

No

The time interval code. The default value is 1.

The valid values are:

  • 1 - 60 minutes

  • 2 - 30 minutes

  • 3 - 15 minutes

Responses

Code

Description

Schema

200

Sales By Time totals

Sales by Time

400

Bad Request

401

Unauthorized

403

Permission Denied

Default

Unexpected Error

GET /api/reporting/statistic-by-daypart

Summary

The Statistics by Day Part resource returns an array of objects, which contain totals aggregated by Day Parts.

Request Parameters

In

Field Name

Type

Required

Description

header

CONTENT-TYPE

string

Yes

application/json

header

AUTHORIZATION

string

Yes

An integrator or access token

header

X-COMPANY-ID

string

Yes

The company ID which is set in the header must be the same as the company ID set in the token, if available

header

X-SITE-IDs

string

Yes

The comma separated list of site IDs. A user can access all the sites related to a company at the moment.

query

start_business_date

string

Yes

The start business date filter value

query

end_business_date

string

Yes

The end business date filter value

query

filter_by_order_source

string

No

The order source filter value

query

filter_by_destination

string

No

The destination filter value

query

filter_by_daypart

string

No

The daypart filter value

Responses

Code

Description

Schema

200

Orders aggregated totals by Day Parts

Statistic by Day Part

400

Bad Request

401

Unauthorized

403

Permission Denied

Default

Unexpected Error

GET /api/reporting/statistic-by-destination

Summary

The Statistics by Destination resource returns an array of objects, which contain totals aggregated by Destinations.

Request Parameters

In

Field Name

Type

Required

Description

header

CONTENT-TYPE

string

Yes

application/json

header

AUTHORIZATION

string

Yes

An integrator or access token

header

X-COMPANY-ID

string

Yes

The company ID which is set in the header must be the same as the company ID set in the token, if available

header

X-SITE-IDs

string

Yes

The comma separated list of site IDs. A user can access all the sites related to a company at the moment.

query

start_business_date

string

Yes

The start business date filter value

query

end_business_date

string

Yes

The end business date filter value

query

filter_by_order_source

string

No

The order source filter value

query

filter_by_destination

string

No

The destination filter value

query

filter_by_daypart

string

No

The daypart filter value

Responses

Code

Description

Schema

200

Orders aggregated totals by Day Parts

Statistic by Destination

400

Bad Request

401

Unauthorized

403

Permission Denied

Default

Unexpected Error

GET /api/reporting/statistic-by-order-source

Summary

The Statistics by Order Source resource returns an array of objects, which contain totals aggregated by Order Source.

Request Parameters

In

Field Name

Type

Required

Description

header

CONTENT-TYPE

string

Yes

application/json

header

AUTHORIZATION

string

Yes

An integrator or access token

header

X-COMPANY-ID

string

Yes

The company ID which is set in the header must be the same as the company ID set in the token, if available

header

X-SITE-IDs

string

Yes

The comma separated list of site IDs. A user can access all the sites related to a company at the moment.

query

start_business_date

string

Yes

The start business date filter value

query

end_business_date

string

Yes

The end business date filter value

query

filter_by_order_source

string

No

The order source filter value

query

filter_by_destination

string

No

The destination filter value

query

filter_by_daypart

string

No

The daypart filter value

Responses

Code

Description

Schema

200

Orders aggregated totals by Order Source

Statistic by Order Source

400

Bad Request

401

Unauthorized

403

Permission Denied

Default

Unexpected Error

GET /api/reporting/deposits

Summary

The Deposits resource returns an array of deposit information for the requested business days.

Request Parameters

In

Field Name

Type

Required

Description

header

CONTENT-TYPE

string

Yes

application/json

header

AUTHORIZATION

string

Yes

An integrator or access token

header

X-COMPANY-ID

string

Yes

The company ID which is set in the header must be the same as the company ID set in the token, if available

header

X-SITE-IDS

string

Yes

The comma separated list of site IDs. A user can access all the sites related to a company at the moment.

query

business_date

string

No

Filters the response to show only objects related to the provided business date. A business date must be in YYYY-MM-DD format.

query

page_size

integer

No

The maximum number of records to return. The maximum page size is 50. All values greater than 50 are reset to 50.

query

page_number

integer

No

The page number of the output data. The default value is 0.

Responses

Code

Description

Schema

200

A list of deposits

Deposits

400

Bad Request

401

Unauthorized

403

Permission Denied

GET /api/reporting/labors/payroll-details

Summary

The Payroll Details resource returns payroll transaction information.

Request Parameters

In

Field Name

Type

Required

Descriptions

header

CONTENT-TYPE

string

Yes

application/json

header

AUTHORIZATION

string

Yes

An integrator or access token

header

X-COMPANY-ID

string

Yes

The company identifier (ID) which is set in the header must be the same as the company ID set in the token, if available

header

X-SITE-IDs

string

Yes

The comma separated list of site IDs. A user can access all the sites related to a company at the moment.

query

start_business_date

string

Yes

The start business date filter value

query

end_business_date

string

Yes

The end business date filter value

query

page_size

integer (int32)

No

The maximum records amount to return. The maximum page size is 50. All values greater than 50 are reset to 50.

query

page_number

integer (int32)

No

The page number of the output data. The default value is 0.

Responses

Code

Description

Schema

200

Payroll transactions

Payroll Details

400

Bad Request

401

Unauthorized

403

Permission Denied

Default

Unexpected Error

GET /api/reporting/labors/payroll-summary

Summary

The Payroll Summary resource returns payroll summary information.

Request Parameters

In

Field Name

Type

Required

Descriptions

header

CONTENT-TYPE

string

Yes

application/json

header

AUTHORIZATION

string

Yes

An integrator or access token

header

X-COMPANY-ID

string

Yes

The company identifier (ID) which is set in the header must be the same as the company ID set in the token, if available

header

X-SITE-IDs

string

Yes

The comma separated list of site IDs. A user can access all the sites related to a company at the moment.

query

start_business_date

string

Yes

The start business date filter value

query

end_business_date

string

Yes

The end business date filter value

query

page_size

integer (int32)

No

The maximum records amount to return. The maximum page size is 50. All values greater than 50 are reset to 50.

query

page_number

integer (int32)

No

The page number of the output data. The default value is 0.

query

include_min_wage_adj

boolean

No

A flag that indicates whether to the include minimum wage adjustment. The default value is false.

query

include_missed_breaks

boolean

No

A flag that indicates whether to include missed breaks. The default value is false.

Responses

Code

Description

Schema

200

Payroll summary

Payroll Summary

400

Bad Request

401

Unauthorized

403

Permission Denied

Default

Unexpected Error

Data Models

company_info

Field Name

Type

Description

company_id

string

The company identifier for the request

company_name

string

The company name for the request

site_info

Field Name

Type

Description

site_id

string

The unique identifier of the specified site

site_name

string

The unique name of the specified site

store_number

string

The store number of the specified site

time_zone

string

The time zone for the specified site

terminal_info

Field Name

Type

Description

terminal_id

string

The terminal where the payment was processed

terminal_name

string

The terminal name

terminal_number

string

The terminal number

tax_exempt_info

Field Name

Type

Description

tax_exempt_id

string

The tax exempt identifier

tax_exempt_total

string

The tax exempt total

tax_exempt_total

Field Name

Type

Description

tax_exempt_total

string

The tax exempt total

gl_account_info

Field Name

Type

Description

gl_account_name

string

The general ledger account name

gl_account_number

string

The general ledger account number

destination_info

Field Name

Type

Description

destination_id

string

The destination identifier

destination_name

string

The destination name

drawer_info

Field Name

Type

Description

session_id

string

The session identifier

session_number

string

The session number

drawer_info_drawer_transactions

Field Name

Type

Description

actor_id

string

The employee's identifier

actor_name

string

The employee's name

actor_type

string

The employee's job type

actor_employee_corporate_code

string

The employee's corporate code

actor_job_code

string

The employee's job code

actor_info

Field Name

Type

Description

session_id

string

The session identifier

session_number

string

The session number

banking_mode

string

orders_info

Field Name

Type

Description

order_id

string

The order identifier

order_number

string

The order number

owner_employee_info

Field Name

Type

Description

owner_employee_id

string

The owner's employee identifier

owner_employee_num

string

The owner's employee number

owner_employee_name

string

The owner's name

time_info

Field Name

Type

Description

updated_at

string

The ISO-8601 formatted date and time the order was updated

created

string

The created date-time in ISO8601 format

closed

string

The closed time for the item/reason

kitchen_sent

string

The sent date-time to kitchen in ISO8601 format

kitchen_bump

The time that the order was completed by the kitchen (bumped)

first_saved

string

The first saved (totaled, sent to kitchen) time for the order

first_item_added

string

The time that an item of any type was first added to order

survey_info

Field Name

Type

Description

code

string

The survey code

entity_id

string

The survey entity identifier

external_id

string

The survey external identifier

message

string

The survey message

name

string

The survey name

daypart_info

Field Name

Type

Description

id

string

The unique identifier of the Day Part Type

name

string

The name of the Day Part Type

external_id

string

The external identifier used to reference the Day Part Type

order_source_info

Field Name

Type

Description

name

string

The given name of the order source

external_id

string

The unique identifier for a particular order source

event

Field Name

Type

Description

id

string

The unique event identifier

name

string

The event name

event_type

string

The event type

time_info_cash_drawer_summary

Field Name

Type

Description

opened

string

The ISO8601 formatted date and time the cash drawer opened

closed

string

The ISO8601 formatted date and time the cash drawer closed

owner_employee_info_cash_drawer

Field Name

Type

Description

owner_employee_code

string

The owner's employee code

owner_employee_name

string

The owner's name

calculation_sections

Field Name

Type

Description

calculations

calculations

The calculations object information

custom_calculations

custom_calculations

The custom_calculations object information

payments

payments

The payments object information

pay_in_out

pay_in_out

The pay_in_out object information

reconciliation

reconciliation

The reconciliation object information

destinations

destinations

The destinations object information

discounts

discounts

The discounts object information

day_parts

day_parts

The day_parts object information

liability_items

liability_items

The liability_items object information

donations

donation_items

The donation_items object information

order_sources

order_sources

The order_sources information

taxes

taxes

The taxes object information

tips

tips

The tips object information

fees

fees

The fees object information

other_statistics

other_statistics

The other_statistics object information

calculations

Field Name

Type

Description

gross_sales

object

The gross_sales object information

gross_sales_total

string

The gross sales total

discount_total

object

The discount_total object information

discount_total_total

string

The discount total

discount_total_quantity

string

The discount total quantity

liability_items

object

The liability_items object information

liability_items_total

string

The liability items total

liability_items_quantity

string

The liability items quantity

post_payment_voids_total

object

The post_payment_voids_total object information

post_payment_voids_total_total

string

The post payment voids total

post_payment_voids_total_quantity

string

The post payment voids total quantity

refund_total

object

The refund_total object information

refund_total_total

string

The refunds total

tax_total

object

The tax_total object information

tax_total_total

string

The tax total

voided_orders_total

object

The voided_orders_total object information

voided_orders_total_total

string

The voided orders total

voided_orders_total_quantity

string

The voided orders total quantity

net_sales

object

The net_sales object information

net_sales_total

string

The net sales total

net_sales_quantity

string

The net sales quantity

custom_calculations

Field Name

Type

Description

named_code

string

The custom calculations named code

result

string

The custom calculations result

payments

Field Name

Type

Description

payments_total

string

The payments total

payments_quantity

string

The payments quantity

pay_type_totals

pay_type_object

A list of the pay type totals information

credit_card_totals

credit_card_brand_object

A list of the credit card totals information

pay_type_object

Field Name

Type

Description

pay_type_object

object

The pay_type_object information

pay_type_object_name

string

The pay type name

pay_type_object_total

string

The pay type total

pay_type_object_quantity

string

The pay type quantity

credit_card_brand_object

Field Name

Type

Description

credit_card_brand_object

object

The credit_card_brand_object information

credit_card_brand_object_name

string

The credit card brand name

credit_card_brand_object_total

string

The credit card brand total

credit_card_brand_object_quantity

string

The credit card brand quantity

pay_in_out

Field Name

Type

Description

paid_in

object

The paid_in object information

paid_in_total

string

The pain in total

paid_in_quantity

string

The pain in quantity

paid_out

object

The paid_out object information

paid_out_total

string

The paid out total

paid_out_quantity

string

The paid out quantity

other_statistics

Field Name

Type

Description

non_taxed_item_sales

object

The non_taxed_item_sales object information

non_taxed_item_sales_total

string

The non-taxed item sales total

non_taxed_item_sales_quantity

string

The non-taxed item sales quantity

gift_card_cash_out

object

The gift_card_cash_out object information

gift_card_cash_out_total

string

The gift card cash out total

gift_card_cash_out_quantity

string

The gift card cash out quantity

tax_exempt_orders

object

The tax_exempt_orders object information

tax_exempt_orders_tax_exempt_orders

string

The tax exempt orders information

guest_count

Field Name

Type

Description

quantity

string

The guest count quantity

reconciliation

Field Name

Type

Description

drawers

object

The drawers object information

drawers_count_total

string

The drawers count total

drawers_expected_total

string

The drawers expected total

drawers_pull_total

string

The drawers pull total

drawers_variance

string

The drawers variance

deposits

object

The deposits object information

deposits_actual_total

string

The deposits actual total

deposits_expected_total

string

The deposits expected total

deposits_variance

string

The deposits variance

destinations

Field Name

Type

Description

destinations_total

string

The destinations total

destinations_quantity

string

The destinations quantity

destinations_totals

destination_object

A list of the destination_object information

destination_object

Field Name

Type

Description

name

string

The destination name

total

string

The destination total

quantity

string

The destination quantity

external_identifier

string

This field is reserved for the future use. Currently, it is set to null always.

discounts

Field Name

Type

Description

discounts_total

string

The discounts total

discounts_quantity

string

The discounts quantity

discounts_totals

discounts_object

The list of the discounts_object information

discounts_types

discounts_types_object

The list of the discounts_types_object information

discounts_object

Field Name

Type

Description

name

string

The discount name

total

string

The discount total

quantity

string

The discount quantity

discounts_types_object

Field Name

Type

Description

name

string

The discount type name

total

string

The discount type total

quantity

string

The discount type quantity

day_parts

Field Name

Type

Description

day_parts_total

string

The day parts total

day_parts_quantity

string

The day parts quantity

day_parts_total

day_part_object

The list of the day_part_object information

day_part_object

Field Name

Type

Description

name

string

The day part name

total

string

The day part total

quantity

string

The day part quantity

order_sources

Field Name

Type

Description

order_sources_total

string

The order sources total

order_sources_quantity

string

The order sources quantity

order_sources_totals

order_source_object

The list of the order_source_object information

order_source_object

Field Name

Type

Description

name

string

The name of the order source

total

string

The order source total

quantity

string

The order source quantity

liability_items

Field Name

Type

Description

liability_items_total

string

The liability items total

liability_items_quantity

string

The liability items quantity

liability_items_promotions_total

string

The liability items promotions total

liability_items_promotions_quantity

string

The liability items promotions quantity

liability_items_totals

liability_item_object

The list of the liability_item_object information

liability_item_object

Field Name

Type

Description

name

string

The liability item name

total

string

The liability item total

quantity

string

The liability item quantity

donation_items

Field Name

Type

Description

donations_total

string

The donation items total

donations_quantity

string

The donation items quantity

donations_totals

donation_item_object

The list of the donation_item_object information

donation_item_object

Field Name

Type

Description

name

string

The donation item name

total

string

The donation item total

quantity

string

The donation item quantity

taxes

Field Name

Type

Description

taxes_total

string

The taxes total

tax_rate_totals

tax_rate_totals

The tax_rate_totals object information

guests

Field Name

Type

Description

quantity

string

The number of guests

tax_rate_totals

Field Name

Type

Description

name

string

The tax rate name

total

string

The tax rate total

merchants_taxes_totals

Field Name

Type

Description

name

string

The merchant taxes name

total

string

The merchant taxes total

tips

Field Name

Type

Description

refunded_tips

string

The refunded tips

paid_tips

string

The paid tips

collected_tips

string

The collected tips

fees

Field Name

Type

Description

fees_total

string

The fees total

fees_quantity

string

The fees quantity

fees_totals

fees_object

The list of the fees_object information

fees_object

Field Name

Type

Description

name

string

The fee name

total

string

The fee total

quantity

string

The fee quantity

order_item

Field Name

Type

Description

entity_id

string

The order item unique identifier

product_id

string

The order item product identifier

external_ids

array

A list of external identifiers

quantity

string

The order item quantity

payment_status

string

The order item payment status

price

string

The order item price

unit_price

string

The order item unit price

item_type

string

The order item type

state

string

order_item_id

string

The order item identifier

name

string

The order item name

liability_type

string

The order item liability type

parent_item_reference_id

string

The parent item reference identifier

time

order_item_time

The order_item_time object information

reporting_category

order_item_reporting_category

The order_item_reporting_category object information

tax_info

object

The tax_info object information

tax_info_taxes

order_item_tax

The order_item_tax object information

tax_info_total

string

The order item tax total

discount_info

object

The discount_info object information

discount_info_discounts

order_item_discount

The order_item_discount object information

discount_info_total

string

The order item discount total

order_item_time

Field Name

Type

Description

added

string

The ISO-8601 formatted date and time the order item was added

added_utc

string

The ISO-8601 formatted date and time the order item in Coordinated Universal Time (UTC)

last_modified

string

The ISO-8601 formatted date and time the order item was last modified

last_modified_utc

string

The ISO-8601 formatted date and time the order item was last modified in UTC

voided

string

The ISO-8601 formatted date and time the order item was voided

voided_utc

string

The ISO-8601 formatted date and time the order item was voided in UTC

order_item_reporting_category

Field Name

Type

Description

major_reporting_category_entity_id

string

The order item major reporting category entity identifier

major_reporting_category_name

string

The order item major reporting category name

minor_reporting_category_entity_id

string

The order item minor category entity identifier

minor_reporting_category_name

string

The order item minor category name

order_item_tax

Field Name

Type

Description

visible

boolean

amount

string

The order item tax amount

name

string

The order item tax name

tax_definition_id

string

The order item tax definition identifier

amount_unrounded

string

The order item tax amount unrounded

total_inclusive

string

The order item tax total inclusive

total_exclusive

string

The order item tax total exclusive

parent_item_reference_id

string

The order item tax parent item reference identifier

order_item_discount

Field Name

Type

Description

name

string

The order item discount name

discount_definition_id

string

The order item discount definition identifier

apply_type

string

The order item discount type

distributed

boolean

amount

string

The order item discount amount

order_discount_id

string

The order item discount identifier

amount_unrounded

string

The order item discount amount unrounded

discount_code

string

The order item discount code

discount_quantity

string

The order item discount quantity

created_at

string

The ISO-8601 formatted date and time the order item discount was created

created_at_utc

string

The ISO-8601 formatted date and time the order item discount was created in Coordinated Universal Time (UTC)

updated_at

string

The ISO-8601 formatted date and time the order item discount was updated

updated_at_utc

string

The ISO-8601 formatted date and time the order item discount was updated in UTC

use_loyalty

boolean

parent_item_reference_id

string

The order item discount parent item reference identifier

item_summary_item

Field Name

Type

Description

entity_id

string

The item summary item entity identifier

product_id

string

The item summary item product identifier

item_type

string

The item summary item type

name

string

The item summary item name

reporting_category

item_summary_reporting_category

The item_summary_reporting_category object information

net_sales

item_summary_net_sales

The item_summary_net_sales object information

gross_sales

item_summary_gross_sales

The item_summary_gross_sales object information

discounts

item_summary_discounts

The item_summary_discounts object information

taxes

item_summary_taxes

The item_summary_taxes object information

refunds

item_summary_refunds

The item_summary_refunds object information

voids

item_summary_voids

The item_summary_voids object information

post_payment_voids

item_summary_post_payment_voids

The item_summary_post_payment_voids object information

item_summary_reporting_category

Field Name

Type

Description

major_reporting_category_entity_id

string

The item summary reporting category major reporting category entity identifier

major_reporting_category_name

string

The item summary reporting category major reporting category name

major_external_category_id

string

The item summary reporting category major external category identifier

minor_reporting_category_entity_id

string

The item summary reporting category minor reporting category entity identifier

minor_reporting_category_name

string

The item summary reporting category minor reporting category name

minor_external_category_id

string

The item summary reporting category minor external category identifier

item_summary_net_sales

Field Name

Type

Description

amount

string

The item summary net sales amount

quantity

string

The item summary net sales quantity

item_summary_gross_sales

Field Name

Type

Description

amount

string

The gross sales amount

quantity

string

The gross sales quantity

item_summary_discounts

Field Name

Type

Description

amount

string

The discount item amount

discounted_item_quantity

string

The discounted item quantity

item_summary_taxes

Field Name

Type

Description

amount

string

The item tax amount

item_summary_refunds

Field Name

Type

Description

amount

string

The item refund amount

item_summary_voids

Field Name

Type

Description

amount

string

The item void amount

item_summary_post_payment_voids

Field Name

Type

Description

amount

string

The item post payment void amount

cash_drawer_summary

Field Name

Type

Description

current_date_time

string

The ISO8601 formatted current day and time for the cash drawer summary

page_size

string

The cash drawer page size

page_number

string

The cash drawer summary page number

page_amount

number

The cash drawer summary page amount

drawer_sessions

drawer_sessions

The drawer_sessions object information

drawer_sessions

Field Name

Type

Description

business_date

string

The drawer session business date

session_id

string

The drawer session identifier

session_number

string

The drawer session number

session_status

string

The drawer session status

start_amount

string

The drawer session dollar amount at the start of the session

counted_amount

string

The drawer session counted dollar amount

cash_pull_amount

string

The amount of cash pulled during the drawer session

expected_amount

string

The drawer session expected dollar amount

variance_amount

string

terminals

string

The terminals used during the drawer session

company_info

company_info

The company_info object information

site_info

site_info

The site_info object information

owner_employee_info

owner_employee_info

The owner_employee_info object information

time_info

time_info

The time_info object information

drawer_transactions

Field Name

Type

Description

current_date_time

string

The ISO-8601 formatted current date and time for the drawer transaction

page_size

string

The drawer transaction page size

page_number

string

The drawer transaction page number

page_amount

number

The drawer transaction page amount

events

events

The events object information

events

Field Name

Type

Description

business_date

string

The business date of the event

event_type

string

The event type

event_assigned_to

string

event_duration

string

The event duration

event_reason

string

The event reason

event_amount

string

The event amount

gl_account_info

gl_account_info

The gl_account_info object information

company_info

company_info

The company_info object information

site_info

site_info

The site_info object information

terminal_info

terminal_info

The terminal_info object information

drawer_info

drawer_info

The drawer_info object information

actor_info

actor_info

The actor_info object information

orders_info

orders_info

The orders_info object information

sales_by_time

Field Name

Type

Description

current_date_time

string

The ISO-8601 formatted current date and time of the sale

business_date

string

The business date of the sale

interval_code

string

The sales by time interval code

interval_description

string

The sales by time interval description

sales_data

sales_data

The sales_data object information

sales_data

Field Name

Type

Description

interval_start

string

The sales data interval start of the report

interval_end

string

The sales data interval end of the report

net_sales

string

The net sales for the selected period

gross_sales

string

The gross sales for the selected period

guest_count

string

The guest count for the selected period

order_payment_item

Field Name

Type

Description

order_type

string

The order payment type

order_state

string

The order payment state

order_number

string

The order payment number

order_id

string

The order payment identifier

payments

payment_item

The payment_item object information

payment_item

Field Name

Type

Description

status

string

The payment item status

processed_at

string

pay_type_id

string

The payment item pay type identifier

pay_type_name

string

The payment item pay type name

offline_id

string

The payment item offline identifier

code

string

The payment item code

card_acquisition

string

The payment item card acquisition

transaction_type

string

The payment item transaction type

transaction_id

string

The payment item transaction identifier

card_brand_name

string

The payment item card brand name

auth

string

The payment item authorization

account_last_four

string

The last four digits of the account number

amount_info

object

The amount_info object information

amount_info_payment_tips

number

The payment item amount of tips

amount_info_payment_amount

number

The payment item payment amount

amount_info_change

number

The payment item payment change

summarized_discounts

Field Name

Type

Description

discount_name

string

The summarized discount name

discount_type

string

The summarized discount type

discount_code

string

The summarized discount code

discount_id

string

The summarized discount identifier

orders_total

number

The summarized discount orders total

items_total

number

The summarized discount items total

orders_quantity

integer

The summarized discount orders quantity

items_quantity

integer

The summarized discount items quantity

discounted_orders_quantity

integer

The summarized discounted orders quantity

discounted_items_quantity

integer

The summarized discounted items quantity

summarized_discounts_by_type

Field Name

Type

Description

name

string

The discount name

orders_total

number

The order discounts total

items_total

number

The order item discounts total

orders_quantity

integer

The order discounts quantity

items_quantity

integer

The order item discounts quantity

discounted_orders_quantity

integer

The discounted orders quantity

discounted_items_quantity

integer

The discounted items quantity

statistic_calculation_by_day_parts

Field Name

Type

Description

sections

object

The sections object information

sections_calculations

calculations

The calculations object information

sections_custom_calculations

custom_calculations

The custom_calculations object information

sections_payments

payments

The payments object information

sections_destinations

destinations

The destinations object information

sections_taxes

taxes

The taxes object information

sections_guests

guests

The guests object information

sections_fees

fees

The fees object information

statistic_by_day_parts

Field Name

Type

Description

sections

object

The sections object information

sections_calculations

calculations

The calculations object information

sections_custom_calculations

customer_calculations

The custom_calculations object information

sections_payments

payments

The payments object information

sections_destinations

destinations

The destinations object information

sections_taxes

taxes

The taxes object information

sections_guests

guests

The guests object information

sections_fees

fees

The fees object information

statistic_calculation_by_destination

Field Name

Type

Description

sections

object

The sections object information

sections_calculations

calculations

The calculations object information

sections_custom_calculations

custom_calculations

The custom_calculations object information

sections_payments

payments

The payments object information

sections_day_parts

day_parts

The day_parts object information

sections_taxes

taxes

The taxes object information

sections_guests

guests

The guests object information

sections_fees

fees

The fees object information

statistic_by_destination

Field Name

Type

Description

sections

object

The sections object information

sections_calculations

calculations

The calculations object information

sections_custom_calculations

custom_calculations

The custom_calculations object information

sections_payments

payments

The payments object information

sections_day_parts

day_parts

The day_parts object information

sections_taxes

taxes

The taxes object information

sections_guests

guests

The guests object information

sections_fees

fees

The fees object information

statistic_calculation_by_order_source

Field Name

Type

Description

sections

object

The sections object information

sections_calculations

calculations

The calculations object information

sections_custom_calculations

custom_calculations

The custom_calculations object information

sections_payments

payments

The payments object information

sections_destinations

destinations

The destinations object information

sections_day_parts

day_parts

The day_parts object information

sections_taxes

taxes

The taxes object information

sections_guests

guests

The guests object information

sections_fees

fees

The fees object information

statistic_by_order_source

Field Name

Type

Description

sections

object

The sections object information

sections_calculations

calculations

The calculations object information

sections_custom_calculations

custom_calculations

The custom_calculations object information

sections_payments

payments

The payments object information

sections_destinations

destinations

The destinations object information

sections_day_parts

day_parts

The day_parts object information

sections_taxes

taxes

The taxes object information

sections_guests

guests

The guests object information

sections_fees

fees

The fees object information

deposits

Field Name

Type

Description

deposits

array

A list of deposit information

deposit_id

string

The deposit ID

deposit_name

string

The deposit name

deposit_status

string

The deposit status

deposit_create_date

string

The date and time the deposit was created

deposit_update_date

string

The date and time the deposit was updated

deposit_items

deposit_items

A list of the deposit items' information

itemizedCounts_items

itemizedCounts_items

A list of the itemized information

site_info

site_info

The site_info object information

terminal_info

terminal_info

The terminal_info object information

owner_info

owner_info

The owner_info object information

deposit_items

Field Name

Type

Description

item_id

string

The item ID

item_type

string

The item type

item_display_date

string

The date for the item display

item_amount

string

The item amount

item_amount_alt_currency

string

item_alt_currency_entity_id

string

item_exchange_rate

string

item_source_id

string

The item source ID

owner_info

owner_info

The owner_info object information

itemizedCounts_items

Field Name

Type

Description

item_id

string

The item ID

item_payment_type

string

The item payment type

item_expected_amount

string

The item's expected amount

item_expected_amount_alt_currency

string

item_counted_amount

string

The item's counted amount

item_counted_amount_alt_currency

string

item_alt_currency_entity_id

string

item_exchange_rate

string

The item's exchange rate

owner_info

Field Name

Type

Description

owner_id

string

The owner ID

owner_name

string

The owner name

owner_employee_corporate_code

string

The owner's employee corporate code

Sample Code

Active Sites

Sample Success Response Body

{
  "current_date_time": "string",
  "start_business_date": "string",
  "end_business_date": "string",
  "include_zero_sales": true,
  "calculations": [
    {
      "site_id": "string",
      "store_number": "string",
      "store_name": "string",
      "net_sales": 0,
      "gross_sales": 0
    }
  ]
}

Calculations

Sample Success Response Body

{
  "current_date_time": "string",
  "start_business_date": "string",
  "end_business_date": "string",
  "grouping_method": "string",
  "sections": {
    "calculations": {
      "gross_sales": {
        "total": "string"
      },
      "discount_total": {
        "total": "string",
        "quantity": "string"
      },
      "liability_items": {
        "total": "string",
        "quantity": "string"
      },
      "post_payment_voids_total": {
        "total": "string",
        "quantity": "string"
      },
      "refund_total": {
        "total": "string"
      },
      "tax_total": {
        "total": "string"
      },
      "voided_orders_total": {
        "total": "string",
        "quantity": "string"
      },
      "net_sales": {
        "total": "string",
        "quantity": "string"
      }
    },
    "custom_calculations": {
      "named_code": "string",
      "result": "string"
    },
    "payments": {
      "payments_total": "string",
      "payments_quantity": "string",
      "pay_type_totals": [
        {
          "name": "string",
          "total": "string",
          "quantity": "string"
        }
      ],
      "credit_card_brand_totals": [
        {
          "name": "string",
          "total": "string",
          "quantity": "string"
        }
      ]
    },
    "pay_in_out": {
      "paid_in": {
        "total": "string",
        "quantity": "string"
      },
      "paid_out": {
        "total": "string",
        "quantity": "string"
      }
    },
    "reconciliation": {
      "drawers": {
        "count_total": "string",
        "expected_total": "string",
        "pull_total": "string",
        "variance": "string"
      },
      "deposits": {
        "actual_total": "string",
        "expected_total": "string",
        "variance": "string"
      }
    },
    "destinations": {
      "destinations_total": "string",
      "destinations_quantity": "string",
      "destinations_totals": [
        {
          "name": "string",
          "total": "string",
          "quantity": "string",
          "external_identifier": "string"
        }
      ]
    },
    "discounts": {
      "discounts_total": "string",
      "discounts_quantity": "string",
      "discounts_totals": [
        {
          "name": "string",
          "total": "string",
          "quantity": "string"
        }
      ],
      "discounts_types": [
        {
          "name": "string",
          "total": "string",
          "quantity": "string"
        }
      ]
    },
    "day_parts": {
      "day_parts_total": "string",
      "day_parts_quantity": "string",
      "day_parts_totals": [
        {
          "name": "string",
          "total": "string",
          "quantity": "string"
        }
      ]
    },
    "liability_items": {
      "liability_items_total": "string",
      "liability_items_quantity": "string",
      "liability_items_promotions_total": "string",
      "liability_items_promotions_quantity": "string",
      "liability_items_totals": [
        {
          "name": "string",
          "total": "string",
          "quantity": "string"
        }
      ]
    },
    "donations": {
      "donations_total": "string",
      "donations_quantity": "string",
      "donations_totals": [
        {
          "name": "string",
          "total": "string",
          "quantity": "string"
        }
      ]
    },
    "order_sources": {
      "order_sources_total": "string",
      "order_sources_quantity": "string",
      "order_sources_totals": [
        {
          "name": "string",
          "total": "string",
          "quantity": "string"
        }
      ]
    },
    "taxes": {
      "taxes_total": "string",
      "tax_rate_totals": {
        "name": "string",
        "total": "string"
      }
    },
    "tips": {
      "refunded_tips": "string",
      "paid_tips": "string",
      "collected_tips": "string"
    },
    "fees": {
      "fees_total": "string",
      "fees_quantity": "string",
      "fees_totals": [
        {
          "name": "string",
          "total": "string",
          "quantity": "string"
        }
      ]
    },
    "other_statistics": {
      "non_taxed_item_sales": {
        "total": "string",
        "quantity": "string"
      },
      "gift_card_cash_out": {
        "total": "string",
        "quantity": "string"
      },
      "tax_exempt_orders": {
        "tax_exempt_orders": "string"
      }
    }
  }
}

Cash Drawer Summary

Sample Success Response Body

{
  "current_date_time": "string",
  "business_date": "string",
  "grouping_method": "string",
  "sections": {
    "calculations": {
      "gross_sales": {
        "total": "string"
      },
      "discount_total": {
        "total": "string",
        "quantity": "string"
      },
      "liability_items": {
        "total": "string",
        "quantity": "string"
      },
      "post_payment_voids_total": {
        "total": "string",
        "quantity": "string"
      },
      "refund_total": {
        "total": "string"
      },
      "tax_total": {
        "total": "string"
      },
      "voided_orders_total": {
        "total": "string",
        "quantity": "string"
      },
      "net_sales": {
        "total": "string",
        "quantity": "string"
      }
    },
    "custom_calculations": {
      "named_code": "string",
      "result": "string"
    },
    "payments": {
      "payments_total": "string",
      "payments_quantity": "string",
      "pay_type_totals": [
        {
          "name": "string",
          "total": "string",
          "quantity": "string"
        }
      ],
      "credit_card_brand_totals": [
        {
          "name": "string",
          "total": "string",
          "quantity": "string"
        }
      ]
    },
    "pay_in_out": {
      "paid_in": {
        "total": "string",
        "quantity": "string"
      },
      "paid_out": {
        "total": "string",
        "quantity": "string"
      }
    },
    "reconciliation": {
      "drawers": {
        "count_total": "string",
        "expected_total": "string",
        "pull_total": "string",
        "variance": "string"
      },
      "deposits": {
        "actual_total": "string",
        "expected_total": "string",
        "variance": "string"
      }
    },
    "destinations": {
      "destinations_total": "string",
      "destinations_quantity": "string",
      "destinations_totals": [
        {
          "name": "string",
          "total": "string",
          "quantity": "string",
          "external_identifier": "string"
        }
      ]
    },
    "discounts": {
      "discounts_total": "string",
      "discounts_quantity": "string",
      "discounts_totals": [
        {
          "name": "string",
          "total": "string",
          "quantity": "string"
        }
      ],
      "discounts_types": [
        {
          "name": "string",
          "total": "string",
          "quantity": "string"
        }
      ]
    },
    "day_parts": {
      "day_parts_total": "string",
      "day_parts_quantity": "string",
      "day_parts_totals": [
        {
          "name": "string",
          "total": "string",
          "quantity": "string"
        }
      ]
    },
    "liability_items": {
      "liability_items_total": "string",
      "liability_items_quantity": "string",
      "liability_items_promotions_total": "string",
      "liability_items_promotions_quantity": "string",
      "liability_items_totals": [
        {
          "name": "string",
          "total": "string",
          "quantity": "string"
        }
      ]
    },
    "donations": {
      "donations_total": "string",
      "donations_quantity": "string",
      "donations_totals": [
        {
          "name": "string",
          "total": "string",
          "quantity": "string"
        }
      ]
    },
    "order_sources": {
      "order_sources_total": "string",
      "order_sources_quantity": "string",
      "order_sources_totals": [
        {
          "name": "string",
          "total": "string",
          "quantity": "string"
        }
      ]
    },
    "taxes": {
      "taxes_total": "string",
      "tax_rate_totals": {
        "name": "string",
        "total": "string"
      }
    },
    "tips": {
      "refunded_tips": "string",
      "paid_tips": "string",
      "collected_tips": "string"
    },
    "fees": {
      "fees_total": "string",
      "fees_quantity": "string",
      "fees_totals": [
        {
          "name": "string",
          "total": "string",
          "quantity": "string"
        }
      ]
    },
    "other_statistics": {
      "non_taxed_item_sales": {
        "total": "string",
        "quantity": "string"
      },
      "gift_card_cash_out": {
        "total": "string",
        "quantity": "string"
      },
      "tax_exempt_orders": {
        "tax_exempt_orders": "string"
      }
    }
  }
}

Discounts by Type

Sample Success Response Body

{
  "current_date_time": "string",
  "start_business_date": "string",
  "end_business_date": "string",
  "discount_types": {
    "name": "string",
    "orders_total": 0,
    "items_total": 0,
    "orders_quantity": 0,
    "items_quantity": 0,
    "discounted_orders_quantity": 0,
    "discounted_items_quantity": 0
  }
}

Discounts

Sample Success Response Body

{
  "current_date_time": "string",
  "start_business_date": "string",
  "end_business_date": "string",
  "discounts": {
    "discount_name": "string",
    "discount_type": "string",
    "discount_code": "string",
    "discount_id": "string",
    "orders_total": 0,
    "items_total": 0,
    "orders_quantity": 0,
    "items_quantity": 0,
    "discounted_orders_quantity": 0,
    "discounted_items_quantity": 0
  }
}

Drawer Transactions

Sample Success Response Body

{
  "current_date_time": "string",
  "business_date": "string",
  "grouping_method": "string",
  "sections": {
    "calculations": {
      "gross_sales": {
        "total": "string"
      },
      "discount_total": {
        "total": "string",
        "quantity": "string"
      },
      "liability_items": {
        "total": "string",
        "quantity": "string"
      },
      "post_payment_voids_total": {
        "total": "string",
        "quantity": "string"
      },
      "refund_total": {
        "total": "string"
      },
      "tax_total": {
        "total": "string"
      },
      "voided_orders_total": {
        "total": "string",
        "quantity": "string"
      },
      "net_sales": {
        "total": "string",
        "quantity": "string"
      }
    },
    "custom_calculations": {
      "named_code": "string",
      "result": "string"
    },
    "payments": {
      "payments_total": "string",
      "payments_quantity": "string",
      "pay_type_totals": [
        {
          "name": "string",
          "total": "string",
          "quantity": "string"
        }
      ],
      "credit_card_brand_totals": [
        {
          "name": "string",
          "total": "string",
          "quantity": "string"
        }
      ]
    },
    "pay_in_out": {
      "paid_in": {
        "total": "string",
        "quantity": "string"
      },
      "paid_out": {
        "total": "string",
        "quantity": "string"
      }
    },
    "reconciliation": {
      "drawers": {
        "count_total": "string",
        "expected_total": "string",
        "pull_total": "string",
        "variance": "string"
      },
      "deposits": {
        "actual_total": "string",
        "expected_total": "string",
        "variance": "string"
      }
    },
    "destinations": {
      "destinations_total": "string",
      "destinations_quantity": "string",
      "destinations_totals": [
        {
          "name": "string",
          "total": "string",
          "quantity": "string",
          "external_identifier": "string"
        }
      ]
    },
    "discounts": {
      "discounts_total": "string",
      "discounts_quantity": "string",
      "discounts_totals": [
        {
          "name": "string",
          "total": "string",
          "quantity": "string"
        }
      ],
      "discounts_types": [
        {
          "name": "string",
          "total": "string",
          "quantity": "string"
        }
      ]
    },
    "day_parts": {
      "day_parts_total": "string",
      "day_parts_quantity": "string",
      "day_parts_totals": [
        {
          "name": "string",
          "total": "string",
          "quantity": "string"
        }
      ]
    },
    "liability_items": {
      "liability_items_total": "string",
      "liability_items_quantity": "string",
      "liability_items_promotions_total": "string",
      "liability_items_promotions_quantity": "string",
      "liability_items_totals": [
        {
          "name": "string",
          "total": "string",
          "quantity": "string"
        }
      ]
    },
    "donations": {
      "donations_total": "string",
      "donations_quantity": "string",
      "donations_totals": [
        {
          "name": "string",
          "total": "string",
          "quantity": "string"
        }
      ]
    },
    "order_sources": {
      "order_sources_total": "string",
      "order_sources_quantity": "string",
      "order_sources_totals": [
        {
          "name": "string",
          "total": "string",
          "quantity": "string"
        }
      ]
    },
    "taxes": {
      "taxes_total": "string",
      "tax_rate_totals": {
        "name": "string",
        "total": "string"
      }
    },
    "tips": {
      "refunded_tips": "string",
      "paid_tips": "string",
      "collected_tips": "string"
    },
    "fees": {
      "fees_total": "string",
      "fees_quantity": "string",
      "fees_totals": [
        {
          "name": "string",
          "total": "string",
          "quantity": "string"
        }
      ]
    },
    "other_statistics": {
      "non_taxed_item_sales": {
        "total": "string",
        "quantity": "string"
      },
      "gift_card_cash_out": {
        "total": "string",
        "quantity": "string"
      },
      "tax_exempt_orders": {
        "tax_exempt_orders": "string"
      }
    }
  }
}

Item Summary

Sample Success Response Body

{
  "company_id": "string",
  "site_id": "string",
  "start_business_date": "string",
  "end_business_date": "string",
  "page_size": 0,
  "page_number": 0,
  "page_amount": 0,
  "items": [
    {
      "entity_id": "string",
      "product_id": "string",
      "item_type": "string",
      "name": "string",
      "reporting_category": {
        "major_reporting_category_entity_id": "string",
        "major_reporting_category_name": "string",
        "major_external_category_id": "string",
        "minor_reporting_category_entity_id": "string",
        "minor_reporting_category_name": "string",
        "minor_external_category_id": "string"
      },
      "net_sales": {
        "amount": "string",
        "quantity": "string"
      },
      "gross_sales": {
        "amount": "string",
        "quantity": "string"
      },
      "discounts": {
        "amount": "string",
        "discounted_item_quantity": "string"
      },
      "taxes": {
        "amount": "string"
      },
      "refunds": {
        "amount": "string"
      },
      "voids": {
        "amount": "string"
      },
      "post_payment_voids": {
        "amount": "string"
      }
    }
  ]
}

Named Calculations

Sample Success Response Body

{
  "current_date_time": "string",
  "start_business_date": "string",
  "end_business_date": "string",
  "named_calculations": [
    {
      "name": "string",
      "named_code": "string",
      "description": "string",
      "data_type": "string",
      "result": 0
    }
  ]
}

Order Items

Sample Success Response Body

{
  "order_id": "string",
  "order_number": "string",
  "business_date": "string",
  "order_type": "string",
  "order_state": "string",
  "site_id": "string",
  "timezone": "string",
  "items": [
    {
      "entity_id": "string",
      "product_id": "string",
      "quantity": "string",
      "payment_status": "string",
      "price": "string",
      "unit_price": "string",
      "item_type": "string",
      "state": "string",
      "order_item_id": "string",
      "name": "string",
      "liability_type": "string",
      "parent_item_reference_id": "string",
      "time": {
        "added": "string",
        "added_utc": "string",
        "last_modified": "string",
        "last_modified_utc": "string",
        "voided": "string",
        "voided_utc": "string"
      },
      "reporting_category": {
        "major_reporting_category_entity_id": "string",
        "major_reporting_category_name": "string",
        "minor_reporting_category_entity_id": "string",
        "minor_reporting_category_name": "string"
      },
      "tax_info": {
        "taxes": {
          "visible": true,
          "amount": "string",
          "name": "string",
          "tax_definition_id": "string",
          "amount_unrounded": "string",
          "total_inclusive": "string",
          "total_exclusive": "string",
          "parent_item_reference_id": "string"
        },
        "total": "string"
      },
      "discount_info": {
        "discounts": {
          "name": "string",
          "discount_definition_id": "string",
          "apply_type": "string",
          "distributed": true,
          "amount": "string",
          "order_discount_id": "string",
          "amount_unrounded": "string",
          "discount_code": "string",
          "discount_quantity": "string",
          "created_at": "string",
          "created_at_utc": "string",
          "updated_at": "string",
          "updated_at_utc": "string",
          "use_loyalty": true,
          "parent_item_reference_id": "string"
        },
        "total": "string"
      }
    }
  ]
}

Order Items Batch

Sample Success Response Body

{
  "page_size": 0,
  "page_number": 0,
  "page_amount": 0,
  "orders": [
    {
      "entity_id": "string",
      "product_id": "string",
      "quantity": "string",
      "payment_status": "string",
      "price": "string",
      "unit_price": "string",
      "item_type": "string",
      "state": "string",
      "order_item_id": "string",
      "name": "string",
      "liability_type": "string",
      "parent_item_reference_id": "string",
      "time": {
        "added": "string",
        "added_utc": "string",
        "last_modified": "string",
        "last_modified_utc": "string",
        "voided": "string",
        "voided_utc": "string"
      },
      "reporting_category": {
        "major_reporting_category_entity_id": "string",
        "major_reporting_category_name": "string",
        "minor_reporting_category_entity_id": "string",
        "minor_reporting_category_name": "string"
      },
      "tax_info": {
        "taxes": {
          "visible": true,
          "amount": "string",
          "name": "string",
          "tax_definition_id": "string",
          "amount_unrounded": "string",
          "total_inclusive": "string",
          "total_exclusive": "string",
          "parent_item_reference_id": "string"
        },
        "total": "string"
      },
      "discount_info": {
        "discounts": {
          "name": "string",
          "discount_definition_id": "string",
          "apply_type": "string",
          "distributed": true,
          "amount": "string",
          "order_discount_id": "string",
          "amount_unrounded": "string",
          "discount_code": "string",
          "discount_quantity": "string",
          "created_at": "string",
          "created_at_utc": "string",
          "updated_at": "string",
          "updated_at_utc": "string",
          "use_loyalty": true,
          "parent_item_reference_id": "string"
        },
        "total": "string"
      }
    }
  ]
}

Order Payments

Sample Success Response Body

{
  "current_date_time": "string",
  "business_date": "string",
  "site_id": "string",
  "orders": {
    "order_type": "string",
    "order_state": "string",
    "order_number": "string",
    "order_id": "string",
    "payments": {
      "status": "string",
      "processed_at": "string",
      "pay_type_id": "string",
      "pay_type_name": "string",
      "offline_id": "string",
      "code": "string",
      "card_acquisition": "string",
      "transaction_type": "string",
      "transaction_id": "string",
      "card_brand_name": "string",
      "auth": "string",
      "account_last_four": "string",
      "amount_info": {
        "payment_tips": 0,
        "payment_amount": 0,
        "change": 0
      }
    }
  }
}

Orders

Sample Success Response Body

{
  "page_size": 0,
  "page_number": 0,
  "page_amount": 0,
  "orders": [
    {
      "order_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
      "order_number": "string",
      "order_type": "string",
      "order_state": "string",
      "order_source": "string",
      "business_date": "string",
      "event": {
        "id": "string",
        "name": "string",
        "event_type": "string"
      },
      "reference_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
      "subtotal": 0,
      "discount_total": 0,
      "tax_total": 0,
      "net_sales": 0,
      "gross_sales": 0,
      "tips_total": 0,
      "guest_count": 0,
      "company_info": {
        "company_id": "string",
        "company_name": "string"
      },
      "site_info": {
        "site_id": "string",
        "site_name": "string",
        "store_number": "string",
        "time_zone": "string"
      },
      "terminal_info": {
        "terminal_id": "string",
        "terminal_name": "string",
        "terminal_number": "string"
      },
      "destination_info": {
        "destination_id": "string",
        "destination_name": "string"
      },
      "drawer_info": {
        "session_id": "string",
        "session_number": "string"
      },
      "owner_employee_info": {
        "owner_employee_id": "string",
        "owner_employee_num": "string",
        "owner_employee_name": "string"
      },
      "time_info": {
        "updated_at": "string",
        "created": "string",
        "closed": "string",
        "kitchen_sent": "string",
        "kitchen_bump": "string",
        "first_saved": "string",
        "first_item_added": "string"
      },
      "tax_exempt_info": {
        "tax_exempt_id": "string",
        "tax_exempt_total": "string"
      },
      "survey_info": {
        "code": "string",
        "entity_id": "string",
        "external_id": "string",
        "message": "string",
        "name": "string"
      },
      "daypart_info": {
        "id": "string",
        "name": "string",
        "external_id": "string"
      },
      "order_source_info": {
        "name": "string",
        "external_id": "string"
      }
    }
  ]
}

Sales by Time

Sample Success Response Body

{
  "current_date_time": "string",
  "business_date": "string",
  "grouping_method": "string",
  "sections": {
    "calculations": {
      "gross_sales": {
        "total": "string"
      },
      "discount_total": {
        "total": "string",
        "quantity": "string"
      },
      "liability_items": {
        "total": "string",
        "quantity": "string"
      },
      "post_payment_voids_total": {
        "total": "string",
        "quantity": "string"
      },
      "refund_total": {
        "total": "string"
      },
      "tax_total": {
        "total": "string"
      },
      "voided_orders_total": {
        "total": "string",
        "quantity": "string"
      },
      "net_sales": {
        "total": "string",
        "quantity": "string"
      }
    },
    "custom_calculations": {
      "named_code": "string",
      "result": "string"
    },
    "payments": {
      "payments_total": "string",
      "payments_quantity": "string",
      "pay_type_totals": [
        {
          "name": "string",
          "total": "string",
          "quantity": "string"
        }
      ],
      "credit_card_brand_totals": [
        {
          "name": "string",
          "total": "string",
          "quantity": "string"
        }
      ]
    },
    "pay_in_out": {
      "paid_in": {
        "total": "string",
        "quantity": "string"
      },
      "paid_out": {
        "total": "string",
        "quantity": "string"
      }
    },
    "reconciliation": {
      "drawers": {
        "count_total": "string",
        "expected_total": "string",
        "pull_total": "string",
        "variance": "string"
      },
      "deposits": {
        "actual_total": "string",
        "expected_total": "string",
        "variance": "string"
      }
    },
    "destinations": {
      "destinations_total": "string",
      "destinations_quantity": "string",
      "destinations_totals": [
        {
          "name": "string",
          "total": "string",
          "quantity": "string",
          "external_identifier": "string"
        }
      ]
    },
    "discounts": {
      "discounts_total": "string",
      "discounts_quantity": "string",
      "discounts_totals": [
        {
          "name": "string",
          "total": "string",
          "quantity": "string"
        }
      ],
      "discounts_types": [
        {
          "name": "string",
          "total": "string",
          "quantity": "string"
        }
      ]
    },
    "day_parts": {
      "day_parts_total": "string",
      "day_parts_quantity": "string",
      "day_parts_totals": [
        {
          "name": "string",
          "total": "string",
          "quantity": "string"
        }
      ]
    },
    "liability_items": {
      "liability_items_total": "string",
      "liability_items_quantity": "string",
      "liability_items_promotions_total": "string",
      "liability_items_promotions_quantity": "string",
      "liability_items_totals": [
        {
          "name": "string",
          "total": "string",
          "quantity": "string"
        }
      ]
    },
    "donations": {
      "donations_total": "string",
      "donations_quantity": "string",
      "donations_totals": [
        {
          "name": "string",
          "total": "string",
          "quantity": "string"
        }
      ]
    },
    "order_sources": {
      "order_sources_total": "string",
      "order_sources_quantity": "string",
      "order_sources_totals": [
        {
          "name": "string",
          "total": "string",
          "quantity": "string"
        }
      ]
    },
    "taxes": {
      "taxes_total": "string",
      "tax_rate_totals": {
        "name": "string",
        "total": "string"
      }
    },
    "tips": {
      "refunded_tips": "string",
      "paid_tips": "string",
      "collected_tips": "string"
    },
    "fees": {
      "fees_total": "string",
      "fees_quantity": "string",
      "fees_totals": [
        {
          "name": "string",
          "total": "string",
          "quantity": "string"
        }
      ]
    },
    "other_statistics": {
      "non_taxed_item_sales": {
        "total": "string",
        "quantity": "string"
      },
      "gift_card_cash_out": {
        "total": "string",
        "quantity": "string"
      },
      "tax_exempt_orders": {
        "tax_exempt_orders": "string"
      }
    }
  }
}

Statistic by Day Part

Sample Success Response Body

{
  "current_date_time": "string",
  "start_business_date": "string",
  "end_business_date": "string",
  "day_part": {
    "sections": {
      "calculations": {
        "gross_sales": {
          "total": "string"
        },
        "discount_total": {
          "total": "string",
          "quantity": "string"
        },
        "liability_items": {
          "total": "string",
          "quantity": "string"
        },
        "post_payment_voids_total": {
          "total": "string",
          "quantity": "string"
        },
        "refund_total": {
          "total": "string"
        },
        "tax_total": {
          "total": "string"
        },
        "voided_orders_total": {
          "total": "string",
          "quantity": "string"
        },
        "net_sales": {
          "total": "string",
          "quantity": "string"
        }
      },
      "custom_calculations": {
        "named_code": "string",
        "result": "string"
      },
      "payments": {
        "payments_total": "string",
        "payments_quantity": "string",
        "pay_type_totals": [
          {
            "name": "string",
            "total": "string",
            "quantity": "string"
          }
        ],
        "credit_card_brand_totals": [
          {
            "name": "string",
            "total": "string",
            "quantity": "string"
          }
        ]
      },
      "destinations": {
        "destinations_total": "string",
        "destinations_quantity": "string",
        "destinations_totals": [
          {
            "name": "string",
            "total": "string",
            "quantity": "string",
            "external_identifier": "string"
          }
        ]
      },
      "taxes": {
        "taxes_total": "string",
        "tax_rate_totals": {
          "name": "string",
          "total": "string"
        }
      },
      "guests": {
        "quantity": "string"
      },
      "fees": {
        "fees_total": "string",
        "fees_quantity": "string",
        "fees_totals": [
          {
            "name": "string",
            "total": "string",
            "quantity": "string"
          }
        ]
      }
    }
  }
}

Statistic by Destination

Sample Success Response Body

{
  "current_date_time": "string",
  "start_business_date": "string",
  "end_business_date": "string",
  "destinations": {
    "sections": {
      "calculations": {
        "gross_sales": {
          "total": "string"
        },
        "discount_total": {
          "total": "string",
          "quantity": "string"
        },
        "liability_items": {
          "total": "string",
          "quantity": "string"
        },
        "post_payment_voids_total": {
          "total": "string",
          "quantity": "string"
        },
        "refund_total": {
          "total": "string"
        },
        "tax_total": {
          "total": "string"
        },
        "voided_orders_total": {
          "total": "string",
          "quantity": "string"
        },
        "net_sales": {
          "total": "string",
          "quantity": "string"
        }
      },
      "custom_calculations": {
        "named_code": "string",
        "result": "string"
      },
      "payments": {
        "payments_total": "string",
        "payments_quantity": "string",
        "pay_type_totals": [
          {
            "name": "string",
            "total": "string",
            "quantity": "string"
          }
        ],
        "credit_card_brand_totals": [
          {
            "name": "string",
            "total": "string",
            "quantity": "string"
          }
        ]
      },
      "day_parts": {
        "day_parts_total": "string",
        "day_parts_quantity": "string",
        "day_parts_totals": [
          {
            "name": "string",
            "total": "string",
            "quantity": "string"
          }
        ]
      },
      "taxes": {
        "taxes_total": "string",
        "tax_rate_totals": {
          "name": "string",
          "total": "string"
        }
      },
      "guests": {
        "quantity": "string"
      },
      "fees": {
        "fees_total": "string",
        "fees_quantity": "string",
        "fees_totals": [
          {
            "name": "string",
            "total": "string",
            "quantity": "string"
          }
        ]
      }
    }
  }
}

Statistic by Order Source

Sample Success Response Body

{
  "current_date_time": "string",
  "start_business_date": "string",
  "end_business_date": "string",
  "order_source": {
    "sections": {
      "calculations": {
        "gross_sales": {
          "total": "string"
        },
        "discount_total": {
          "total": "string",
          "quantity": "string"
        },
        "liability_items": {
          "total": "string",
          "quantity": "string"
        },
        "post_payment_voids_total": {
          "total": "string",
          "quantity": "string"
        },
        "refund_total": {
          "total": "string"
        },
        "tax_total": {
          "total": "string"
        },
        "voided_orders_total": {
          "total": "string",
          "quantity": "string"
        },
        "net_sales": {
          "total": "string",
          "quantity": "string"
        }
      },
      "custom_calculations": {
        "named_code": "string",
        "result": "string"
      },
      "payments": {
        "payments_total": "string",
        "payments_quantity": "string",
        "pay_type_totals": [
          {
            "name": "string",
            "total": "string",
            "quantity": "string"
          }
        ],
        "credit_card_brand_totals": [
          {
            "name": "string",
            "total": "string",
            "quantity": "string"
          }
        ]
      },
      "destinations": {
        "destinations_total": "string",
        "destinations_quantity": "string",
        "destinations_totals": [
          {
            "name": "string",
            "total": "string",
            "quantity": "string",
            "external_identifier": "string"
          }
        ]
      },
      "day_parts": {
        "day_parts_total": "string",
        "day_parts_quantity": "string",
        "day_parts_totals": [
          {
            "name": "string",
            "total": "string",
            "quantity": "string"
          }
        ]
      },
      "taxes": {
        "taxes_total": "string",
        "tax_rate_totals": {
          "name": "string",
          "total": "string"
        }
      },
      "guests": {
        "quantity": "string"
      },
      "fees": {
        "fees_total": "string",
        "fees_quantity": "string",
        "fees_totals": [
          {
            "name": "string",
            "total": "string",
            "quantity": "string"
          }
        ]
      }
    }
  }
}

Deposits

Sample Success Response Body

{
    "current_date_time": "2023-11-30T15:48:28.520Z",
    "business_date": "2023-11-19",
    "page_size": 200,
    "page_number": 0,
    "page_amount": 1,
    "deposits": [
        {
            "deposit_id": "6893315a-cb4c-4f41-a83a-2286302864b6",
            "deposit_name": "Deposit_0485_56",
            "deposit_status": "finalized",
            "deposit_create_date": "2023-11-20T14:09:28.505Z",
            "deposit_update_date": "2023-11-20T14:09:28.505Z",
            "deposit_items": [
                {
                    "item_id": "79c2b611-6b6f-4a4d-a22b-cb64532207ad",
                    "item_type": "CASH",
                    "item_display_date": "2023-11-19T20:51:06.122Z",
                    "item_amount": "158.00",
                    "item_amount_alt_currency": null,
                    "item_alt_currency_entity_id": null,
                    "item_exchange_rate": null,
                    "item_source_id": "4b51b23c-f0d8-4fdb-ab07-85e4865696c1",
                    "owner_info": {
                        "owner_id": "621d45947153bf00018db295",
                        "owner_name": "Germania Pena",
                        "owner_employee_corporate_code": "520325"
                    }
                },
                {
                    "item_id": "79c2b611-6b6f-4a4d-a22b-cb64532207ad",
                    "item_type": "CASH",
                    "item_display_date": "2023-11-20T07:14:10.247Z",
                    "item_amount": "8.00",
                    "item_amount_alt_currency": null,
                    "item_alt_currency_entity_id": null,
                    "item_exchange_rate": null,
                    "item_source_id": "50364934-b85d-4e26-b13f-4c197cde1085",
                    "owner_info": {
                        "owner_id": "6458197dde684db42d3a7011",
                        "owner_name": "Jane Doe",
                        "owner_employee_corporate_code": "123"
                    }
                },
                {
                    "item_id": "ad4e9391-5133-4fa3-aaef-64aae1380bff",
                    "item_type": "CASH",
                    "item_display_date": "2023-11-20T03:51:07.775Z",
                    "item_amount": "427.00",
                    "item_amount_alt_currency": null,
                    "item_alt_currency_entity_id": null,
                    "item_exchange_rate": null,
                    "item_source_id": "b504f4df-eb17-43dc-9092-69af8557ccad",
                    "owner_info": {
                        "owner_id": "63d5846c461234fb296b7bc5",
                        "owner_name": "Jane Doe",
                        "owner_employee_corporate_code": "123"
                    }
                },
                {
                    "item_id": "ad4e9391-5133-4fa3-aaef-64aae1380bff",
                    "item_type": "CASH",
                    "item_display_date": "2023-11-19T19:00:34.326Z",
                    "item_amount": "102.00",
                    "item_amount_alt_currency": null,
                    "item_alt_currency_entity_id": null,
                    "item_exchange_rate": null,
                    "item_source_id": "dd562d57-c45f-4838-9eb5-3e22b76af0d8",
                    "owner_info": {
                        "owner_id": "62b208d1c654946044ff60c7",
                        "owner_name": "Yana Dee",
                        "owner_employee_corporate_code": "234"
                    }
                },
                {
                    "item_id": "ad4e9391-5133-4fa3-aaef-64aae1380bff",
                    "item_type": "CASH",
                    "item_display_date": "2023-11-20T12:00:39.255Z",
                    "item_amount": "321.54",
                    "item_amount_alt_currency": null,
                    "item_alt_currency_entity_id": null,
                    "item_exchange_rate": null,
                    "item_source_id": "e93ded3f-a4ef-434d-8afa-77f6267806f1",
                    "owner_info": {
                        "owner_id": "64177e32ae4d568e418c30e6",
                        "owner_name": "John Doe",
                        "owner_employee_corporate_code": "123"
                    }
                },
                {
                    "item_id": "be2c4b52-ce80-4114-b875-dcc116194b7f",
                    "item_type": "CASH",
                    "item_display_date": "2023-11-20T03:46:34.818Z",
                    "item_amount": "26.00",
                    "item_amount_alt_currency": null,
                    "item_alt_currency_entity_id": null,
                    "item_exchange_rate": null,
                    "item_source_id": "5acac6a5-517b-45f8-b382-92d174a8d45d",
                    "owner_info": {
                        "owner_id": "621d45799467d700016d5b29",
                        "owner_name": "Jane Doe",
                        "owner_employee_corporate_code": "123"
                    }
                },
                {
                    "item_id": "be2c4b52-ce80-4114-b875-dcc116194b7f",
                    "item_type": "CASH",
                    "item_display_date": "2023-11-19T20:51:27.745Z",
                    "item_amount": "90.00",
                    "item_amount_alt_currency": null,
                    "item_alt_currency_entity_id": null,
                    "item_exchange_rate": null,
                    "item_source_id": "62afb253-175d-4d0f-a955-9a13082a0a36",
                    "owner_info": {
                        "owner_id": "635bf4bb101f9974ca275e37",
                        "owner_name": "Jane Doe",
                        "owner_employee_corporate_code": "123"
                    }
                },
                {
                    "item_id": "f9498f7c-7970-49e0-9885-326780ff6d62",
                    "item_type": "CASH",
                    "item_display_date": "2023-11-19T19:15:21.787Z",
                    "item_amount": "348.00",
                    "item_amount_alt_currency": null,
                    "item_alt_currency_entity_id": null,
                    "item_exchange_rate": null,
                    "item_source_id": "eed8409e-3c69-40cb-b612-40ce6838d893",
                    "owner_info": {
                        "owner_id": "6341ea04db1bc1d90dee8a9c",
                        "owner_name": "Larry Bird",
                        "owner_employee_corporate_code": "345"
                    }
                }
            ],
            "itemizedCounts_items": [
                {
                    "item_id": "4c6d7e65-5dbb-41a2-847f-7775170d6671",
                    "item_payment_type": "CHECK",
                    "item_expected_amount": "0.00",
                    "item_expected_amount_alt_currency": null,
                    "item_counted_amount": "0.00",
                    "item_counted_amount_alt_currency": null,
                    "item_alt_currency_entity_id": null,
                    "item_exchange_rate": null
                },
                {
                    "item_id": "6eca83cb-53f0-4c9b-9cca-d7e73d8a09a4",
                    "item_payment_type": "CASH",
                    "item_expected_amount": "1480.54",
                    "item_expected_amount_alt_currency": null,
                    "item_counted_amount": "1090.00",
                    "item_counted_amount_alt_currency": null,
                    "item_alt_currency_entity_id": null,
                    "item_exchange_rate": null
                }
            ],
            "site_info": {
                "site_id": "620c011778da1c0008db8bac",
                "site_name": "Restaurant #0485",
                "store_number": "0485",
                "time_zone": "US/Eastern"
            },
            "terminal_info": {
                "terminal_id": "5a5901f0fcacfe00019a7fda",
                "terminal_number": 1,
                "terminal_name": "Reg 1 (Cashier)"
            },
            "owner_info": {
                "owner_id": "621d45908fa60a0001699fb9",
                "owner_name": "John Doe",
                "owner_employee_corporate_code": "567"
            }
        }
    ]
}

Payroll Details

Sample Success Response Body

{
  "current_date_time": "string",
  "page_size": 0,
  "page_number": 0,
  "page_amount": 0,
  "payrolls": {
    "site_info": {
      "site_id": "string",
      "site_name": "string",
      "store_number": "string",
      "time_zone": "string"
    },
    "employee_id": "string",
    "employee_full_name": "string",
    "emp_primary_site_number": "string",
    "emp_primary_site_name": "string",
    "payroll_detail_id": "string",
    "employee_worktime_id": "string",
    "business_date": "2025-12-15",
    "clockin_utc": "string",
    "clockin_name": "string",
    "clockout_utc": "string",
    "clockout_name": "string",
    "job_code_id": "string",
    "job_code_external_id": "string",
    "job_code_name": "string",
    "compensation_type_name": "string",
    "rate_type_code_name": "string",
    "rate_type_code": "string",
    "work_type_id": "string",
    "work_type_name": "string",
    "multiplier": 0,
    "hours": 0,
    "total_pay": 0,
    "create_date": "string",
    "regular_hours": 0,
    "regular_minutes": 0,
    "regular_hours_rate": 0,
    "overtime_hours_rate": 0,
    "overtime_hours_cost": 0
  }
}

Payroll Summary

Sample Success Response Body

{
  "current_date_time": "string",
  "page_size": 0,
  "page_number": 0,
  "page_amount": 0,
  "payrolls": {
    "business_date": "2025-12-15",
    "employee": "string",
    "employee_code": "string",
    "job": "string",
    "reg_hrs": 0,
    "reg_rate": 0,
    "reg_amt": 0,
    "ot_hrs": 0,
    "ot_rate": 0,
    "ot_amt": 0,
    "dbl_hrs": 0,
    "dbl_amt": 0,
    "penalty_pay": 0,
    "total_hours": 0,
    "net_sales": 0,
    "total_tips": 0,
    "total_amt": 0
  }
}