# Update Purchase Order Status Update the status of a Purchase Order Endpoint: PUT /organisations/{orgId}/purchase-orders/{purchaseOrderId}/status Version: v2_28 Security: ApiKeyAuth ## Path parameters: - `purchaseOrderId` (string, required) - `orgId` (string, required) The organisation identity ## Request fields (application/json): - `status` (string, required) The new status of the purchase order. Enum: "OPEN", "APPROVED", "COMPLETED", "CANCELLED" ## Response 400 fields ## Response 401 fields ## Response 403 fields ## Response 429 fields ## Response 500 fields