Get invoice setup
Invoicing
Get invoice setup
Get the invoicing setup data for the authenticated user’s company
GET
Get invoice setup
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Response
200 - application/json
Successful operation
Invoice setup object
id of this company setup
Default Invoice message, to be appended at the end of the invoice
Example:
"Thank you for your business!"
Default Invoice Term (i.e. how many days till the invoice is due)
Available options:
DUE_NOW, NET_10, NET_15, NET_30, NET_60, OTHER Example:
"NET_10"
Comma delimited list of Payment Reminder frequencies, to be used as the default on new invoices
Available options:
ON_DUE_DATE, THREE_DAYS_AFTER_DUE_DATE, EVERY_SEVEN_DAYS_AFTER_DUE_DATE, AFTER_TWO_MINS Example:
"ON_DUE_DATE"
Brand color used for invoices (hex code)
Example:
"#999999"