admin-quotes
Approve Quote On Behalf
Approve a quote on behalf of the customer.
Used when ops needs to advance a project past the customer's "Approve and Pay" gate (e.g. an unresponsive buyer who has agreed out-of-band). Validates the same QUOTED + is_human_reviewed gate as the user-side approval, transitions both the quote and the project to APPROVED, writes a quote_approved_by_admin audit row, and fires an in-app notification to the user.
Permission: quotes:edit (same gate used by /review, /auto-price, etc.).
post/api/v1/admin/quotes/{quote_id}/approve-on-behalf
Path parameters
quote_idstring uuid required
Request body
Response
Successful Response
Changes
No recorded changes to this endpoint across all 1 revision of this API.