what is the maximum "path" ( end point url's ) we can call in single payload using batch API option.
Summary:
Can you please share the details what is the maximum "path" ( end point url's ) we can call in single payload using batch API option.
Oracle documentation
https://docs.oracle.com/en/cloud/saas/supply-chain-and-manufacturing/24d/fasrp/Batch_Actions.html
Standard URL to call batch operation
https://host:port/fscmRestApi/resources/11.13.18.05
Sample Payload
{
"parts": [
{
"id": "1",
"path": "/priceLists/300000003847211/child/items/300000004176999",
"operation": "get"
},
{
"id": "2",
"path": "/priceLists/300000003847211/child/items/300000004176999/child/charges/100000004121084",
"operation": "update",
"payload": {
"EndDate": "2024-09-26T11:57:00+00:00"
}
}
]
}
Content (please ensure you mask any confidential information):
Version (include the version you are using, if applicable):
Code Snippet (add any code snippets that support your topic, if applicable):