Procurify · Example Payload

Get Api V3 Purchase Orders Billing History

purchase-orders

Get Api V3 Purchase Orders Billing History 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/purchase-orders/billing-history/",
  "method": "GET",
  "operationId": "purchase_orders_billing_history_retrieve",
  "summary": "View billing history of a Purchase Order",
  "tags": [
    "purchase-orders"
  ]
}