accounting
quote

Update a quote

patch/accounting/{connection_id}/quote/{id}

Path parameters

connection_idstring required

ID of the connection

idstring required

ID of the Quote

Query parameters

fieldsstring[]

Fields to return

rawstring

Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar

Request body

idstring
created_atstring date-time
updated_atstring date-time
quote_numberstring
referencestring
titlestring
summarystring
payment_terms'ON_RECEIPT' | 'NET_7' | 'NET_10' | 'NET_15' | 'NET_20' | 'NET_25' | 'NET_30' | 'NET_45' | 'NET_60' | 'NET_90' | 'OTHER'
customer_messagestring
memostring
contact_idstring
issued_atstring date-time
expires_atstring date-time
sent_atstring date-time
accepted_atstring date-time
declined_atstring date-time
status'DRAFT' | 'SENT' | 'ACCEPTED' | 'DECLINED' | 'INVOICED' | 'EXPIRED' | 'VOIDED' | 'DELETED'
currencystring
currency_ratenumber
sub_total_amountnumber
tax_amountnumber
discount_amountnumber
total_amountnumber
tax_mode'INCLUSIVE' | 'EXCLUSIVE' | 'NONE'
invoice_idstring
project_idstring
group_idstring
category_idsstring[]

tracking categories / classes (AccountingCategory dimensions)

urlstring
organization_idstring
rawobject

Response

Successful

idstring
created_atstring date-time
updated_atstring date-time
quote_numberstring
referencestring
titlestring
summarystring
payment_terms'ON_RECEIPT' | 'NET_7' | 'NET_10' | 'NET_15' | 'NET_20' | 'NET_25' | 'NET_30' | 'NET_45' | 'NET_60' | 'NET_90' | 'OTHER'
customer_messagestring
memostring
contact_idstring
issued_atstring date-time
expires_atstring date-time
sent_atstring date-time
accepted_atstring date-time
declined_atstring date-time
status'DRAFT' | 'SENT' | 'ACCEPTED' | 'DECLINED' | 'INVOICED' | 'EXPIRED' | 'VOIDED' | 'DELETED'
currencystring
currency_ratenumber
sub_total_amountnumber
tax_amountnumber
discount_amountnumber
total_amountnumber
tax_mode'INCLUSIVE' | 'EXCLUSIVE' | 'NONE'
invoice_idstring
project_idstring
group_idstring
category_idsstring[]

tracking categories / classes (AccountingCategory dimensions)

urlstring
organization_idstring
rawobject

Changes

Changed in 2 of the 25 revisions of this API.26

  • 1c744a7590b425See the full diff
    • added the new SERVICE_CHARGE enum value to the //// response property for the response status

      response-property-enum-value-added

    • added the new TIP enum value to the //// response property for the response status

      response-property-enum-value-added

    • added the new optional request property

      new-optional-request-property

    • added the enum value metadata to the property items/ of the query request parameter fields

      request-parameter-property-enum-value-added

    • added the new SERVICE_CHARGE enum value to the request property ////

      request-property-enum-value-added

    • added the new TIP enum value to the request property ////

      request-property-enum-value-added

    • added the optional property to the response with the status

      response-optional-property-added

    • endpoint added

      endpoint-added