Account
GET
12 endpoints
/api/v202105/account/{accountId}/udf/{udfId}/download
DownloadAccountCustomFieldFileV202105
Download file for an account custom field
/api/v3/account/{accountId}/alert
GetAccountAlertsV3
Retrieves all alerts for an account
/api/v3/account/{accountId}/alert/{alertId}
GetAccountAlertV3
Retrieves an alert for an account
/api/v202506/account/{accountId}/auditSetting
GetAccountAuditSettingsV202506
Gets all account audit setting overrides
/api/v3/account/{accountId}/rate
GetAccountRatesV3
Retrieves all rates for a particular account
/api/v3/account/udf
GetAccountsUdfsV3
Retrieves all user defined fields / custom fields for all accounts
/api/v3/account
GetAccountsV3
Retrieves all accounts
/api/v3/account/{accountId}/template
GetAccountTemplatesV3
Retrieves all templates for a particular account
/api/v3/account/{accountId}/udf
GetAccountUdfsV3
Retrieves all user defined fields / custom fields for a particular account
/api/v3/account/{accountId}
GetAccountV3
Retrieves one account
/api/v3/account/{accountId}/billingPeriod
GetDefaultBillingPeriodV3
For a given accountId, startDate and endDates for a bill get a billing period recommendation
The billing period will be in YYYYMM format YYYY represents the 4 digit year and MM is the two digit month 01 for Jan to 12 for Dec
/api/v3/account/search
SearchAccountsV3
Search for accounts
Search for accounts whose account code, address, old account code, meter serial number, or meter address contains "query"
POST
2 endpoints
PUT
11 endpoints
/api/v3/account/{accountId}/codeversion
EditAccountCodeVersionV3
/api/v3/account/{accountId}/udf
EditAccountUDFsV3
Edits user defined field / custom field values for a particular account
/api/v202401/account/{accountId}
Deprecated
EditAccountV202401
Edits an account
/api/v202507/account/{accountId}
Deprecated
EditAccountV202507
Edits an account
/api/v202511/account/{accountId}
EditAccountV202511
Edits an account
/api/v3/account/{accountId}
Deprecated
EditAccountV3
Edits an account
/api/v3/parentCostCenter/{parentCostCenterId}/account
MoveAccountV3
Move list of accounts to be under parentCostCenterId
/api/v202211/account/customAction
ProcessAccountCustomActionV202211
Fires a custom account action. Custom account actions are setup as webhooks
/api/v202104/account/auditEnabled
SetAccountAuditExclusionV202104
Enable or disable Accounts from audits
/api/v3/account/{accountId}/alert/{alertId}
UpdateAccountAlertV3
Updates an account alert
/api/v202506/account/{accountId}/auditSetting
UpdateAccountAuditSettingsV202506
Update audit settings for an account.
Every audit must be included but supplying null for its settings will remove them.