wafeq_purchase_orders_bill_create
Convert a purchase order into a draft bill to streamline procurement accounting. Use when you need to turn an approved PO into a bill for payment.
Instructions
๐ก WRITE ยท creates data ยท Purchase Orders ยท POST /purchase-orders/{id}/bill/
Convert purchase order to bill
This endpoint can be used to convert a purchase order to a draft bill.
Not idempotent โ calling twice creates two records. Pass idempotency_key (or let the server generate one) to make a retry safe.
Creates a NEW draft bill from the purchase order. Calling twice creates two bills โ pass an idempotency_key if you may retry.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes |