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 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
Get Account
Method: get
Path: /rest/apis/customer/v-model/accounts/{accountId}
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 Person
Method: put
Path: /rest/apis/customer/v-model/accounts/{accountId}/persons