Estimates
Set estimate status
Updates the status of the estimate.
PUT
Set estimate status
Estimates move through three lifecycle states:
open— the default state for a newly issued estimate.accepted— the customer has accepted the offer; the estimate can now be converted to an invoice.rejected— the customer has declined the offer.
Authorizations
API token for authentication. Obtain from your Infinity account settings.
Path Parameters
The id of the estimate to update.
Body
application/json
The new status.
Request body for setting the status of an estimate.
The lifecycle status of an estimate.
Available options:
open, accepted, rejected Response
The estimate status was updated successfully.
The full representation of an estimate (quote).
Set estimate status