Difference between revisions of "Xero Accounting Endpoint: BrandingThemes"
Jump to navigation
Jump to search
Line 46: | Line 46: | ||
:[[Xero Accounting Endpoint: PurchaseOrders|PurchaseOrders]] | :[[Xero Accounting Endpoint: PurchaseOrders|PurchaseOrders]] | ||
:[[Xero Accounting Endpoint: Quotes|Quotes]] | :[[Xero Accounting Endpoint: Quotes|Quotes]] | ||
:[[Xero Accounting Endpoint: RepeatingInvoices|RepeatingInvoices]] |
Revision as of 19:58, 21 September 2021
Overview
The Xero BrandingThemes endpoint allows you to access the themes applied to printed/emailed invoices.
Fields
The following fields are available for the BrandingThemes endpoint.
- BrandingThemeID
- A GUID field representing the internal id of a branding theme.
- This field can be linked to other endpoints.
- Name
- A text field provides the name of the branding theme.
- LogoUrl
- A text field provides the url for the logo.
- Type
- A text field indicates the type of document to which the branding theme applies.
- SortOrder
- A whole number field indicates the position of branding theme in the list.
- CreatedDateUTC
- A date time field that indicates the date and time this theme was created.
Xero API
For a detailed run through of the endpoint, you can see the Xero API.
Related Fields