Templates
The template with invoice details to load with all captured fields.
The ID of the template.
The template name.Note: The template name must be unique.
Indicates whether this template is the default template. A invoicer can have one default template.
The unit of measure for the template. Value is quantity, hours, or amount.
Indicates whether this template is a invoicer-created custom template. The system generates non-custom templates.
The template object
- : For Reading the invoice details.
Oauth 2.0 authentication
The fields to return in the response. Value is all or none. To return only the template name, ID, and default attributes, specify none.
allPattern: (?i)^(all|none)$The page number to be retrieved, for the list of templates. So, a combination of page=1 and page_size=20 returns the first 20 templates. A combination of page=2 and page_size=20 returns the next 20 templates.
1The maximum number of templates to return in the response.
20A successful request returns the HTTP 200 OK status code and a JSON response body that lists invoices.
Invalid request.
Authorization Error.
The default response.
- : For managing (Create, Update, Delete) invoice.
Oauth 2.0 authentication
The template with invoice details to load with all captured fields.
The ID of the template.
The template name.Note: The template name must be unique.
Indicates whether this template is the default template. A invoicer can have one default template.
The unit of measure for the template. Value is quantity, hours, or amount.
Indicates whether this template is a invoicer-created custom template. The system generates non-custom templates.
A successful request returns the HTTP 201 Created status code. A JSON response body that shows template details is returned if you set prefer=return=representation.
Invalid request.
Unprocessable Entity.
The default response.
- : For Reading the invoice details.
Oauth 2.0 authentication
The ID of the template to delete.
A successful request returns the HTTP 200 OK status code and a JSON response body that shows template details.
Authorization Error.
Resource Not Found.
The default response.
- : For managing (Create, Update, Delete) invoice.
Oauth 2.0 authentication
The ID of the template to delete.
The template with invoice details to load with all captured fields.
The ID of the template.
The template name.Note: The template name must be unique.
Indicates whether this template is the default template. A invoicer can have one default template.
The unit of measure for the template. Value is quantity, hours, or amount.
Indicates whether this template is a invoicer-created custom template. The system generates non-custom templates.
A successful request returns the HTTP 200 OK status code. A JSON response body that shows template details is returned if you set prefer=return=representation.
Invalid request.
Authorization Error.
Resource Not Found.
Unprocessable Entity.
The default response.
- : For managing (Create, Update, Delete) invoice.
Oauth 2.0 authentication
The ID of the template to delete.
A successful request returns the HTTP 204 No Content status code with no JSON response body.
Invalid request.
Authorization Error.
Resource Not Found.
Unprocessable Entity.
The default response.
No content
Last updated
Was this helpful?

