Every API here is available over the APIs.io API and to AI agents over MCP.
{"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"},"
# --- truncated at 32 KB (72 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/aramark/refs/heads/main/openapi/aramark-point-sale-openapi.json