RCG ERP Customers Process API - Implementation Template
Prerequisites
This implementation template has the following dependencies:
- Anypoint MQ Destinations
- RCG SAPECC Customers System API
- RCG SAP S/4 HANA Customers System API
Please review the use cases described on the MuleSoft Accelerator for Retail, MuleSoft Accelerator for Consumer Goods solution pages for more information about dependencies on other APIs and services.
Anypoint MQ destinations
In addition to the Anypoint MQ client application credentials, the following destinations must be created and made accessible to this API:
- rcg-customer-update-exchange
- rcg-customer-update-retail-dl-queue
API dependencies
The following table lists all endpoints used by this API (assuming all syncronization targets are enabled).
API name | Endpoint | Action |
---|---|---|
RCG SAP S/4 HANA Customers System API | get:/customers | Search for an existing customer |
RCG SAP S/4 HANA Customers System API | post:/customers | Create a new customer |
RCG SAP S/4 HANA Customers System API | patch:/customers/{customerId} | Update an existing customer |
RCG SAP ECC Customers System API | get:/customers | Search for an existing customer |
RCG SAP ECC Customers System API | post:/customers | Create a new customer |
RCG SAP ECC Customers System API | patch:/customers/{customerId} | Update an existing customer |
Next steps
Refer to the Deployment page for instructions on how to configure and deploy this application.