Aramark · Example Payload

Marko Api Product Example

Food ServicesFacilities ManagementUniform ServicesData PlatformFortune 500

Marko Api Product 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

idnamecategorypricecaloriesallergens

Example Payload

Raw ↑
{
  "id": "PROD-001",
  "name": "Grilled Chicken",
  "category": "ENTREE",
  "price": 8.95,
  "calories": 380,
  "allergens": [
    "GLUTEN",
    "DAIRY"
  ]
}