{
"period_start": "2019-08-24T14:15:22.123Z",
"period_end": "2019-08-24T14:15:22.123Z",
"restaurant_branch": "string",
"staff_member": "string",
"orders": [
{
"name": "string",
"order_type": "string",
"restaurant_brand": "string",
"is_return": 0,
"return_against": "string",
"posting_datetime": "2019-08-24T14:15:22.123Z",
"items": [
{
"name": "string",
"menu_product": "string",
"qty": 0,
"amount": 0,
"modifiers": [
{
"name": "string",
"menu_product": "string",
"qty": 0,
"amount": 0,
"modifier_group": "string"
}
]
}
],
"taxes_and_charges": [
{
"account_head": "string",
"amount": 0
}
],
"payments": [
{
"mode_of_payment": "string",
"amount": 0,
"reference_no": "string"
}
],
"additional_discount_amount": 0,
"grand_total": 0
}
]
}