EnergyCAP Developer
Documentation
API Reference
API Reference
/
BillImportRule
BillImportRule
GET
2 endpoints
/api/v202604/billImportRule
GetRulesV202604
Get bill import rules. Supports filtering by vendor name, account name, and rule definition.
/api/v202604/billImportRule/{billImportRuleId}
GetRuleV202604
Get a single bill import rule by ID
POST
1 endpoint
/api/v202604/billImportRule
CreateRuleV202604
Create a new bill import rule. Scope is determined by the optional vendorId or accountId in the body. At most one scope entity can be provided. If none are provided, the rule is global (customer-level).
PUT
1 endpoint
/api/v202604/billImportRule/{billImportRuleId}
EditRuleV202604
Edit an existing bill import rule
DELETE
1 endpoint
/api/v202604/billImportRule/{billImportRuleId}
DeleteRuleV202604
Delete a bill import rule. History is preserved via temporal table.