Skip to main content
Version: v3

Get an template

GET 

/invoices/template/:templateId

API to get an template by template id

Request

Version stringrequired

API Version

Available optionsv3
templateId stringrequired

Template Id

altId stringrequired

location Id / company Id based on altType

altType stringrequired

Alt Type

Available optionslocation
application/json

Successful response

Schema
    _idstringrequired

    Template Id

    altIdstringrequired

    Location Id or Agency Id

    altTypestringrequired
    Available optionslocation
    namestringrequired

    Name of the Template

    businessDetailsobjectrequired

    Business Details

    currencystringrequired

    Currency

    discountobject

    Discount

    itemsstring[]required

    Invoice Items

    invoiceNumberPrefixstring

    prefix for invoice number

    totalnumberrequired

    Total Amount

    createdAtstringrequired

    created at

    updatedAtstringrequired

    updated at