Thank you for supporting the Cloud Customer Connect Community in 2024. It's a gift to work with you!

Look back
You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

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):

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!