Skip to main content
Version: v3

Update Estimate Template

PUT 

/invoices/estimate/template/:templateId

Update an existing estimate template

Request

Version stringrequired

API Version

Available optionsv3
templateId stringrequired

Template Id

application/json

Bodyrequired

    altIdstringrequired

    Location Id or Agency Id

    altTypestringrequired
    Available optionslocation
    namestringrequired

    Estimate Name

    businessDetailsobjectrequired
    currencystringrequired

    Currency code

    itemsarray[]required

    An array of items for the estimate.

    liveModeboolean

    livemode for estimate

    Default value: true
    discountobjectrequired
    termsNotesstring

    Terms notes, Also supports HTML markups

    titlestring

    Title for the estimate

    automaticTaxesEnabledboolean

    Automatic taxes enabled for the Estimate

    Default value: false
    metaobject

    Meta data for the estimate

    sendEstimateDetailsobject

    When sending estimate directly while saving

    estimateNumberPrefixstring

    Prefix for the estimate number

    Default value: EST-
    attachmentsobject[]

    attachments for the invoice

    miscellaneousChargesobject

    miscellaneous charges for the estimate

application/json

Successfully updated

Schema
    altIdstringrequired

    Location Id or Agency Id

    altTypestringrequired
    Available optionslocation
    _idstringrequired

    Unique identifier

    liveModebooleanrequired

    Indicates if it is in live mode

    deletedbooleanrequired

    Indicates if deleted

    namestringrequired

    Name

    currencystringrequired

    Currency code

    businessDetailsobjectrequired

    Business details associated with the estimate

    itemsarray[]required

    An array of items

    discountobjectrequired

    Discount details for the estimate template

    titlestring

    Title

    estimateNumberPrefixstring

    Estimate number prefix

    attachmentsobject[]

    Attachments

    updatedBystring

    User Id of who last updated

    totalnumberrequired

    Total amount

    createdAtstring<date-time>required

    Timestamp when created

    updatedAtstring<date-time>required

    Timestamp when last updated

    __vnumberrequired

    Version number

    automaticTaxesEnabledbooleanrequired

    Indicates if automatic taxes are enabled for this estimate

    termsNotesstring

    Terms and conditions for the estimate, supports HTML markup