Procurify · Example Payload

Get Api V3 Receipt Items

receipt

Get Api V3 Receipt Items is an example object payload from Procurify, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

pathmethodoperationIdsummarytags

Example Payload

Raw ↑
{
  "path": "/api/v3/receipt/items/",
  "method": "GET",
  "operationId": "receipt_items_list",
  "summary": "Get list of receipt items by order item",
  "tags": [
    "receipt"
  ]
}