Procurify · Example Payload

Post Api V3 Purchase Orders Procurify_Po Close

purchase-orders

Post Api V3 Purchase Orders Procurify_Po Close 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/{procurify_PO}/close/",
  "method": "POST",
  "operationId": "purchase_orders_close_create",
  "summary": "Close a Purchase Order",
  "tags": [
    "purchase-orders"
  ]
}