List Deposits | Returns an array of Deposit objects containing information about cash removed from a restaurant to be deposited in a bank or other financial institution during one business day. |
Create Employee | Creates a restaurant employee record. |
Delete Employee | Deletes a restaurant employee record by marking the record as deleted. |
Get Employee | Returns an Employee object containing information about one restaurant employee. |
List Employees | Returns an array of Employee objects containing information about restaurant employees. |
Update Employee | Performs Update Employee |
Get Time Entry | Returns a TimeEntry object containing information about one employee shift. |
List Cash Entries | Returns information about cash added to or removed from a cash drawer or other cash storage device. |
List Time Entries | Returns an array of Time Entry objects that contain information about employee shift events. |
Get One Job | Returns a Job object containing information about one employee job at a restaurant. |
List Jobs | Returns an array of Job objects containing information about the employee jobs configured at a restaurant. |
Raw Request | Send raw HTTP request to Toast. |
List Accessible Restaurants | Returns an array of PartnerAccessExternalRep objects that contain information about the Toast restaurants that your partner API client can access. |
List Connected Restaurants | Returns a PaginatedResponse object that contains a paginated array of the restaurants that have connected to your integrated partner service. |
Create Shift | Creates a schedule shift for a restaurant employee. |
Delete Shift | Marks an existing schedule shift record for a restaurant employee as deleted. |
Get Shift | Performs Get Shift |
List Shifts | Returns an array of Shift objects that contain information about schedule shifts for restaurant employees. |
Update Shift | Updates an existing schedule shift record for a restaurant employee. |