Skip to main content
PATCH
Update estimate status

Authorizations

Authorization
string
header
required

Access token obtained from the /v1/auth/login endpoint

Path Parameters

estimateId
string<uuid>
required

The ID of the estimate to update status

Body

application/json
status
enum<string>
required

The new status to set for the estimate

Available options:
SENT,
APPROVED,
DECLINED
Example:

"SENT"

Response

Estimate status updated successfully

success
boolean
Example:

true

message
string
Example:

"Estimate status updated successfully"

data
object