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: postPath:
/service/customer - Close the account by given ID.
- Method: patchPath:
/service/customer/{customerId}/close - Get the customer Hierarchy for given customer id.
- Method: getPath:
/service/customer/getCustomerHierarchy - Get the group customer Id for given customer id.
- Method: getPath:
/service/customer/getGroupCustomerId - reopen the account by given ID.
- Method: patchPath:
/service/customer/{customerId}/reopen - Retrieves the account by ID.
- Method: getPath:
/service/customer/{customerId} - Retrieves the customers by given parent customerID.
- Method: getPath:
/service/customer/getAllCustomers - Update an existing customer.
- Method: putPath:
/service/customer/{customerId}