RCG Store Audit Process API - Implementation Template
Prerequisites
This implementation template has the following dependencies:
- Anypoint MQ Destinations
- RCG Trax System API
- RCG Salesforce CG Cloud System API
Please review the use cases described on the MuleSoft Accelerator for Consumer Goods solution pages for more information about dependencies on other APIs and services.
Create 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-store-audit-exchange
- rcg-store-audit-queue
- rcg-store-audit-dl-queue
API dependencies
The following table lists all endpoints used by this API.
API name | Endpoint | Action |
---|---|---|
RCG Trax System API | get:/visits | Search Visits |
RCG Salesforce CG Cloud System API | get:/visits | Searches Visits |
RCG Salesforce CG Cloud System API | post:/visits | Create a visits |
RCG Salesforce CG Cloud System API | get:/visits/{visitId} | Search a visits by visitId |
RCG Salesforce CG Cloud System API | patch:/visits/{visitId} | Update details for an existing Visits |
Next steps
Refer to the Deployment page for instructions on how to configure and deploy this application.