Skip to main content
POST
Create Invoice Template

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
name
string
required

Name of the Invoice Template

Example:

"Long Form Jobs"

type_id
integer
required

1 = Invoice, 2 = Quote

Example:

1

default
boolean

Sets the default template used when creating an invoice

Example:

false

title
string

Text shown in the top left hand corner of the template

Example:

"Invoice"

top_left_container
string

Top left grid container content

top_center_container
string

Top center grid container content

top_right_container
string

Top right grid container content

middle_left_container
string

Middle left grid container content

middle_center_container
string

Middle center grid container content

middle_right_container
string

Middle right grid container content

bottom_left_container
string

Bottom left grid container content

bottom_center_container
string

Bottom center grid container content

bottom_right_container
string

Bottom right grid container content

email_subject_template
string

Template used to populate the email subject line

email_body_template
string

Template used to populate the email body

options
object

Additional options and settings that apply to this invoice template

Response

Successful Operation

success
object