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 persons.
Create Account
Method: post
Path: /rest/apis/customer/v-model/accounts/
Create Account AutoPay
Method: post
Path: /rest/apis/customer/v-model/accounts/{accountId}/autoPay
Create Account Person
Method: post
Path: /rest/apis/customer/v-model/accounts/{accountId}/persons
Delete Account
Method: delete
Path: /rest/apis/customer/v-model/accounts/{accountId}
Delete Account Person
Method: delete
Path: /rest/apis/customer/v-model/accounts/{accountId}/persons/{personId}
Get Account
Method: get
Path: /rest/apis/customer/v-model/accounts/{accountId}
Get Account Alerts
Method: get
Path: /rest/apis/customer/v-model/accounts/{accountId}/alerts
Get Account AutoPay
Method: get
Path: /rest/apis/customer/v-model/accounts/{accountId}/autoPay/{autoPayId}
Get Account Credit Rating History
Method: get
Path: /rest/apis/customer/v-model/accounts/{accountId}/creditRatingHistory
Get Account Non Cash Deposits
Method: get
Path: /rest/apis/customer/v-model/accounts/{accountId}/nonCashDeposits
Get Account Person
Method: get
Path: /rest/apis/customer/v-model/accounts/{accountId}/persons/{personId}
Update Account
Method: put
Path: /rest/apis/customer/v-model/accounts/{accountId}
Update Account AutoPay
Method: put
Path: /rest/apis/customer/v-model/accounts/{accountId}/autoPay/{autoPayId}
Update Account Person
Method: put
Path: /rest/apis/customer/v-model/accounts/{accountId}/persons/{personId}