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: https://server:port/spl/rest/apis/customer/v-model/accounts/
Delete Account
Method: delete
Path: https://server:port/spl/rest/apis/customer/v-model/accounts/{accountId}
Get Account
Method: get
Path: https://server:port/spl/rest/apis/customer/v-model/accounts/{accountId}
Update Account
Method: put
Path: https://server:port/spl/rest/apis/customer/v-model/accounts/{accountId}