Templates API v1
Overview
Templates API v2 endpoints provides you with more information about your Templates.
Reckon One Module | Endpoint | Additional Parameter(s) | HTTP Method | Request URL | API Portal | Countries |
Core | Templates | /templateType | GET | https://api.reckon.com/R1/{BOOKID}/templates/{templateType} | AU/NZ/UK |
Sample GET
https://api.reckon.com/R1/e673d490-4571-4a45-812e-rt56e90877y7/templates/1
https://api.reckon.com/R1/673d490-4571-4a45-812e-rt56e90877y7/templates/invoice
Sample Response
[
{
"TemplateId": "6cbea80d-5063-420b-ba8f-a8f76600d6fd",
"TemplateName": "Professional Invoice",
"TemplateNameDisplay": null,
"Description": "Template containing professional invoice layout",
"LogoName": "giant800px-Coca-Cola_logo.svg.png",
"Options": 4294672254,
"Template": null,
"Type": 1
}
]
Data Field | Description | Data Type |
TemplateID | The template ID as a GUID | GUID |
TemplateName | The name of the template. Invoice: "Professional Invoice", "Standard Invoice", Products and Services Invoice", "Generic Invoice". Estimate: "Professional Estimate", "Standard Estimate", Products and Services Estimate", "Generic Estimate". Customer Adjustment Note: "Professional Customer Adjustment Note", "Standard Customer Adjustment Note". Bill: "Standard Bill". Supplier Adjustment Note: "Standard Supplier Adjustment Note". Expense Claim: "Standard Expense Claim". | Text |
TemplateNameDisplay | N/A |
|
Description | The description of the template | Text |
LogoName | The logo being used on the template | Graphic |
Options | The options the customer has selected in the Reckon One book for the template. Not needed for API | Number |
Type | The Type of the template |
|