wafeq_purchase_orders_line_items_update
Update an existing purchase order line item by providing the purchase order ID, line item ID, and updated values for quantity, unit amount, description, and more.
Instructions
๐ก WRITE ยท updates data ยท Purchase Order Line Items ยท PUT /purchase-orders/{purchase_order_id}/line-items/{id}/
Update purchase order line item
Endpoint for updating an existing purchase order line item.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| body | Yes | Augment ``custom_fields`` in the output with computed CALCULATED field values. Apply to any line-item serializer whose model has ``get_resolved_custom_fields``. | |
| 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. | |
| purchase_order_id | Yes |