Skip to main content
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

x-api-token
string
header
required

API token for authentication. Obtain from your Infinity account settings.

Path Parameters

estimateId
string
required

The id of the estimate to update.

Body

application/json

The new status.

Request body for setting the status of an estimate.

status
enum<string>
required

The lifecycle status of an estimate.

Available options:
open,
accepted,
rejected

Response

The estimate status was updated successfully.

estimate
Estimate · object

The full representation of an estimate (quote).