Create quotation status

Creates a new quotation status.

Body Fields

FieldTypeRequiredDescription
namestringYesStatus name (e.g., "Draft", "Sent", "Signed")
colorstringNoColor for UI display (e.g., "blue", "#3498db")
onActionstringNoAutomatic trigger action (see below)

onAction Values

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

Note: Only one status can have each onAction value. Setting an onAction may remove it from another status.

Response Fields

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

Response

  • 201 Created: Quotation status successfully created
  • 400 Bad Request: Invalid request body or validation error
  • 401 Unauthorized: Invalid or missing API key
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string
string
string | null
Responses
201

Resource created

400

Bad request

401

Unauthorized

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