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