Procurify · Example Payload

Get Api V2 Purchase_Orders Id

purchase-orders

Get Api V2 Purchase_Orders Id 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/v2/purchase_orders/{id}/",
  "method": "GET",
  "operationId": "purchase_orders_retrieve",
  "summary": "Get Purchase Order by ID (with items)",
  "tags": [
    "purchase-orders"
  ]
}