MarginEdge · Example Payload

Public Api Get Categories Response Model Example

RestaurantBack OfficeInvoicesInventoryAccountingReporting

Public Api Get Categories Response Model Example is an example object payload from MarginEdge, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

nextPagecategories

Example Payload

Raw ↑
{
  "nextPage": "eyJsYXN0SWQiOiAiMTIzNDUifQ==",
  "categories": [
    {
      "categoryType": "Food",
      "accountingCode": 4369,
      "categoryName": "Sample categoryName",
      "categoryId": "me-category-9f3a2b"
    }
  ]
}