AccountMeter
POST
3 endpoints
/api/v3/accountmeter
CreateAccountMeterV3
Creates one or more account-meter relationships, linking accounts to meters for bill entry
/api/v3/accountmeter/{accountMeterId}/rate
CreateAccountRateV3
Assigns a rate (tariff) to an account-meter relationship
/api/v3/accountmeter/{accountMeterId}/template
CreateFormTemplateV3
Assigns a new bill entry template to an account-meter relationship
PUT
3 endpoints
/api/v3/accountmeter/{accountMeterId}
EditAccountMeterV3
Edits an existing account-meter relationship's date range or general ledger assignment
/api/v3/accountmeter/{accountMeterId}/rate
EditAccountRateListV3
Replaces all rate (tariff) assignments on an account-meter relationship
/api/v3/accountmeter/{accountMeterId}/template
EditFormTemplateListV3
Replaces all bill entry template assignments on an account-meter relationship
DELETE
2 endpoints
/api/v3/accountmeter/{accountMeterId}
DeleteAccountMeterV3
Permanently deletes an account-meter relationship, with an option to cascade-delete associated bills
/api/v3/accountmeter/{accountMeterId}/template/{formTemplateId}
DeleteTemplateAssignmentV3
Deletes a template assignment from an account-meter relationship, automatically adjusting adjacent template date ranges