get https://app.opendate.io/api/v2/food_and_beverage_items
List food and beverage items that represent line items from the venue’s point of sales system.
Example Request Body:
{
"q": {
"venue_ownership_id_eq": 2,
"s": “amount desc”,
}
}
Example Response:
{
"current_page": 1,
"per_page": 30,
"total_entries": 2,
"collection": [
{
"id": 2,
"team_id": 2,
"venue_ownership_id": 2,
"calendar_event_id": 2,
"start_date": "2023-01-15",
"end_date": “2023-01-15”,
"test_display_number": 0,
"orders_guid": “5bc42814-f9cc-4ee4-a1ef-1e4f4463fb0f”,
"business_date": “2023–01-15”,
"voided": false,
"order_created_date":”2023-01-15T20:08:40.233+0000”,
"order_modified_date": ”2023-01-15T20:08:40.233+0000”,
"order_closed_date": ”2023-01-15T20:08:40.233+0000”,
"order_voided_status": false,
"order_quantity": 1,
"order_receipt_line_price": 8,
"order_tax_inclusion": true,
"menu_display_name": “Vogue Punch”,
"menu_price": 7.34,
"food_and_beverage_tax": 0.15,
"state_tax": 0.51,
"amount": 25.0,
"tip_amount": 0.0,
"payment_type": “CASH”,
"card_entry_mode": “INCREMENTAL_PRE_AUTHED”,
"payment_status": “CAPTURED”,
"category": “Liquor”,
"type": “Cocktail”,
"size": “Single”,
"created_at":”2023-01-15T20:08:40.233+0000”,
"updated_at": ”2023-01-15T20:08:40.233+0000”
},
{
"id": 1,
"team_id": 2,
"venue_ownership_id": 2,
"calendar_event_id": 2,
"start_date": "2023-01-15",
"end_date": “2023-01-15”,
"test_display_number": 0,
"orders_guid": “5bc42814-f9cc-4ee4-a1ef-1e4f4463fb0f”,
"business_date": “2023–01-15”,
"voided": false,
"order_created_date":”2023-01-15T20:08:40.233+0000”,
"order_modified_date": ”2023-01-15T20:08:40.233+0000”,
"order_closed_date": ”2023-01-15T20:08:40.233+0000”,
"order_voided_status": false,
"order_quantity": 1,
"order_receipt_line_price": 8,
"order_tax_inclusion": true,
"menu_display_name": “Vogue Punch”,
"menu_price": 7.34,
"food_and_beverage_tax": 0.15,
"state_tax": 0.51,
"amount": 20.0,
"tip_amount": 0.0,
"payment_type": “CASH”,
"card_entry_mode": “INCREMENTAL_PRE_AUTHED”,
"payment_status": “CAPTURED”,
"category": “Liquor”,
"type": “Cocktail”,
"size": “Single”,
"created_at":”2023-01-15T20:08:40.233+0000”,
"updated_at": ”2023-01-15T20:08:40.233+0000”
}
]
}