Template
GET
4 endpoints
/api/v3/template
GetTemplatesV3
Retrieves a paginated list of all templates with optional filtering
/api/v3/template/{templateId}
GetTemplateV3
Retrieves a single template by ID
/api/v3/template/{templateId}/version
GetTemplateVersionsV3
Retrieves all versions (effective date variants) for a template
/api/v3/template/{templateId}/version/{versionId}
GetTemplateVersionV3
Retrieves a specific version of a template
POST
2 endpoints
/api/v202206/bill/{billId}/account/{accountId}/template
CreateAccountTemplateFromBillV202206
Creates a new account template from an existing bill's cost-only line items
/api/v3/bill/{billId}/meter/{meterId}/template
CreateTemplateFromBillV3
Creates a new template from an existing bill's line items for a specific meter