Account REST Endpoints
V-Model/Account
Accounts manage the financial relationship with an end customer, for which bills are created, based on service agreements. The account contains information that controls when the bills are generated and how they are formatted for related person records.
- Create Account
- Method: postPath:
/rest/apis/customer/v-model/accounts/
- Create Account AutoPay
- Method: postPath:
/rest/apis/customer/v-model/accounts/{accountId}/autoPay
- Create Account Person
- Method: postPath:
/rest/apis/customer/v-model/accounts/{accountId}/persons
- Delete Account
- Method: deletePath:
/rest/apis/customer/v-model/accounts/{accountId}
- Delete Account AutoPay
- Method: deletePath:
/rest/apis/customer/v-model/accounts/{accountId}/autoPay/{autoPayId}
- Delete Account Person
- Method: deletePath:
/rest/apis/customer/v-model/accounts/{accountId}/persons/{personId}
- Get Account
- Method: getPath:
/rest/apis/customer/v-model/accounts/{accountId}
- Get Account Alerts
- Method: getPath:
/rest/apis/customer/v-model/accounts/{accountId}/alerts
- Get Account AutoPay
- Method: getPath:
/rest/apis/customer/v-model/accounts/{accountId}/autoPay/{autoPayId}
- Get Account Credit Rating History
- Method: getPath:
/rest/apis/customer/v-model/accounts/{accountId}/creditRatingHistory
- Get Account Effective AutoPay
- Method: getPath:
/rest/apis/customer/v-model/accounts/{accountId}/autoPay
- Get Account Non Cash Deposits
- Method: getPath:
/rest/apis/customer/v-model/accounts/{accountId}/nonCashDeposits
- Get Account Person
- Method: getPath:
/rest/apis/customer/v-model/accounts/{accountId}/persons/{personId}
- Replace Account Person
- Method: putPath:
/rest/apis/customer/v-model/accounts/replace/{accountId}/persons/{personId}
- Update Account
- Method: putPath:
/rest/apis/customer/v-model/accounts/{accountId}
- Update Account AutoPay
- Method: putPath:
/rest/apis/customer/v-model/accounts/{accountId}/autoPay/{autoPayId}
- Update Account Person
- Method: putPath:
/rest/apis/customer/v-model/accounts/{accountId}/persons/{personId}