How to write resource path for Business Objects ?
What’s the correct way to define a resource path for an Oracle AI Agent, and which fields can be used as input parameters?
below is an example of standard resource path.
Is the path below the recommended way to write it, or does Oracle provide any guidelines or documentation for this?
1. Base URL
/fscmRestApi/resources/11.13.18.05/
/fscmRestApi/resources/
→ standard base path for Fusion Cloud REST APIs.11.13.18.05
→ the API version (this changes depending on your Fusion environment).
2. Resource Name
omSalesOrders
- This tells you which object you’re querying. Here it’s
omSalesOrders
, which is the Sales Order header object.
3. Query Parameters
Tagged:
0