Update quotation status

Updates an existing quotation status by its ID.

Path Parameters

ParameterTypeRequiredDescription
idintegerYesQuotation status unique identifier

Body Fields

FieldTypeRequiredDescription
namestringNoStatus name
colorstringNoColor for UI display
onActionstringNoAutomatic trigger action or null to remove

onAction Values

ValueDescription
createDefault status for new quotations
deal-sentApplied when quotation is sent
deal-signedApplied when quotation is signed
nullRemove automatic trigger

Response Fields

FieldTypeDescription
idintegerStatus unique identifier
namestringStatus name
colorstringColor for UI display
onActionstringAutomatic trigger action
createdAtdatetimeCreation timestamp
updatedAtdatetimeLast update timestamp

Response

  • 200 OK: Quotation status successfully updated
  • 400 Bad Request: Invalid request body or validation error
  • 401 Unauthorized: Invalid or missing API key
  • 404 Not Found: Quotation status not found
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
integer
required
Body Params
string
string
string
Responses
200

Resource updated

400

Bad request

401

Unauthorized

404

Resource not found

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here!