MarginEdge · Example Payload

Public Api Get Vendors Response Model Example

RestaurantBack OfficeInvoicesInventoryAccountingReporting

Public Api Get Vendors 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

nextPagevendors

Example Payload

Raw ↑
{
  "nextPage": "eyJsYXN0SWQiOiAiMTIzNDUifQ==",
  "vendors": [
    {
      "vendorId": "me-vendor-9f3a2b",
      "vendorName": "Sample vendorName",
      "centralVendorId": "me-centralvendor-9f3a2b",
      "vendorAccounts": [
        {}
      ]
    }
  ]
}