Customer Service API REST Endpoints

Common Core Services/Customer Service API
This is the service to maintain the record for external customers.It has the option to create different type and different category for the customers, also it takes the source system and source system customer number as input and maps the source system customer number to a unique customer.
Adds a new core customers
Method: post
Path: /service/corecustomers
Close the corecustomers by given ID
Method: patch
Path: /service/corecustomers/{customerNo}/close
Reopen the core customers by given ID
Method: patch
Path: /service/corecustomers/{customerNo}/reopen
Retrieves the corecustomers by providing array of customer numbers
Method: get
Path: /service/corecustomers
Update an existing core customers
Method: put
Path: /service/corecustomers/{customerNo}