Template
GET
4 endpoints
/api/v3/template
GetTemplatesV3
Retrieves all templates
/api/v3/template/{templateId}
GetTemplateV3
Retrieves one template
/api/v3/template/{templateId}/version
GetTemplateVersionsV3
Retrieves all template versions for a given template
/api/v3/template/{templateId}/version/{versionId}
GetTemplateVersionV3
Retrieves one template version for a given template
POST
2 endpoints
/api/v202206/bill/{billId}/account/{accountId}/template
CreateAccountTemplateFromBillV202206
Creates a new Template from an existing Bill's cost-only line items belonging to the provided Account (lines which came from a vendor template will be dropped).
/api/v3/bill/{billId}/meter/{meterId}/template
CreateTemplateFromBillV3
Creates a new Template from an existing Bill's line items belonging to the provided Meter