Can we able to call the Object function of Application Composer's custom object in postman
Summary:
Hi Developers,
Is there any way to call the Object function or Object trigger in postman, my aim is to create the data in the Application composer's custom object by exposing Object function or Object trigger as REST API in postman is there any way to achieve this.
This is my REST URL I was using to load the data into custom object and REST verb is post
https://etar-dev62.ds-fa.oraclepdemos.com/crmRestApi/resources/latest/opportunities/788411/action/ getOrderDetail
If I use CRM Rest API
getting 404 not found Error
I can able to get the custom object data by using the below URL but unable to call the Object function
0