Procurify · Example Payload

Put Api V2 Purchase_Order Revise Procurify_Po

purchase-orders

Put Api V2 Purchase_Order Revise Procurify_Po 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_order/revise/{procurify_PO}/",
  "method": "PUT",
  "operationId": "purchase_order_revise_update",
  "summary": "Revise a Purchase Order",
  "tags": [
    "purchase-orders"
  ]
}