PUT/projects/api/v3/quotesettings.json

Update quote settings.

Responses

  • Code
    200
    Type
    object
    Schema
    Description
    200 OK
    QuoteSettingResponse is the API response containing a quote setting.
  • Code
    403
    Type
    object
    Schema
    Description
    403 Forbidden
    ErrorResponse defines how []Error should be marshaled to JSON.
  • Code
    422
    Type
    object
    Schema
    Description
    422 Unprocessable Entity
    ErrorResponse defines how []Error should be marshaled to JSON.

Examples

200 OK

QuoteSettingResponse
{
  "quoteSetting": {
    "autoQuoteNumbers": true,
    "defaultBillableRateType": "string",
    "prependStatementOfWork": true,
    "quoteNumberPattern": "string",
    "quoteNumberPrefix": "string",
    "signaturesOnPdf": true
  }
}