Update template late fees configuration
API to update template late fees configuration by template id
PATCH
Update template late fees configuration
Headers
API Version
Available options:
2021-07-28 Path Parameters
Template Id
Example:
"6578278e879ad2646715ba9c"
Body
application/json
Response
Successful response
Template Id
Example:
"6578278e879ad2646715ba9c"
Location Id or Agency Id
Example:
"6578278e879ad2646715ba9c"
Available options:
location Name of the Template
Example:
"New Template"
Example:
{
"name": "Alex",
"address": {
"addressLine1": "9931 Beechwood",
"city": "St. Houston",
"state": "TX",
"countryCode": "USA",
"postalCode": "559-6993"
},
"phoneNo": "+1-214-559-6993",
"website": "www.example.com"
}Currency
Example:
"USD"
Invoice Items
Example:
[
{
"taxes": [],
"_id": "c6tZZU0rJBf30ZXx9Gli",
"productId": "c6tZZU0rJBf30ZXx9Gli",
"priceId": "c6tZZU0rJBf30ZXx9Gli",
"currency": "USD",
"name": "Macbook Pro",
"qty": 1,
"amount": 999
}
]Total Amount
Example:
999
created at
Example:
"2023-12-12T09:27:42.355Z"
updated at
Example:
"2023-12-12T09:27:42.355Z"
Example:
{ "type": "percentage", "value": 0 }prefix for invoice number
Example:
"INV-"
Last modified on March 8, 2026
Update template late fees configuration