Skip to main content

Approve Purchase Order Approval Request

POST 

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

Approve a pending approval request. Runs the standard purchase order approval: the order moves to open, inventory becomes inbound, and backorder coverage is applied. The requester is notified that their purchase order was approved.

Authentication: Requires Bearer token.

Requires permission: purchase_orders.approve

Returns 422 if the request was already approved, rejected, or withdrawn (for example by another approver acting first).

Request

Responses

OK

Response Headers
    Content-Type