Skip to main content

Request Purchase Order Approval

POST 

/api/purchase-orders/:purchase_order/request-approval

Submit a draft purchase order for approval. Notifies every user who holds the purchase_orders.approve permission. The purchase order must be a draft with at least one line, and must not already have a pending request.

Authentication: Requires Bearer token.

Requires permission: purchase_orders.update

The optional notes field (max 1000 characters) is shown to approvers with the request. The response includes notified_approvers — the number of users notified.

Request

Responses

OK

Response Headers
    Content-Type