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 customerID.
Method: get
Path: /service/customer/getAllCustomers
Update an existing customer.
Method: put
Path: /service/customer/{customerId}