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 customer ID
- Method: getPath:
/service/customer/getAllCustomers
- Update an existing customer
- Method: putPath:
/service/customer/{customerId}