{"openapi":"3.0.0","info":{"description":"This API will return Point of Sale Data\n\n__The base endpoint URL for this API in production is:__ `https://marko.aramark.net/v1/pos`.\n","version":"1.0.0-oas3","title":"Point of Sale"},"tags":[{"name":"Real Time","description":"Get POS Real Time Data"},{"name":"Transactions","description":"Get POS Transaction Data"},{"name":"Item","description":"Get POS Item Data"}],"paths":{"/real_time/item_sales/{org_value}":{"get":{"summary":"POS Real Time Item Sales","description":"Returns POS Real Time Sales Data\n","operationId":"getRealTimeItemSales","tags":["Real Time"],"parameters":[{"$ref":"#/components/parameters/orgValueParam"},{"$ref":"#/components/parameters/sourceSystemRealTimeParam"},{"$ref":"#/components/parameters/startDateTimeParam"},{"$ref":"#/components/parameters/endDateTimeParam"},{"$ref":"#/components/parameters/skusParam"},{"$ref":"#/components/parameters/bypassCacheParam"}],"responses":{"200":{"description":"Provides the Transaction Check data by POS System","content":{"application/json":{"schema":{"type":"object","properties":{"status":{"type":"string","description":"ENUM 'Success', 'Error' or 'Not Found'","default":"Success","example":"Success"},"count":{"type":"string","description":"Number of records returned","default":"0","example":"1"},"item_sales":{"type":"array","items":{"$ref":"#/components/schemas/item_sales"}}}}}}},"404":{"description":"Requested resource does not exist."},"405":{"description":"HTTP Verb / Operation not supported"}}}},"/transactions/checks/{org_value}":{"get":{"summary":"POS Transaction Checks","description":"Returns POS Transaction Check Data for a Date Range by POS System\n","operationId":"getTransactionChecks","tags":["Transactions"],"parameters":[{"$ref":"#/components/parameters/orgValueParam"},{"$ref":"#/components/parameters/sourceSystemParam"},{"$ref":"#/components/parameters/startDateTimeParam"},{"$ref":"#/components/parameters/endDateTimeParam"},{"$ref":"#/components/parameters/pageParam"},{"$ref":"#/components/parameters/sizeParam"},{"$ref":"#/components/parameters/rawParam"},{"$ref":"#/components/parameters/bypassCacheParam"}],"responses":{"200":{"description":"Provides the Transaction Check data by POS System","content":{"application/json":{"schema":{"type":"object","properties":{"status":{"type":"string","description":"ENUM 'Success', 'Error' or 'Not Found'","default":"Success","example":"Success"},"count":{"type":"string","description":"Number of records returned","default":"0","example":"1"},"checks":{"type":"array","items":{"$ref":"#/components/schemas/checks"}}}}}}},"404":{"description":"Requested resource does not exist."},"405":{"description":"HTTP Verb / Operation not supported"}}}},"/transactions/items/{org_value}":{"get":{"summary":"POS Transaction Items","description":"Returns POS Transaction Item Data for a Date Range by POS System\n","operationId":"getTransactionItems","tags":["Transactions"],"parameters":[{"$ref":"#/components/parameters/orgValueParam"},{"$ref":"#/components/parameters/sourceSystemItemsParam"},{"$ref":"#/components/parameters/startDateTimeParam"},{"$ref":"#/components/parameters/endDateTimeParam"},{"$ref":"#/components/parameters/pageParam"},{"$ref":"#/components/parameters/sizeParam"},{"$ref":"#/components/parameters/rawParam"},{"$ref":"#/components/parameters/bypassCacheParam"}],"responses":{"200":{"description":"Provides the Transaction Item data by POS System","content":{"application/json":{"schema":{"type":"object","properties":{"status":{"type":"string","description":"ENUM 'Success', 'Error' or 'Not Found'","default":"Success","example":"Success"},"count":{"type":"string","description":"Number of records returned","default":"0","example":"1"},"items":{"type":"array","items":{"$ref":"#/components/schemas/items"}}}}}}},"404":{"description":"Requested resource does not exist."},"405":{"description":"HTTP Verb / Operation not supported"}}}},"/transactions/tenders/{org_value}":{"get":{"summary":"POS Transaction Tenders","description":"Returns POS Transaction Tender Data for a Date Range by POS System\n","operationId":"getTransactionTenders","tags":["Transactions"],"parameters":[{"$ref":"#/components/parameters/orgValueParam"},{"$ref":"#/components/parameters/sourceSystemTendersParam"},{"$ref":"#/components/parameters/startDateTimeParam"},{"$ref":"#/components/parameters/endDateTimeParam"},{"$ref":"#/components/parameters/pageParam"},{"$ref":"#/components/parameters/sizeParam"},{"$ref":"#/components/parameters/rawParam"},{"$ref":"#/components/parameters/bypassCacheParam"}],"responses":{"200":{"description":"Provides the Transaction Tender data by POS System","content":{"application/json":{"schema":{"type":"object","properties":{"status":{"type":"string","description":"ENUM 'Success', 'Error' or 'Not Found'","default":"Success","example":"Success"},"count":{"type":"string","description":"Number of records returned","default":"0","example":"1"},"tenders":{"type":"array","items":{"$ref":"#/components/schemas/tenders"}}}}}}},"404":{"description":"Requested resource does not exist."},"405":{"description":"HTTP Verb / Operation not supported"}}}},"/transactions/discounts/{org_value}":{"get":{"summary":"POS Transaction Discounts","description":"Returns POS Transaction Discount Data for a Date Range by POS System\n","operationId":"getTransactionDiscounts","tags":["Transactions"],"parameters":[{"$ref":"#/components/parameters/orgValueParam"},{"$ref":"#/components/parameters/sourceSystemDiscountsParam"},{"$ref":"#/components/parameters/startDateTimeParam"},{"$ref":"#/components/parameters/endDateTimeParam"},{"$ref":"#/components/parameters/pageParam"},{"$ref":"#/components/parameters/sizeParam"},{"$ref":"#/components/parameters/rawParam"},{"$ref":"#/components/parameters/bypassCacheParam"}],"responses":{"200":{"description":"Provides the Transaction Discount data by POS System","content":{"application/json":{"schema":{"type":"object","properties":{"status":{"type":"string","description":"ENUM 'Success', 'Error' or 'Not Found'","default":"Success","example":"Success"},"count":{"type":"string","description":"Number of records returned","default":"0","example":"1"},"discounts":{"type":"array","items":{"$ref":"#/components/schemas/discounts"}}}}}}},"404":{"description":"Requested resource does not exist."},"405":{"description":"HTTP Verb / Operation not supported"}}}},"/transactions/service_charges/{org_value}":{"get":{"summary":"POS Transaction Service Charges","description":"Returns POS Transaction Service Charge Data for a Date Range by POS System\n","operationId":"getTransactionServiceCharges","tags":["Transactions"],"parameters":[{"$ref":"#/components/parameters/orgValueParam"},{"$ref":"#/components/parameters/sourceSystemServiceChargesParam"},{"$ref":"#/components/parameters/startDateTimeParam"},{"$ref":"#/components/parameters/endDateTimeParam"},{"$ref":"#/components/parameters/pageParam"},{"$ref":"#/components/parameters/sizeParam"},{"$ref":"#/components/parameters/rawParam"},{"$ref":"#/components/parameters/bypassCacheParam"}],"responses":{"200":{"description":"Provides the Transaction Service Charge data by POS System","content":{"application/json":{"schema":{"type":"object","properties":{"status":{"type":"string","description":"ENUM 'Success', 'Error' or 'Not Found'","default":"Success","example":"Success"},"count":{"type":"string","description":"Number of records returned","default":"0","example":"1"},"service_charges":{"type":"array","items":{"$ref":"#/components/schemas/service_charges"}}}}}}},"404":{"description":"Requested resource does not exist."},"405":{"description":"HTTP Verb / Operation not supported"}}}},"/transactions/taxes/{org_value}":{"get":{"summary":"POS Transaction Taxes","description":"Returns POS Transaction Tax Data for a Date Range by POS System\n","operationId":"getTransactionTaxes","tags":["Transactions"],"parameters":[{"$ref":"#/components/parameters/orgValueParam"},{"$ref":"#/components/parameters/sourceSystemTaxesParam"},{"$ref":"#/components/parameters/startDateTimeParam"},{"$ref":"#/components/parameters/endDateTimeParam"},{"$ref":"#/components/parameters/pageParam"},{"$ref":"#/components/parameters/sizeParam"},{"$ref":"#/components/parameters/rawParam"},{"$ref":"#/components/parameters/bypassCacheParam"}],"responses":{"200":{"description":"Provides the Transaction Tax data by POS System","content":{"application/json":{"schema":{"type":"object","properties":{"status":{"type":"string","description":"ENUM 'Success', 'Error' or 'Not Found'","default":"Success","example":"Success"},"count":{"type":"string","description":"Number of records returned","default":"0","example":"1"},"taxes":{"type":"array","items":{"$ref":"#/components/schemas/taxes"}}}}}}},"404":{"description":"Requested resource does not exist."},"405":{"description":"HTTP Verb / Operation not supported"}}}},"/transactions/adjustments/{org_value}":{"get":{"summary":"POS Transaction Adjustments","description":"Returns POS Transaction Adjustment Data for a Date Range by POS System\n","operationId":"getTransactionAdjustments","tags":["Transactions"],"parameters":[{"$ref":"#/components/parameters/orgValueParam"},{"$ref":"#/components/parameters/sourceSystemAdjustmentsParam"},{"$ref":"#/components/parameters/startDateTimeParam"},{"$ref":"#/components/parameters/endDateTimeParam"},{"$ref":"#/components/parameters/pageParam"},{"$ref":"#/components/parameters/sizeParam"},{"$ref":"#/components/parameters/rawParam"},{"$ref":"#/components/parameters/bypassCacheParam"}],"responses":{"200":{"description":"Provides the Transaction Adjustment data by POS System","content":{"application/json":{"schema":{"type":"object","properties":{"status":{"type":"string","description":"ENUM 'Success', 'Error' or 'Not Found'","default":"Success","example":"Success"},"count":{"type":"string","description":"Number of records returned","default":"0","example":"1"},"adjustments":{"type":"array","items":{"$ref":"#/components/schemas/adjustments"}}}}}}},"404":{"description":"Requested resource does not exist."},"405":{"description":"HTTP Verb / Operation not supported"}}}},"/items":{"get":{"summary":"POS Items","description":"Return POS Items by Source System","operationId":"getPOSItems","tags":["Item"],"parameters":[{"$ref":"#/components/parameters/sourceSystemParam"},{"$ref":"#/components/parameters/pageParam"},{"$ref":"#/components/parameters/sizeParam"},{"$ref":"#/components/parameters/bypassCacheParam"}],"responses":{"200":{"description":"Provides the POS Item data by POS System","content":{"application/json":{"schema":{"type":"object","properties":{"status":{"type":"string","description":"ENUM 'Success', 'Error' or 'Not Found'","default":"Success","example":"Success"},"count":{"type":"string","description":"Number of records returned","default":"0","example":"1"},"pos_items":{"type":"array","items":{"$ref":"#/components/schemas/pos_items"}}}}}}},"404":{"description":"Requested resource does not exist."},"405":{"description":"HTTP Verb / Operation not supported"}}}}},"servers":[{"url":"https://dev-marko.aramark.net/v1/pos"},{"url":"https://qa-marko.aramark.net/v1/pos"}],"components":{"parameters":{"orgValueParam":{"in":"path","name":"org_value","description":"Aramark Organization code","required":true,"schema":{"type":"string"}},"sourceSystemParam":{"in":"query","name":"source_system","description":"Name of the POS System:\n * `BYPS` - Bypass\n * `MASH` - Mashgin\n * `SMCS` - S&E Micros\n * `EMCS` - Enterprise Micros\n * `CMCS` - Cloud Micros\n * `ZIPP` - Zippin\n * `TAP2` - Tapin2\n","required":true,"schema":{"type":"string"}},"sourceSystemRealTimeParam":{"in":"query","name":"source_system","description":"Name of the POS System:\n * `BYPS` - Bypass\n","required":true,"schema":{"type":"string"}},"sourceSystemItemsParam":{"in":"query","name":"source_system","description":"Name of the POS System:\n * `BYPS` - Bypass\n * `MASH` - Mashgin\n * `SMCS` - S&E Micros\n * `EMCS` - Enterprise Micros\n * `CMCS` - Cloud Micros\n * `ZIPP` - Zippin\n * `TAP2` - Tapin2\n","required":true,"schema":{"type":"string"}},"sourceSystemTendersParam":{"in":"query","name":"source_system","description":"Name of the POS System:\n * `BYPS` - Bypass\n * `MASH` - Mashgin\n * `SMCS` - S&E Micros\n * `EMCS` - Enterprise Micros\n * `CMCS` - Cloud Micros\n * `ZIPP` - Zippin\n * `TAP2` - Tapin2\n","required":true,"schema":{"type":"string"}},"sourceSystemDiscountsParam":{"in":"query","name":"source_system","description":"Name of the POS System:\n * `BYPS` - Bypass\n * `MASH` - Mashgin\n * `SMCS` - S&E Micros\n * `EMCS` - Enterprise Micros\n * `CMCS` - Cloud Micros\n * `ZIPP` - Zippin\n","required":true,"schema":{"type":"string"}},"sourceSystemServiceChargesParam":{"in":"query","name":"source_system","description":"Name of the POS System:\n * `BYPS` - Bypass\n * `SMCS` - S&E Micros\n * `EMCS` - Enterprise Micros\n * `CMCS` - Cloud Micros\n","required":true,"schema":{"type":"string"}},"sourceSystemTaxesParam":{"in":"query","name":"source_system","description":"Name of the POS System:\n * `BYPS` - Bypass\n * `CMCS` - Cloud Micros\n","required":true,"schema":{"type":"string"}},"sourceSystemAdjustmentsParam":{"in":"query","name":"source_system","description":"Name of the POS System:\n * `BYPS` - Bypass\n * `ZIPP` - Zippin\n * `TAP2` - Tapin2\n","required":true,"schema":{"type":"string"}},"startDateTimeParam":{"in":"query","name":"start_date_time","description":"Calendar start date and time for transactions. \"MM/dd/yyyy HH24:mm\"","required":true,"schema":{"type":"string"}},"endDateTimeParam":{"in":"query","name":"end_date_time","description":"Calendar end date and time for transactions. \"MM/dd/yyyy HH24:mm\"","required":true,"schema":{"type":"string"}},"skusParam":{"in":"query","name":"skus","description":"Comma separated list of Item SKUs","required":true,"schema":{"type":"string"}},"pageParam":{"in":"query","name":"page","description":"Page number of result set. Default 1","required":false,"schema":{"type":"number"}},"sizeParam":{"in":"query","name":"size","description":"Number of rows in each page to return. Default 50","required":false,"schema":{"type":"string"}},"rawParam":{"in":"query","name":"raw","description":"Flag used to determine if the data is direct from the source system, unconformed or not","schema":{"type":"string","enum":["Y","N"]}},"bypassCacheParam":{"in":"header","name":"bypass-cache","description":"This HTTP Header variable will bypass cache.","schema":{"type":"string","enum":["true","false"]}},"smokeParam":{"in":"header","name":"smoke","description":"When set to 'true' this HTTP header variable will route the API call to the Integration testing environment. Only applicable in QA.","schema":{"type":"string"}}},"securitySchemes":{"apiKey":{"type":"apiKey","in":"header","name":"apikey","description":"This HTTP Header variable will verify permissions."}},"schemas":{"item_sales":{"type":"object","properties":{"location":{"type":"string","description":"Location of the Item Sales"},"item_sku":{"type":"string","description":"SKU of the Item"},"item_name":{"type":"string","description":"Name of the Item"},"quantity":{"type":"number","description":"Number Items Sold"},"first_order_time":{"type":"string","description":"Time of the First Item Sold"},"last_order_time":{"type":"string","description":"Time of the Last Item Sold"}}},"checks":{"type":"object","properties":{"source_system":{"type":"string","description":"Identifier of the source POS system"},"org_value":{"type":"string","description":"Aramark Organization Code for rollup"},"org_name":{"type":"string","description":"Name of the Aramark Organization"},"check_count":{"type":"number","description":"Number of checks"},"mashgin_checks":{"type":"array","items":{"$ref":"#/components/schemas/mashgin_checks"}},"s_micros_checks":{"type":"array","items":{"$ref":"#/components/schemas/s_micros_checks"}},"e_micros_checks":{"type":"array","items":{"$ref":"#/components/schemas/e_micros_checks"}},"c_micros_checks":{"type":"array","items":{"$ref":"#/components/schemas/c_micros_checks"}},"bypass_checks":{"type":"array","items":{"$ref":"#/components/schemas/bypass_checks"}},"zippin_checks":{"type":"array","items":{"$ref":"#/components/schemas/zippin_checks"}},"tapin2_checks":{"type":"array","items":{"$ref":"#/components/schemas/tapin2_checks"}}}},"items":{"type":"object","properties":{"source_system":{"type":"string","description":"Identifier of the source POS system"},"org_value":{"type":"string","description":"Aramark Organization Code for rollup"},"org_name":{"type":"string","description":"Name of the Aramark Organization"},"item_count":{"type":"number","description":"Number of items"},"mashgin_items":{"type":"array","items":{"$ref":"#/components/schemas/mashgin_items"}},"s_micros_items":{"type":"array","items":{"$ref":"#/components/schemas/s_micros_items"}},"e_micros_items":{"type":"array","items":{"$ref":"#/components/schemas/e_micros_items"}},"c_micros_items":{"type":"array","items":{"$ref":"#/components/schemas/c_micros_items"}},"bypass_items":{"type":"array","items":{"$ref":"#/components/schemas/bypass_items"}},"zippin_items":{"type":"array","items":{"$ref":"#/components/schemas/zippin_items"}},"tapin2_items":{"type":"array","items":{"$ref":"#/components/schemas/tapin2_items"}}}},"tenders":{"type":"object","properties":{"source_system":{"type":"string","description":"Identifier of the source POS system"},"org_value":{"type":"string","description":"Aramark Organization Code for rollup"},"org_name":{"type":"string","description":"Name of the Aramark Organization"},"tender_count":{"type":"number","description":"Number of tenders"},"mashgin_tenders":{"type":"array","items":{"$ref":"#/components/schemas/mashgin_tenders"}},"s_micros_tenders":{"type":"array","items":{"$ref":"#/components/schemas/s_micros_tenders"}},"e_micros_tenders":{"type":"array","items":{"$ref":"#/components/schemas/e_micros_tenders"}},"c_micros_tenders":{"type":"array","items":{"$ref":"#/components/schemas/c_micros_tenders"}},"bypass_tenders":{"type":"array","items":{"$ref":"#/components/schemas/bypass_tenders"}},"zippin_tenders":{"type":"array","items":{"$ref":"#/components/schemas/zippin_tenders"}},"tapin2_tenders":{"type":"array","items":{"$ref":"#/components/schemas/tapin2_tenders"}}}},"discounts":{"type":"object","properties":{"source_system":{"type":"string","description":"Identifier of the source POS system"},"org_value":{"type":"string","description":"Aramark Organization Code for rollup"},"org_name":{"type":"string","description":"Name of the Aramark Organization"},"discount_count":{"type":"number","description":"Number of discounts"},"mashgin_discounts":{"type":"array","items":{"$ref":"#/components/schemas/mashgin_discounts"}},"s_micros_discounts":{"type":"array","items":{"$ref":"#/components/schemas/s_micros_discounts"}},"e_micros_discounts":{"type":"array","items":{"$ref":"#/components/schemas/e_micros_discounts"}},"c_micros_discounts":{"type":"array","items":{"$ref":"#/components/schemas/c_micros_discounts"}},"bypass_discounts":{"type":"array","items":{"$ref":"#/components/schemas/bypass_discounts"}},"zippin_discounts":{"type":"array","items":{"$ref":"#/components/schemas/zippin_discounts"}}}},"service_charges":{"type":"object","properties":{"source_system":{"type":"string","description":"Identifier of the source POS system"},"org_value":{"type":"string","description":"Aramark Organization Code for rollup"},"org_name":{"type":"string","description":"Name of the Aramark Organization"},"service_charge_count":{"type":"number","description":"Number of service charges"},"s_micros_service_charges":{"type":"array","items":{"$ref":"#/components/schemas/s_micros_service_charges"}},"e_micros_service_charges":{"type":"array","items":{"$ref":"#/components/schemas/e_micros_service_charges"}},"c_micros_service_charges":{"type":"array","items":{"$ref":"#/components/schemas/c_micros_service_charges"}},"bypass_service_charges":{"type":"array","items":{"$ref":"#/components/schemas/bypass_service_charges"}}}},"taxes":{"type":"object","properties":{"source_system":{"type":"string","description":"Identifier of the source POS system"},"org_value":{"type":"string","description":"Aramark Organization Code for rollup"},"org_name":{"type":"string","description":"Name of the Aramark Organization"},"tax_count":{"type":"number","description":"Number of taxes"},"c_micros_taxes":{"type":"array","items":{"$ref":"#/components/schemas/c_micros_taxes"}},"bypass_taxes":{"type":"array","items":{"$ref":"#/components/schemas/bypass_taxes"}}}},"adjustments":{"type":"object","properties":{"source_system":{"type":"string","description":"Identifier of the source POS system"},"org_value":{"type":"string","description":"Aramark Organization Code for rollup"},"org_name":{"type":"string","description":"Name of the Aramark Organization"},"adjustment_count":{"type":"number","description":"Number of adjustments"},"bypass_adjustments":{"type":"array","items":{"$ref":"#/components/schemas/bypass_adjustments"}},"zippin_adjustments":{"type":"array","items":{"$ref":"#/components/schemas/zippin_adjustments"}},"tapin2_adjustments":{"type":"array","items":{"$ref":"#/components/schemas/tapin2_adjustments"}}}},"mashgin_checks":{"type":"object","properties":{"check_id":{"type":"string","description":"System identifier for the Check"},"check_date_time":{"type":"string","description":"Date and time of the transaction (UTC)"},"check_local_date_time":{"type":"string","description":"Date and time of the transaction in local timezone"},"store_id":{"type":"string","description":"System identifier for the Store"},"store_name":{"type":"string","description":"Name of the Store"},"device_id":{"type":"string","description":"System identifier for the POS device"},"device_name":{"type":"string","description":"Name of the POS device"},"customer_id":{"type":"string","description":"System identifier for the Customer"},"customer_name":{"type":"string","description":"Name of the Customer"},"master_store_id":{"type":"string","description":"The ID of the master store"},"check_status":{"type":"string","description":"Overall Status of the Check","enum":["Completed","Refunded","Cancelled"]},"check_subtotal":{"type":"number","description":"Total value of the Check Items before tax"},"check_tax":{"type":"number","description":"Total amount of tax for the Order"},"discount_total":{"type":"number","description":"Total amount discounted from the Order"},"check_total":{"type":"number","description":"Sum total of the Check, including tax"},"number_of_items":{"type":"number","description":"Number of items in the Check"},"time_total":{"type":"number","description":"Total transaction time (seconds)"},"time_to_ready":{"type":"number","description":"Time until transaction was ready to accept payment (seconds)"},"time_to_pay":{"type":"number","description":"Time from ready until payment data received (seconds)"},"time_to_process":{"type":"number","description":"Time to receive a response from payment processor (seconds)"},"time_to_leave":{"type":"number","description":"Time from completed payment to customer leaving (seconds)"},"last_update_date":{"type":"string","description":"Date and time the Check data was updated"}}},"s_micros_checks":{"type":"object","properties":{"check_id":{"type":"string","description":"System identifier for the Check"},"check_open_local_date_time":{"type":"string","description":"Date and time of the transaction in local timezone"},"store_id":{"type":"string","description":"System identifer for the Store (Revenue Center ID)"},"store_name":{"type":"string","description":"Name of the Store (Revenue Center Name)"},"master_store_id":{"type":"string","description":"The ID of the master store"},"check_subtotal":{"type":"number","description":"Total value of the Check Items before tax"},"check_tax":{"type":"number","description":"Total amount of tax for the Check"},"discount_total":{"type":"number","description":"Total amount discounted from the Order"},"check_total":{"type":"number","description":"Sum total of the check including Tax"},"check_number":{"type":"string","description":"The check number from the system"},"num_guests":{"type":"number","description":"The number of guests on the check"},"check_ref":{"type":"string","description":"The check reference"},"check_close_date_time":{"type":"string","description":"Date and time the check was closed (blank if open at EOD)"},"tax_exempt_total":{"type":"number","description":"Total amount of tax exempt"},"void_total":{"type":"number","description":"Total amount of voids"},"tip_total":{"type":"number","description":"Total amount of tips"},"manager_void_total":{"type":"number","description":"Total amount of manager voids"},"return_total":{"type":"number","description":"Total amount of returns"},"error_correct_total":{"type":"number","description":"Total amount of error corrects"},"xfer_status":{"type":"string","description":"Status of the check transfer"},"xfer_to_check_number":{"type":"string","description":"The check number this check was transferred to"},"service_charge_total":{"type":"number","description":"Total amount of service charges"},"tax_1_total":{"type":"number","description":"Total amount for Tax 1 type"},"tax_2_total":{"type":"number","description":"Total amount for Tax 2 type"},"tax_3_total":{"type":"number","description":"Total amount for Tax 3 type"},"tax_4_total":{"type":"number","description":"Total amount for Tax 4 type"},"tax_5_total":{"type":"number","description":"Total amount for Tax 5 type"},"tax_6_total":{"type":"number","description":"Total amount for Tax 6 type"},"tax_7_total":{"type":"number","description":"Total amount for Tax 7 type"},"tax_8_total":{"type":"number","description":"Total amount for Tax 8 type"},"order_type_pos_ref":{"type":"number","description":"Local system order type number"},"revenue_center_pos_ref":{"type":"number","description":"local revenue center (store) number"},"pos_location_id":{"type":"number","description":"ID for the property"},"check_open_business_date":{"type":"string","description":"The business date the check was opened"},"check_close_business_date":{"type":"string","description":"The business date the check was closed"},"last_update_date":{"type":"string","description":"Date and time the Check data was updated"}}},"e_micros_checks":{"type":"object","properties":{"check_detail_id":{"type":"number","description":"Master identifier for the Check"},"guest_check_id":{"type":"string","description":"System identifier for the Check"},"check_open_local_date_time":{"type":"string","description":"Local date-time when the Check was opened"},"check_close_local_date_time":{"type":"string","description":"Local date-time when the Check was closed"},"revenue_center_id":{"type":"string","description":"System identifier for the Revenue Center/Store"},"revenue_center_name":{"type":"string","description":"Name of the Revenue Center/Store"},"meal_period_name":{"type":"string","description":"Name of the Meal Period"},"source_system_name":{"type":"string","description":"Name of the source system (Micros 1.x, 2.x)"},"check_subtotal":{"type":"number","description":"Subtotal for the Check"},"check_tax":{"type":"number","description":"Total Tax for Check"},"discount_total":{"type":"number","description":"Total Discount amount for the Check"},"check_total":{"type":"number","description":"Final total amount for the Check"},"check_number":{"type":"string","description":"Check number"},"tax_exempt_total":{"type":"number","description":"Total tax exempt amount for the Check"},"void_total":{"type":"number","description":"Total void amount for the Check"},"tip_total":{"type":"number","description":"Total tip amount for the Check"},"manager_void_total":{"type":"number","description":"Total manager void amount for the Check"},"return_total":{"type":"number","description":"Total return amount for the Check"},"error_correct_total":{"type":"number","description":"Total error correct amount for the Check"},"service_charge_total":{"type":"number","description":"Total service charge amount for the Check"},"svc_charge_exempt_total":{"type":"number","description":"Total service charge exempt amount for the Check"},"other_total":{"type":"number","description":"Total other amount for the Check"},"number_of_items":{"type":"number","description":"Number of items for the Check"},"tax_1_total":{"type":"number","description":"Total amount for Tax 1 type"},"tax_2_total":{"type":"number","description":"Total amount for Tax 2 type"},"tax_3_total":{"type":"number","description":"Total amount for Tax 3 type"},"tax_4_total":{"type":"number","description":"Total amount for Tax 4 type"},"tax_5_total":{"type":"number","description":"Total amount for Tax 5 type"},"tax_6_total":{"type":"number","description":"Total amount for Tax 6 type"},"tax_7_total":{"type":"number","description":"Total amount for Tax 7 type"},"tax_8_total":{"type":"number","description":"Total amount for Tax 8 type"}}},"c_micros_checks":{"type":"object","properties":{"guest_check_id":{"type":"string","description":"System identifier for the Check"},"check_open_local_date_time":{"type":"string","description":"Local date-time when the Check was opened"},"check_close_local_date_time":{"type":"string","description":"Local date-time when the Check was closed"},"site_id":{"type":"string","description":"Site Id for the Check"},"site_name":{"type":"string","description":"Site Name for the Check"},"store_id":{"type":"string","description":"System identifier for the Revenue Center/Store"},"store_name":{"type":"string","description":"Name of the Revenue Center/Store"},"meal_period_name":{"type":"string","description":"Name of the Meal Period"},"source_system_name":{"type":"string","description":"Name of the source system"},"check_number":{"type":"number","description":"Number of the Check"},"number_of_items":{"type":"number","description":"Number of items for the Check"},"check_subtotal":{"type":"number","description":"Subtotal for the Check"},"check_tax":{"type":"number","description":"Total Tax for Check"},"discount_total":{"type":"number","description":"Total Discount amount for the Check"},"check_total":{"type":"number","description":"Final total amount for the Check"},"tax_exempt_total":{"type":"number","description":"Total tax exempt amount for the Check"},"taxable_sales_total":{"type":"number","description":"Taxable Sales for the Check"},"non_taxable_sales_total":{"type":"number","description":"Non Taxable Sales for the Check"},"void_total":{"type":"number","description":"Total void amount for the Check"},"tip_total":{"type":"number","description":"Total tip amount for the Check"},"return_total":{"type":"number","description":"Total return amount for the Check"},"error_correct_total":{"type":"number","description":"Total error correct amount for the Check"},"service_charge_total":{"type":"number","description":"Total service charge amount for the Check"}}},"bypass_checks":{"type":"object","properties":{"check_uuid":{"type":"string","description":"System identifier for the check"},"check_created_date":{"type":"string","description":"Create Date of the check"},"check_updated_date":{"type":"string","description":"Update Date of the check"},"check_state":{"type":"string","description":"State of the check"},"check_location_id":{"type":"string","description":"Location Id of the check"},"source_venue_id":{"type":"string","description":"Source Venue ID of the check"},"service_location_id":{"type":"string","description":"Service Location ID of the check"},"concession_uuid":{"type":"string","description":"Concession UUID of the check"},"concession_id":{"type":"string","description":"Concession ID of the check"},"concession_name":{"type":"string","description":"Concession Name of the check"},"concession_description":{"type":"string","description":"Concession Description of the check"},"check_id":{"type":"string","description":"ID of the check"},"check_friendly_id":{"type":"string","description":"Friendly ID of the check"},"customer_name":{"type":"string","description":"Customer Name of the check"},"name":{"type":"string","description":"Name of the check"},"loyalty_count":{"type":"string","description":"Loyalty Count of the check"},"device_serial_number":{"type":"string","description":"Device Serial Number of the check"},"mobile_number":{"type":"string","description":"Mobile Number of the check"},"subtotal":{"type":"number","description":"Subtotal of the check"},"surcharge":{"type":"number","description":"Surcharge of the check"},"sales_tax_total":{"type":"number","description":"Sales Tax Total of the check"},"tip":{"type":"number","description":"Tip of the check"},"total":{"type":"number","description":"Total of the check"},"balance_due":{"type":"number","description":"Balance Due of the check"}}},"zippin_checks":{"type":"object","properties":{"store_id":{"type":"string"},"t_store_id":{"type":"string"},"check_id":{"type":"string"},"check_order_datetime":{"type":"string"},"check_billed_datetime":{"type":"string"},"store_timezone":{"type":"string"},"entry_timestamp":{"type":"string"},"exit_timestamp":{"type":"string"},"status":{"type":"string"},"shopper_token":{"type":"string"},"payment_gateway_name":{"type":"string"},"total_items":{"type":"number"},"gross_amount":{"type":"number"},"gross_tax":{"type":"number"},"discount":{"type":"number"},"loyalty":{"type":"number"},"loyalty_membership_provider":{"type":"string"},"loyalty_membership_id":{"type":"string"},"received_amount":{"type":"number"},"received_tax":{"type":"number"},"declined_amount":{"type":"number"},"refund_amount":{"type":"number"},"refund_back_to_card":{"type":"number"},"error_code":{"type":"string"},"error_message":{"type":"string"},"last_updated_date":{"type":"string"}}},"tapin2_checks":{"type":"object","properties":{"location_id":{"type":"number"},"location_name":{"type":"string"},"site_id":{"type":"string"},"site_name":{"type":"string"},"check_id":{"type":"number"},"check_date_utc":{"type":"string"},"check_local_datetime":{"type":"string"},"base_utc_offset":{"type":"string"},"timezone":{"type":"string"},"check_status":{"type":"string"},"check_status_id":{"type":"number"},"transaction_type":{"type":"string"},"event_id":{"type":"number"},"aramark_fulfillment_device_id":{"type":"number"},"aramark_fulfillment_device_title":{"type":"string"},"fulfillment_device_id":{"type":"number"},"delivery_date":{"type":"string"},"delivery_method":{"type":"string"},"delivery_method_id":{"type":"number"},"device":{"type":"string"},"device_id":{"type":"string"},"discount_code":{"type":"string"},"discount_deducted":{"type":"number"},"discount_gross":{"type":"number"},"discount_net":{"type":"number"},"fee_added_deducted":{"type":"number"},"fee_added_gross":{"type":"number"},"fee_added_net":{"type":"number"},"fee_exists":{"type":"string"},"fee_flat":{"type":"number"},"fee_included":{"type":"number"},"fee_included_deducted":{"type":"number"},"fee_included_gross":{"type":"number"},"fee_included_net":{"type":"number"},"fee_percentage":{"type":"number"},"claimed_date":{"type":"string"},"out_date":{"type":"string"},"prep_date":{"type":"string"},"print_date":{"type":"string"},"sale_date":{"type":"string"},"schedule_date":{"type":"string"},"service_id":{"type":"number"},"service_title":{"type":"string"},"sub_total_deducted":{"type":"number"},"sub_total_gross":{"type":"number"},"sub_total_net":{"type":"number"},"tab_id":{"type":"number"},"tax_added_deducted":{"type":"number"},"tax_added_gross":{"type":"number"},"tax_added_net":{"type":"number"},"tax_included_deducted":{"type":"number"},"tax_included_gross":{"type":"number"},"tax_included_net":{"type":"number"},"tax_parts_added_net":{"type":"number"},"tip_deducted":{"type":"number"},"tip_gross":{"type":"number"},"tip_net":{"type":"number"},"total_deducted":{"type":"number"},"total_gross":{"type":"number"},"total_net":{"type":"number"},"last_updated_date":{"type":"string"}}},"mashgin_items":{"type":"object","properties":{"check_id":{"type":"string","description":"System identifier for the Check"},"check_date_time":{"type":"string","description":"Date and time of the transaction (UTC)"},"check_local_date_time":{"type":"string","description":"Date and time of the transaction in local timezone"},"store_id":{"type":"string","description":"System identifier for the Store"},"store_name":{"type":"string","description":"Name of the Store"},"device_id":{"type":"string","description":"System identifier for the POS device"},"device_name":{"type":"string","description":"Name of the POS device"},"customer_id":{"type":"string","description":"System identifier for the Customer"},"customer_name":{"type":"string","description":"Name of the Customer"},"master_store_id":{"type":"string","description":"The ID of the master store"},"numeric_id":{"type":"number","description":"Numeric identifier for the Item"},"item_id":{"type":"string","description":"Unique identifier for the Item. System generated"},"item_name":{"type":"string","description":"Name of the item"},"item_count":{"type":"number","description":"Number of the Item for the Check"},"item_type":{"type":"string","description":"Mashgin item type classification"},"item_price":{"type":"number","description":"Price of the Item before tax"},"item_price_by_weight":{"type":"string","description":"Price of the Item by weight"},"item_tax":{"type":"number","description":"Tax on the Item"},"item_after_tax_price":{"type":"number","description":"Price of the Item after tax"},"item_total_price":{"type":"number","description":"Total price of the Item"},"reco_method":{"type":"string","description":"Method used by Mashgin device to determine the Item"},"last_item_update_date":{"type":"string","description":"Date and time the Item data was updated"}}},"s_micros_items":{"type":"object","properties":{"check_id":{"type":"string","description":"System identifier for the Check"},"check_open_local_date_time":{"type":"string","description":"Date and time of the transaction in local timezone"},"store_id":{"type":"string","description":"System identifer for the Store (Revenue Center ID)"},"store_name":{"type":"string","description":"Name of the Store (Revenue Center Name)"},"device_id":{"type":"string","description":"System identifier for the POS device (UWS ID)"},"master_store_id":{"type":"string","description":"The ID of the master store"},"check_line_item_id":{"type":"number","description":"The line number for the Check"},"item_id":{"type":"number","description":"ID for the item (Record POS Ref)"},"item_name":{"type":"string","description":"Name of the Item (Record POS Name)"},"line_count":{"type":"number","description":"The number of the Item for this line"},"line_total":{"type":"number","description":"The total amount for the Item"},"tax_1_total":{"type":"number","description":"Total amount for Tax 1 type"},"tax_2_total":{"type":"number","description":"Total amount for Tax 2 type"},"tax_3_total":{"type":"number","description":"Total amount for Tax 3 type"},"tax_4_total":{"type":"number","description":"Total amount for Tax 4 type"},"tax_5_total":{"type":"number","description":"Total amount for Tax 5 type"},"tax_6_total":{"type":"number","description":"Total amount for Tax 6 type"},"tax_7_total":{"type":"number","description":"Total amount for Tax 7 type"},"tax_8_total":{"type":"number","description":"Total amount for Tax 8 type"},"major_group_pos_ref":{"type":"number","description":"Menu Item major group ID"},"major_group_pos_name":{"type":"string","description":"Menu Item major group name"},"family_group_pos_ref":{"type":"number","description":"Menu Item family group ID"},"family_group_name":{"type":"string","description":"Menu Item family group name"},"void_flag":{"type":"number","description":"Indicates a void transaction"},"reference_info":{"type":"string","description":"Reference information for the Item"},"reference_info_2":{"type":"string","description":"Additional reference information for the Item"},"price_level":{"type":"number","description":"THe price level ID the Item was sold at"},"master_pos_ref":{"type":"number","description":"ID for the Item's Master Item"},"trans_date_time":{"type":"string","description":"Date and time of the Check Item"},"check_item_business_date":{"type":"string","description":"The business date of the Check Item"},"last_update_date":{"type":"string","description":"Date and time the Check data was updated"}}},"e_micros_items":{"type":"object","properties":{"check_detail_id":{"type":"number","description":"Master identifier for the Check"},"check_item_detial_id":{"type":"number","description":"Master identifier for the Check Item"},"business_local_date_time":{"type":"string","description":"Date and time of the transaction in the local time zone"},"guest_check_line_item_id":{"type":"string","description":"The line number for the Check"},"item_id":{"type":"number","description":"ID for the item (Master)"},"item_name":{"type":"string","description":"Name of the Item (Master)"},"item_price":{"type":"number","description":"Price of the Item"},"line_count":{"type":"number","description":"The number of the Item for this line"},"line_total":{"type":"number","description":"The total amount for the Item"},"tax_1_total":{"type":"number","description":"Total amount for Tax 1 type"},"tax_2_total":{"type":"number","description":"Total amount for Tax 2 type"},"tax_3_total":{"type":"number","description":"Total amount for Tax 3 type"},"tax_4_total":{"type":"number","description":"Total amount for Tax 4 type"},"tax_5_total":{"type":"number","description":"Total amount for Tax 5 type"},"tax_6_total":{"type":"number","description":"Total amount for Tax 6 type"},"tax_7_total":{"type":"number","description":"Total amount for Tax 7 type"},"tax_8_total":{"type":"number","description":"Total amount for Tax 8 type"},"void_flag":{"type":"number","description":"Indicates a void transaction"}}},"c_micros_items":{"type":"object","properties":{"check_id":{"type":"string"},"check_local_date_time":{"type":"string"},"check_line_item_id":{"type":"string"},"item_id":{"type":"string"},"item_name":{"type":"string"},"item_price":{"type":"number"},"line_count":{"type":"number"},"line_total":{"type":"number"},"tax_id":{"type":"string"},"includes_tax":{"type":"string"},"major_group_id":{"type":"string"},"major_group_name":{"type":"string"},"minor_group_id":{"type":"string"},"minor_group_name":{"type":"string"},"void_flag":{"type":"string"},"last_updated_date":{"type":"string"}}},"bypass_items":{"type":"object","properties":{"base_item_alcohol":{"type":"boolean","description":"Flag determining if Base Item is alcohol"},"base_item_base_price":{"type":"number","description":"Base Price of the Base Item"},"base_item_category_id":{"type":"string","description":"Category ID of the Base Item"},"base_item_description":{"type":"string","description":"Description of the Base Item"},"base_item_external_id":{"type":"string","description":"External ID of the Base Item"},"base_item_id":{"type":"string","description":"ID of the Base Item"},"base_item_name":{"type":"string","description":"Name of the Base Item"},"base_item_position":{"type":"number","description":"Position of the Base Item"},"base_item_reporting_group_id":{"type":"string","description":"Reporting Group ID of the Base Item"},"base_item_sku":{"type":"string","description":"SKU of the Base Item"},"base_item_tax_group_id":{"type":"string","description":"Tax Group ID of the Base Item"},"base_item_tax_rate":{"type":"number","description":"Tax Rate of the Base Item"},"base_item_weight":{"type":"number","description":"Weight of the Base Item"},"check_created_date":{"type":"string","description":"Create Date of the Check"},"check_item_addons":{"type":"string","description":"Item Addons"},"item_cancelled":{"type":"boolean","description":"Flag determining if the Item is cancelled"},"item_count":{"type":"number","description":"Number of Items"},"item_discount_amonut":{"type":"number","description":"Discount Amount of the Item"},"item_discount_name":{"type":"string","description":"Name of the Discount of the item"},"item_id":{"type":"string","description":"ID of the Item"},"item_menu_name":{"type":"string","description":"Menu Name of the Item"},"item_name":{"type":"string","description":"Name of the Item"},"item_net_price_per_item":{"type":"number","description":"Net Price per Item"},"item_notes":{"type":"string","description":"Notes of the Item"},"item_price":{"type":"number","description":"Price of the item"},"item_refunded":{"type":"boolean","description":"Flag determining if the Item was refunded"},"item_selection_groups":{"type":"string","description":"Selection Groups of the Item"},"item_sku":{"type":"string","description":"SKU of the Item"},"item_tax_inclusive":{"type":"boolean","description":"Flag determining if the Item is tax inclusive"},"item_tax_rate":{"type":"number","description":"Tax Rate of the Item"},"item_unit_price":{"type":"number","description":"Unit Price of the Item"},"item_uuid":{"type":"string","description":"UUID of the item"},"item_variant":{"type":"string","description":"Variant of the Item"},"check_uuid":{"type":"string","description":"System identifier for the check"},"check_updated_date":{"type":"string","description":"Update Date of the check"},"source_venue_id":{"type":"string","description":"Source Venue ID of the check"}}},"zippin_items":{"type":"object","properties":{"store_id":{"type":"string"},"t_store_id":{"type":"string"},"store_timezone":{"type":"string"},"check_id":{"type":"string"},"check_datetime":{"type":"string"},"entry_timestamp":{"type":"string"},"status":{"type":"string"},"name":{"type":"string"},"category_code":{"type":"string"},"category_name":{"type":"string"},"type":{"type":"string"},"sku":{"type":"string"},"quantity":{"type":"number"},"unit_price":{"type":"number"},"gross_amount":{"type":"number"},"gross_tax":{"type":"number"},"discount":{"type":"number"},"loyalty":{"type":"number"},"tax_rate":{"type":"number"}}},"tapin2_items":{"type":"object","properties":{"location_id":{"type":"number"},"location_name":{"type":"string"},"site_id":{"type":"string"},"site_name":{"type":"string"},"event_id":{"type":"number"},"check_id":{"type":"number"},"check_id2":{"type":"number"},"check_line_item_id":{"type":"string"},"check_date_utc":{"type":"string"},"check_local_datetime":{"type":"string"},"base_utc_offset":{"type":"string"},"timezone":{"type":"string"},"transaction_type":{"type":"string"},"status":{"type":"string"},"item_id":{"type":"number"},"item_name":{"type":"string"},"commission":{"type":"number"},"discount":{"type":"number"},"discount_code":{"type":"string"},"price_per":{"type":"number"},"quantity":{"type":"number"},"sub_total":{"type":"number"},"tab_id":{"type":"number"},"tax_added":{"type":"number"},"tax_included":{"type":"number"},"total":{"type":"number"}}},"mashgin_tenders":{"type":"object","properties":{"check_id":{"type":"string","description":"System identifier for the Check"},"check_date_time":{"type":"string","description":"Date and time of the transaction (UTC)"},"check_local_date_time":{"type":"string","description":"Date and time of the transaction in local timezone"},"store_id":{"type":"string","description":"System identifier for the Store"},"store_name":{"type":"string","description":"Name of the Store"},"device_id":{"type":"string","description":"System identifier for the POS device"},"device_name":{"type":"string","description":"Name of the POS device"},"customer_id":{"type":"string","description":"System identifier for the Customer"},"customer_name":{"type":"string","description":"Name of the Customer"},"master_store_id":{"type":"string","description":"The ID of the master store"},"payment_date_time":{"type":"string","description":"Date and time the payment was processed"},"payment_type":{"type":"string","description":"Processor of the payment"},"payment_method":{"type":"string","description":"Method of payment used"},"payment_amount":{"type":"number","description":"Total amount for the Payment entry"},"payment_status":{"type":"string","description":"The status of the payment"},"card_type":{"type":"string","description":"The type of card used"},"card_name":{"type":"string","description":"Name of the card used"},"tender_type_id":{"type":"string","description":"Unique identifier of the Tender used"},"tender_type":{"type":"string","description":"Type of tender used"},"request_id":{"type":"string","description":"Unique identifier of the Request"},"last_tender_update_date":{"type":"string","description":"Date and time the Tender data was updated"}}},"s_micros_tenders":{"type":"object","properties":{"check_id":{"type":"string","description":"System identifier for the Check"},"check_open_date_time":{"type":"string","description":"Date and time of the transaction (UTC)"},"store_id":{"type":"string","description":"System identifer for the Store (Revenue Center ID)"},"store_name":{"type":"string","description":"Name of the Store (Revenue Center Name)"},"device_id":{"type":"string","description":"System identifier for the POS device (UWS ID)"},"master_store_id":{"type":"string","description":"The ID of the master store"},"check_line_item_id":{"type":"number","description":"The line number for the Check"},"tender_name":{"type":"string","description":"Name of the Tender"},"line_count":{"type":"number","description":"Line Count for the Check"},"line_total":{"type":"number","description":"Line Total for the Check"},"tax_1_total":{"type":"number","description":"Total amount for Tax 1 type"},"tax_2_total":{"type":"number","description":"Total amount for Tax 2 type"},"tax_3_total":{"type":"number","description":"Total amount for Tax 3 type"},"tax_4_total":{"type":"number","description":"Total amount for Tax 4 type"},"tax_5_total":{"type":"number","description":"Total amount for Tax 5 type"},"tax_6_total":{"type":"number","description":"Total amount for Tax 6 type"},"tax_7_total":{"type":"number","description":"Total amount for Tax 7 type"},"tax_8_total":{"type":"number","description":"Total amount for Tax 8 type"},"void_flag":{"type":"number","description":"Indicates a void transaction"},"reference_info":{"type":"string","description":"Reference information for the Item"},"reference_info_2":{"type":"string","description":"Additional reference information for the Item"},"trans_date_time":{"type":"string","description":"Date and time of the Check Item"},"check_item_business_date":{"type":"string","description":"The business date of the Check Item"},"last_update_date":{"type":"string","description":"Date and time the Check data was updated"}}},"e_micros_tenders":{"type":"object","properties":{"check_detail_id":{"type":"number","description":"Master identifier for the Check"},"check_tender_detial_id":{"type":"number","description":"Master identifier for the Check Tender"},"business_local_date_time":{"type":"string","description":"Date and time of the transaction in the local time zone"},"guest_check_line_item_id":{"type":"string","description":"The line number for the Check"},"tender_id":{"type":"number","description":"ID for the item (Record POS Ref)"},"tender_name":{"type":"string","description":"Name of the Item (Records POS Name)"},"line_total":{"type":"number","description":"The total amount for the Item"},"void_flag":{"type":"number","description":"Indicates a void transaction"}}},"c_micros_tenders":{"type":"object","properties":{"guest_check_id":{"type":"number","description":"Guest Check ID"},"business_local_date_time":{"type":"string","description":"Date and time of the transaction in the local time zone"},"guest_check_line_item_id":{"type":"string","description":"The line number for the Check"},"tender_id":{"type":"number","description":"ID for the item (Record POS Ref)"},"tender_name":{"type":"string","description":"Name of the Item (Records POS Name)"},"line_total":{"type":"number","description":"The total amount for the Item"},"void_flag":{"type":"number","description":"Indicates a void transaction"}}},"bypass_tenders":{"type":"object","properties":{"check_created_date":{"type":"string","description":"Create Date of the check"},"tender_amount":{"type":"number","description":"Amount of Payment"},"tender_card_type":{"type":"string","description":"Card Type of the Payment"},"tender_device_serial_number":{"type":"string","description":"Device Serial Number of the Payment"},"tender_id":{"type":"string","description":"ID of the Payment"},"tender_is_tip":{"type":"boolean","description":"Flag determining if a Payment is a tip"},"tender_name":{"type":"string","description":"Name of the Payment"},"tender_refunded_amount":{"type":"number","description":"Refunded Amount of the Payment"},"tender_tip_amount":{"type":"number","description":"Tip Amount of the Payment"},"tender_type":{"type":"string","description":"Type of Payment"},"tender_voided_amount":{"type":"number","description":"Voided amount of Payment"},"check_uuid":{"type":"string","description":"System identifier for the check"},"check_updated_date":{"type":"string","description":"Update Date of the check"}}},"zippin_tenders":{"type":"object","properties":{"store_id":{"type":"string"},"t_store_id":{"type":"string"},"store_timezone":{"type":"string"},"check_id":{"type":"string"},"check_datetime":{"type":"string"},"entry_timestamp":{"type":"string"},"status":{"type":"string"},"type":{"type":"string"},"tender_amount":{"type":"number"},"tender_date":{"type":"string"},"tender_brand":{"type":"string"},"tender_gateway_name":{"type":"string"},"tender_mode":{"type":"string"},"tender_back_to_card":{"type":"string"},"tender_reference_id":{"type":"string"},"error_code":{"type":"string"},"error_message":{"type":"string"}}},"tapin2_tenders":{"type":"object","properties":{"location_id":{"type":"number"},"location_name":{"type":"string"},"site_id":{"type":"string"},"site_name":{"type":"string"},"event_id":{"type":"number"},"transaction_id":{"type":"string"},"check_id":{"type":"number"},"check_id2":{"type":"number"},"check_date_utc":{"type":"string"},"check_local_datetime":{"type":"string"},"base_utc_offset":{"type":"string"},"timezone":{"type":"string"},"transaction_type":{"type":"string"},"tender_id":{"type":"number"},"tender_date":{"type":"string"},"tender_type":{"type":"string"},"tender_type_id":{"type":"number"},"tender_total":{"type":"number"},"amount":{"type":"number"},"tip":{"type":"number"},"credit_card_type":{"type":"string"},"credit_card_type_id":{"type":"number"},"tab_id":{"type":"number"},"last_updated_date":{"type":"string"}}},"mashgin_discounts":{"type":"object","properties":{"check_id":{"type":"string","description":"System identifier for the Check"},"check_date_time":{"type":"string","description":"Date and time of the transaction (UTC)"},"store_id":{"type":"string","description":"System identifier for the Store"},"store_name":{"type":"string","description":"Name of the Store"},"device_id":{"type":"string","description":"System identifier for the POS device"},"device_name":{"type":"string","description":"Name of the POS device"},"customer_id":{"type":"string","description":"System identifier for the Customer"},"customer_name":{"type":"string","description":"Name of the Customer"},"check_status":{"type":"string","description":"Status of the Check"},"item_id":{"type":"string","description":"Unique identifier for the Item. System generated"},"item_type":{"type":"string","description":"Type of Item"},"item_count":{"type":"number","description":"Number of the Item for the Check"},"discount_id":{"type":"string","description":"System identifier of the Discount"},"discount_name":{"type":"string","description":"Name of the Discount"},"discount_amount":{"type":"number","description":"Amount of the Discount"},"last_discount_update_date":{"type":"string","description":"Date and time the Discount data was updated"}}},"s_micros_discounts":{"type":"object","properties":{"check_id":{"type":"string","description":"System identifier for the Check"},"check_open_date_time":{"type":"string","description":"Date and time of the transaction (UTC)"},"store_id":{"type":"string","description":"System identifer for the Store (Revenue Center ID)"},"store_name":{"type":"string","description":"Name of the Store (Revenue Center Name)"},"device_id":{"type":"string","description":"System identifier for the POS device (UWS ID)"},"master_store_id":{"type":"string","description":"The ID of the master store"},"check_line_item_id":{"type":"number","description":"The line number for the Check"},"item_id":{"type":"number","description":"ID for the item (Record POS Ref)"},"item_name":{"type":"string","description":"Name of the Item (Record POS Name)"},"line_count":{"type":"number","description":"The number of the Item for this line"},"line_total":{"type":"number","description":"The total amount for the Item"},"tax_1_total":{"type":"number","description":"Total amount for Tax 1 type"},"tax_2_total":{"type":"number","description":"Total amount for Tax 2 type"},"tax_3_total":{"type":"number","description":"Total amount for Tax 3 type"},"tax_4_total":{"type":"number","description":"Total amount for Tax 4 type"},"tax_5_total":{"type":"number","description":"Total amount for Tax 5 type"},"tax_6_total":{"type":"number","description":"Total amount for Tax 6 type"},"tax_7_total":{"type":"number","description":"Total amount for Tax 7 type"},"tax_8_total":{"type":"number","description":"Total amount for Tax 8 type"},"void_flag":{"type":"number","description":"Indicates a void transaction"},"reference_info":{"type":"string","description":"Reference information for the Item"},"reference_info_2":{"type":"string","description":"Additional reference information for the Item"},"dsc_menu_item_pos_ref":{"type":"number","description":"The Item Number which the discount relates to"},"do_not_show":{"type":"boolean","description":"If set to 1, line is only for reporting purposes"},"trans_date_time":{"type":"string","description":"Date and time of the Check Item"},"check_item_business_date":{"type":"string","description":"The business date of the Check Item"},"last_update_date":{"type":"string","description":"Date and time the Check data was updated"}}},"e_micros_discounts":{"type":"object","properties":{"check_detail_id":{"type":"number","description":"Master identifier for the Check"},"check_discount_detial_id":{"type":"number","description":"Master identifier for the Check Discount"},"check_open_local_date_time":{"type":"string","description":"Date and time of the transaction in the local time zone"},"guest_check_line_item_id":{"type":"string","description":"The line number for the Check"},"discount_id":{"type":"number","description":"ID for the item (Record POS Ref)"},"discount_name":{"type":"string","description":"Name of the Item (Records POS Name)"},"line_total":{"type":"number","description":"The total amount for the Item"},"void_flag":{"type":"number","description":"Indicates a void transaction"}}},"c_micros_discounts":{"type":"object","properties":{"check_detail_id":{"type":"number","description":"Master identifier for the Check"},"check_discount_detial_id":{"type":"number","description":"Master identifier for the Check Discount"},"check_open_local_date_time":{"type":"string","description":"Date and time of the transaction in the local time zone"},"guest_check_line_item_id":{"type":"string","description":"The line number for the Check"},"discount_id":{"type":"number","description":"ID for the item (Record POS Ref)"},"discount_name":{"type":"string","description":"Name of the Item (Records POS Name)"},"line_total":{"type":"number","description":"The total amount for the Item"},"void_flag":{"type":"number","description":"Indicates a void transaction"}}},"bypass_discounts":{"type":"object","properties":{"discount_created_date":{"type":"string","description":"Create Date of Discount"},"discount_updated_at":{"type":"string","description":"Updated At time of Discount"},"amount":{"type":"number","description":"Amount of Discount"},"discount_amount":{"type":"number","description":"Amount of Discount"},"discount_configuration_uuid":{"type":"string","description":"Configuration UUID of the Discount"},"discount_description":{"type":"string","description":"Description of the Discount"},"discount_display_name":{"type":"string","description":"Display Name of the Discount"},"discount_id":{"type":"string","description":"ID of the Discount"},"discount_ignored_amount":{"type":"number","description":"Ignored Amount of the Discount"},"discount_line_item_uuid":{"type":"string","description":"Line Item UUID of the Discount"},"discount_check_id":{"type":"string","description":"Order ID of the Discount"},"discount_percentage":{"type":"number","description":"Percentage of the Discount"},"discount_refunded_amount":{"type":"number","description":"Refunded Amount of the Discount"},"discount_tax_inclusive":{"type":"boolean","description":"Flag to determine if a Discount is Tax Inclusive"},"discount_type":{"type":"string","description":"Type of Discount"},"discount_uuid":{"type":"string","description":"UUID of Discount"},"check_created_date":{"type":"string","description":"Create Date of the check"},"check_updated_date":{"type":"string","description":"Update Date of the check"},"check_uuid":{"type":"string","description":"System identifier for the check"},"source_venue_id":{"type":"string","description":"Source Venue ID of the Discount"}}},"zippin_discounts":{"type":"object","properties":{"store_id":{"type":"string"},"t_store_id":{"type":"string"},"store_timezone":{"type":"string"},"check_id":{"type":"string"},"check_datetime":{"type":"string"},"entry_timestamp":{"type":"string"},"status":{"type":"string"},"name":{"type":"string"},"type":{"type":"string"},"sku":{"type":"string"},"discount_amount":{"type":"number"},"discount_code":{"type":"string"}}},"s_micros_service_charges":{"type":"object","properties":{"check_id":{"type":"string","description":"System identifier for the Check"},"check_open_date_time":{"type":"string","description":"Date and time of the transaction (UTC)"},"store_id":{"type":"string","description":"System identifer for the Store (Revenue Center ID)"},"store_name":{"type":"string","description":"Name of the Store (Revenue Center Name)"},"device_id":{"type":"string","description":"System identifier for the POS device (UWS ID)"},"master_store_id":{"type":"string","description":"The ID of the master store"},"check_line_item_id":{"type":"number","description":"The line number for the Check"},"tax_1_total":{"type":"number","description":"Total amount for Tax 1 type"},"tax_2_total":{"type":"number","description":"Total amount for Tax 2 type"},"tax_3_total":{"type":"number","description":"Total amount for Tax 3 type"},"tax_4_total":{"type":"number","description":"Total amount for Tax 4 type"},"tax_5_total":{"type":"number","description":"Total amount for Tax 5 type"},"tax_6_total":{"type":"number","description":"Total amount for Tax 6 type"},"tax_7_total":{"type":"number","description":"Total amount for Tax 7 type"},"tax_8_total":{"type":"number","description":"Total amount for Tax 8 type"},"void_flag":{"type":"number","description":"Indicates a void transaction"},"reference_info":{"type":"string","description":"Reference information for the Item"},"reference_info_2":{"type":"string","description":"Additional reference information for the Item"},"trans_date_time":{"type":"string","description":"Date and time of the Check Item"},"check_item_business_date":{"type":"string","description":"The business date of the Check Item"},"last_update_date":{"type":"string","description":"Date and time the Check data was updated"}}},"e_micros_service_charges":{"type":"object","properties":{"check_detail_id":{"type":"number","description":"Master identifier for the Check"},"check_item_detial_id":{"type":"number","description":"Master identifier for the Check Item"},"check_open_local_date_time":{"type":"string","description":"Date and time of the transaction in the local time zone"},"guest_check_line_item_id":{"type":"string","description":"The line number for the Check"},"service_charge_id":{"type":"number","description":"ID for the item (Record POS Ref)"},"service_charge_name":{"type":"string","description":"Name of the Item (Records POS Name)"},"item_price":{"type":"number","description":"Price of the Item"},"line_count":{"type":"number","description":"The number of the Item for this line"},"line_total":{"type":"number","description":"The total amount for the Item"},"void_flag":{"type":"number","description":"Indicates a void transaction"}}},"c_micros_service_charges":{"type":"object","properties":{"guest_check_id":{"type":"number","description":"Guest Check ID"},"check_open_local_date_time":{"type":"string","description":"Date and time of the transaction in the local time zone"},"guest_check_line_item_id":{"type":"string","description":"The line number for the Check"},"service_charge_id":{"type":"number","description":"ID for the item (Record POS Ref)"},"service_charge_name":{"type":"string","description":"Name of the Item (Records POS Name)"},"line_count":{"type":"number","description":"The number of the Item for this line"},"line_total":{"type":"number","description":"The total amount for the Item"},"void_flag":{"type":"number","description":"Indicates a void transaction"}}},"bypass_service_charges":{"type":"object","properties":{"service_charge_created_date":{"type":"string","description":"Create Date of Service Charge"},"service_charge_updated_at":{"type":"string","description":"Updated At time of Service Charge"},"amount":{"type":"number","description":"Amount of Service Charge"},"service_charge_amount":{"type":"number","description":"Amount of Service Charge"},"service_charge_configuration_uuid":{"type":"string","description":"Configuration UUID of the Service Charge"},"service_charge_description":{"type":"string","description":"Description of the Service Charge"},"service_charge_display_name":{"type":"string","description":"Display Name of the Service Charge"},"service_charge_id":{"type":"string","description":"ID of the Service Charge"},"service_charge_ignored_amount":{"type":"number","description":"Ignored Amount of the Service Charge"},"service_charge_line_item_uuid":{"type":"string","description":"Line Item UUID of the Service Charge"},"service_charge_check_id":{"type":"string","description":"Order ID of the Service Charge"},"service_charget_percentage":{"type":"number","description":"Percentage of the Service Charge"},"service_charge_refunded_amount":{"type":"number","description":"Refunded Amount of the Service Charge"},"service_charge_tax_inclusive":{"type":"boolean","description":"Flag to determine if a Service Charge is Tax Inclusive"},"service_charge_type":{"type":"string","description":"Type of Service Charge"},"service_charge_uuid":{"type":"string","description":"UUID of Service Charge"},"check_created_date":{"type":"string","description":"Create Date of the check"},"check_updated_date":{"type":"string","description":"Update Date of the check"},"check_uuid":{"type":"string","description":"System identifier for the check"},"source_venue_id":{"type":"string","description":"Source Venue ID of the Service Charge"}}},"c_micros_taxes":{"type":"object","properties":{"guest_check_id":{"type":"string","description":"System identifier for the Check"},"check_open_local_date_time":{"type":"string","description":"Local date-time when the Check was opened"},"check_close_local_date_time":{"type":"string","description":"Local date-time when the Check was closed"},"revenue_center_id":{"type":"string","description":"System identifier for the Revenue Center/Store"},"revenue_center_name":{"type":"string","description":"Name of the Revenue Center/Store"},"source_system_name":{"type":"string","description":"Name of the source system"},"tax_id":{"type":"string","description":"ID of the Tax"},"tax_name":{"type":"string","description":"Name of the Tax"},"tax_collected_total":{"type":"number","description":"Total tax collected"},"taxable_sales_total":{"type":"number","description":"Taxable sales total"}}},"bypass_taxes":{"type":"object","properties":{"tax_created_date":{"type":"string","description":"Create Date of Tax"},"tax_updated_at":{"type":"string","description":"Updated At time of Tax"},"amount":{"type":"number","description":"Amount of Tax"},"tax_amount":{"type":"number","description":"Amount of Tax"},"tax_configuration_uuid":{"type":"string","description":"Configuration UUID of the Tax"},"tax_description":{"type":"string","description":"Description of the Tax"},"tax_display_name":{"type":"string","description":"Display Name of the Tax"},"tax_id":{"type":"string","description":"ID of the Tax"},"tax_ignored_amount":{"type":"number","description":"Ignored Amount of the Tax"},"tax_line_item_uuid":{"type":"string","description":"Line Item UUID of the Tax"},"tax_check_id":{"type":"string","description":"Order ID of the Tax"},"tax_percentage":{"type":"number","description":"Percentage of the Tax"},"tax_refunded_amount":{"type":"number","description":"Refunded Amount of the Tax"},"tax_inclusive":{"type":"boolean","description":"Flag to determine if a Tax is Tax Inclusive"},"tax_type":{"type":"string","description":"Type of Discount"},"tax_uuid":{"type":"string","description":"UUID of Discount"},"order_created_date":{"type":"string","description":"Create Date of the check"},"check_updated_date":{"type":"string","description":"Update Date of the check"},"check_uuid":{"type":"string","description":"System identifier for the check"},"source_venue_id":{"type":"string","description":"Source Venue ID of the Tax"}}},"bypass_adjustments":{"type":"object","properties":{"adjustment_created_date":{"type":"string","description":"Create Date of Adjustment"},"adjustment_updated_at":{"type":"string","description":"Updated At time of Adjustment"},"amount":{"type":"number","description":"Amount of Adjustment"},"adjustment_amount":{"type":"number","description":"Amount of Adjustment"},"adjustment_configuration_uuid":{"type":"string","description":"Configuration UUID of the Adjustment"},"adjustment_description":{"type":"string","description":"Description of the Adjustment"},"adjustment_display_name":{"type":"string","description":"Display Name of the Adjustment"},"adjustment_id":{"type":"string","description":"ID of the Adjustment"},"adjustment_ignored_amount":{"type":"number","description":"Ignored Amount of the Adjustment"},"adjustment_line_item_uuid":{"type":"string","description":"Line Item UUID of the Adjustment"},"adjustment_check_id":{"type":"string","description":"Order ID of the Adjustment"},"adjustment_percentage":{"type":"number","description":"Percentage of the Adjustment"},"adjustment_refunded_amount":{"type":"number","description":"Refunded Amount of the Adjustment"},"adjustment_tax_inclusive":{"type":"boolean","description":"Flag to determine if a Adjustment is Tax Inclusive"},"adjustment_type":{"type":"string","description":"Type of Adjustment"},"adjustment_uuid":{"type":"string","description":"UUID of Adjustment"},"check_created_date":{"type":"string","description":"Create Date of the check"},"check_updated_date":{"type":"string","description":"Update Date of the check"},"check_uuid":{"type":"string","description":"System identifier for the check"},"source_venue_id":{"type":"string","description":"Source Venue ID of the Adjustment"}}},"zippin_adjustments":{"type":"object","properties":{"store_id":{"type":"string"},"t_store_id":{"type":"string"},"store_timezone":{"type":"string"},"check_id":{"type":"string"},"check_datetime":{"type":"string"},"entry_timestamp":{"type":"string"},"status":{"type":"string"},"payment_brand":{"type":"string"},"payment_mode":{"type":"string"},"adjustment_type":{"type":"string"},"adjustment_amount":{"type":"number"},"adjustment_back_to_card":{"type":"number"},"adjustment_date":{"type":"string"},"adjustment_reference_id":{"type":"string"}}},"tapin2_adjustments":{"type":"object","properties":{"location_id":{"type":"number"},"location_name":{"type":"string"},"site_id":{"type":"string"},"site_name":{"type":"string"},"check_id":{"type":"number"},"check_date_utc":{"type":"string"},"check_local_datetime":{"type":"string"},"base_utc_offset":{"type":"string"},"timezone":{"type":"string"},"check_status":{"type":"string"},"check_status_id":{"type":"number"},"transaction_type":{"type":"string"},"event_id":{"type":"number"},"aramark_fulfillment_device_id":{"type":"number"},"aramark_fulfillment_device_title":{"type":"string"},"fulfillment_device_id":{"type":"number"},"delivery_date":{"type":"string"},"delivery_method":{"type":"string"},"delivery_method_id":{"type":"number"},"device":{"type":"string"},"device_id":{"type":"string"},"discount_code":{"type":"string"},"discount_deducted":{"type":"number"},"discount_gross":{"type":"number"},"discount_net":{"type":"number"},"fee_added_deducted":{"type":"number"},"fee_added_gross":{"type":"number"},"fee_added_net":{"type":"number"},"fee_exists":{"type":"string"},"fee_flat":{"type":"number"},"fee_included":{"type":"number"},"fee_included_deducted":{"type":"number"},"fee_included_gross":{"type":"number"},"fee_included_net":{"type":"number"},"fee_percentage":{"type":"number"},"claimed_date":{"type":"string"},"out_date":{"type":"string"},"prep_date":{"type":"string"},"print_date":{"type":"string"},"sale_date":{"type":"string"},"schedule_date":{"type":"string"},"service_id":{"type":"number"},"service_title":{"type":"string"},"sub_total_deducted":{"type":"number"},"sub_total_gross":{"type":"number"},"sub_total_net":{"type":"number"},"tab_id":{"type":"number"},"tax_added_deducted":{"type":"number"},"tax_added_gross":{"type":"number"},"tax_added_net":{"type":"number"},"tax_included_deducted":{"type":"number"},"tax_included_gross":{"type":"number"},"tax_included_net":{"type":"number"},"tax_parts_added_net":{"type":"number"},"tip_deducted":{"type":"number"},"tip_gross":{"type":"number"},"tip_net":{"type":"number"},"total_deducted":{"type":"number"},"total_gross":{"type":"number"},"total_net":{"type":"number"},"last_updated_date":{"type":"string"}}},"pos_items":{"type":"object","properties":{"item_id":{"type":"number","description":"ID for the item"},"item_name":{"type":"string","description":"Name of the Item"},"major_id":{"type":"number","description":"Menu Item major group ID"},"major_name":{"type":"string","description":"Menu Item major group name"},"minor_id":{"type":"number","description":"Menu Item minor group ID"},"minor_name":{"type":"string","description":"Menu Item minor group name"},"item_pos_ref_id":{"type":"number","description":"Local ID of the Item"},"last_update_date":{"type":"string","description":"Date and Time the Item data was updated"}}}}}}