Hello @Rob Hunt,
To find the JSON of the update action, you may try the below:
- Go to your custom app -> Provisioning -> Provisioning logs
- Filter the logs for the required user as well as date.
- Try looking for any entry which is related to update action.
When you open the logs it will show the source object, target object and request body.
This should have the JSON payload of the update action.
To check if your custom app is sending the update or not, it needs to be checked if the PATCH requests are being generated or not along with POST. The app should support PATCH requests to be able to push the update to Oracle successfully.
To check if PATCH requests are being generated or not, please follow below steps.
- Go to your custom app -> Provisioning -> Provisioning logs
- Filter the logs for the required user as well as date.
- Set Operation Type to Update, look the relevant entry
- View details of the PATCH request
The request will contain Source object, Target object, Action details or Request this will contain the JSON payload of the update which should be shared with Oracle.