Aramark · Example Payload

Marko Api Pos Transaction Example

Food ServicesFacilities ManagementUniform ServicesData PlatformFortune 500

Marko Api Pos Transaction Example is an example object payload from Aramark, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

transactionIdlocationIdamountitemstimestamppaymentMethod

Example Payload

Raw ↑
{
  "transactionId": "TXN-001",
  "locationId": "LOC-001",
  "amount": 12.5,
  "items": 2,
  "timestamp": "2026-04-19T12:30:00Z",
  "paymentMethod": "MEAL_PLAN"
}