Aramark · Schema
POSTransaction
POSTransaction schema from Aramark Marko API
Food ServicesFacilities ManagementUniform ServicesData PlatformPoint of SaleLaborInventoryRecipes and NutritionOrganization HierarchyFortune 500ApigeeHospitality
Properties
| Name | Type | Description |
|---|---|---|
| transactionId | string | Transaction identifier |
| locationId | string | Location identifier |
| amount | number | Transaction amount in USD |
| items | integer | Number of items in the transaction |
| timestamp | string | Transaction timestamp (ISO 8601) |
| paymentMethod | string | Payment method used |
JSON Schema
{
"type": "object",
"properties": {
"transactionId": {
"type": "string",
"description": "Transaction identifier",
"example": "TXN-001"
},
"locationId": {
"type": "string",
"description": "Location identifier",
"example": "LOC-001"
},
"amount": {
"type": "number",
"description": "Transaction amount in USD",
"example": 12.5
},
"items": {
"type": "integer",
"description": "Number of items in the transaction",
"example": 2
},
"timestamp": {
"type": "string",
"format": "date-time",
"description": "Transaction timestamp (ISO 8601)",
"example": "2026-04-19T12:30:00Z"
},
"paymentMethod": {
"type": "string",
"description": "Payment method used",
"enum": [
"CREDIT",
"DEBIT",
"CASH",
"MEAL_PLAN",
"MOBILE"
],
"example": "MEAL_PLAN"
}
},
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/aramark/refs/heads/main/json-schema/marko-api-pos-transaction-schema.json",
"title": "POSTransaction",
"description": "POSTransaction schema from Aramark Marko API"
}
Work with this as data
Every JSON Schema 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 schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.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.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/marko-api-pos-transaction"
All schemas
curl "https://apis.io/api/v1/json-schemas?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.