Customer Maintenance API REST Endpoints

Maintenance Services/Customer Maintenance API
This service is used to perform Customer maintenance related operations.
Adds a new customer
Method: post
Path: /service/customer
Close the account by given ID
Method: patch
Path: /service/customer/{customerId}/close
Get the customer hierarchy for given customer ID
Method: get
Path: /service/customer/getCustomerHierarchy
Get the group customer Id for given customer ID
Method: get
Path: /service/customer/getGroupCustomerId
Reopen the account by given ID
Method: patch
Path: /service/customer/{customerId}/reopen
Retrieves the account by ID
Method: get
Path: /service/customer/{customerId}
Retrieves the customers by given parent customer ID
Method: get
Path: /service/customer/getAllCustomers
Update an existing customer
Method: put
Path: /service/customer/{customerId}