Customer Maintenance API REST Endpoints

Maintenance Services/Customer Maintenance API
The operations from the Maintenance Services/Customer Maintenance API category.
Adds a new customer
Method: post
Path: /service/customer
Close the account by given ID
Method: patch
Path: /service/customer/{customerId}/close
Reopen the account by given ID
Method: patch
Path: /service/customer/{customerId}/reopen
Retrieves the account by ID
Method: get
Path: /service/customer/{customerId}
Update an existing customer
Method: put
Path: /service/customer/{customerId}