v1
latestOpenAPI 3.0.12026-07-26222700728.0 KBInvoicing - 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
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
}
}
}