GET/projects/api/v3/quotesettings.json

Get quote settings for the current installation.

Responses

  • Code
    200
    Type
    object
    Schema
    Description
    200 OK
    QuoteSettingResponse is the API response containing a quote setting.

Examples

200 OK

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