Aramark Marko POS Transactions

This API will return Point of Sale Data POS Transactions API from the Aramark Marko data and AI platform.

Operations 11

GET /devices POS Device Data #
GET /real_time/item_sales/{org_value} POS Real Time Item Sales #
GET /transactions/checks/{org_value} POS Transaction Checks #
GET /transactions/check/line_items/{org_value} POS Transaction Check Line Items #
GET /transactions/items/{org_value} POS Transaction Items #
GET /transactions/tenders/{org_value} POS Transaction Tenders #
GET /transactions/discounts/{org_value} POS Transaction Discounts #
GET /transactions/service_charges/{org_value} POS Transaction Service Charges #
GET /transactions/taxes/{org_value} POS Transaction Taxes #
GET /transactions/adjustments/{org_value} POS Transaction Adjustments #
GET /items POS Items #

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/aramark-marko-pos-transactions"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

aramark-pos-transactions-openapi.json Raw ↑
{"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":"Device","description":"Get POS Device Data"},{"name":"Item","description":"Get POS Item Data"},{"name":"Real Time","description":"Get POS Real Time Data"},{"name":"Transactions","description":"Get POS Transaction Data"}],"paths":{"/devices":{"get":{"summary":"POS Device Data","description":"Returns POS Device Data by Source System\n","operationId":"getPOSDevices","tags":["Device"],"parameters":[{"$ref":"#/components/parameters/sourceSystemDevicesParam"},{"$ref":"#/components/parameters/pageParam"},{"$ref":"#/components/parameters/sizeParam"},{"$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":"number","description":"Number of records returned","default":50,"example":50},"page":{"type":"number","default":1,"example":1},"size":{"type":"number","default":50,"example":50},"pos_devices":{"type":"array","items":{"$ref":"#/components/schemas/pos_devices"}}}}}}},"404":{"description":"Requested resource does not exist."},"405":{"description":"HTTP Verb / Operation not supported"}}}},"/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/check/line_items/{org_value}":{"get":{"summary":"POS Transaction Check Line Items","description":"Returns POS Transaction Check Line Item Data for a Date Range by POS System\n","operationId":"getTransactionCheckLineItems","tags":["Transactions"],"parameters":[{"$ref":"#/components/parameters/orgValueParam"},{"$ref":"#/components/parameters/sourceSystemLineItemParam"},{"$ref":"#/components/parameters/lastUpdateStartTimeParam"},{"$ref":"#/components/parameters/lastUpdateEndTimeParam"},{"$ref":"#/components/parameters/pageParam"},{"$ref":"#/components/parameters/sizeParam"},{"$ref":"#/components/parameters/rawParam"},{"$ref":"#/components/parameters/bypassCacheParam"}],"responses":{"200":{"description":"Provides the Transaction Check Line 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"},"checks":{"type":"array","items":{"$ref":"#/components/schemas/check_line_items"}}}}}}},"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 * `NXTP` - Nextep\n * `SYTP` - Systopia\n","required":true,"schema":{"type":"string"}},"sourceSystemDevicesParam":{"in":"query","name":"source_system","description":"Name of the POS System:\n * `CMCS` - Cloud Micros\n","required":true,"schema":{"type":"string"}},"sourceSystemLineItemParam":{"in":"query","name":"source_system","description":"Name of the POS System:\n * `BYPS` - Bypass\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 * `NXTP` - Nextep\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 * `NXTP` - Nextep\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 * `NXTP` - Nextep\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"}},"lastUpdateStartTimeParam":{"in":"query","name":"last_update_start_time","description":"Last update start date and time for transactions. \"MM/dd/yyyy HH24:mm\"","required":true,"schema":{"type":"string"}},"lastUpdateEndTimeParam":{"in":"query","name":"last_update_end_time","description":"Last update 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"}},"nextep_checks":{"type":"array","items":{"$ref":"#/components/schemas/nextep_checks"}},"systopia_checks":{"type":"array","items":{"$ref":"#/components/schemas/systopia_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"}}}},"check_line_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"},"adjustment_count":{"type":"number","description":"Number of adjustments"},"bypass_checks":{"type":"array","items":{"$ref":"#/components/schemas/bypass_line_item_checks"}}}},"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

# --- truncated at 32 KB (84 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/aramark/refs/heads/main/openapi/aramark-pos-transactions-openapi.json