v1

latestOpenAPI 3.0.12026-07-26222700728.0 KB
Invoicing - Item Templates

Get invoice item template

Get an invoice item template for the given id

get/v6/invoicing/itemTemplates/{id}

Path parameters

idstring required

The id of the invoice item template

Response

Success

result'SUCCESS' | 'FAILURE'

The result of the action performed.

Example response

{
  "data": {
    "id": "tili_28868401",
    "name": "Standard Service Fee",
    "status": "ACTIVE",
    "description": "Standard hourly service fee",
    "amount": 5000,
    "quantity": "1.0",
    "price": "50.0",
    "salesTax": {
      "value": "8.875",
      "type": "PERCENT"
    },
    "customData": {
      "internal_key": "some_internal_key",
      "some_other_field": 23434
    }
  }
}