wafeq_purchase_orders_update
Update an existing purchase order by ID. Modify line items, currency, status, notes, or custom fields to keep purchase orders accurate.
Instructions
๐ก WRITE ยท updates data ยท Purchase Orders ยท PUT /purchase-orders/{id}/
Update purchase order
Endpoint for updating an existing purchase order.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| body | Yes | Adds nested create feature | |
| idempotency_key | No | Optional idempotency key (sent as the X-Wafeq-Idempotency-Key header). A UUID v4 is generated automatically when omitted, so an automatic network retry can never duplicate this operation. Pass your own stable value to make a deliberate re-invocation safe as well. |