function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Greg RatnerGreg Ratner 

/composite/batch API is returning a 404

We are running into a use case where an SFDC instance is at API v37 and when we try to use the batch API, we get a 404. When running the same request in non-batch mode, we get the record data. Is there any reason why this might be happening? Anything we can do to remedy?


Thanks!
Greg
Manish BhatiManish Bhati
404 error is Page Not Found.
So, try to check for the URL in both case.
I guess the Url in first case is wrong but in non batch mode it is correct.
Try to debug and figure it out.
sbanu 9.3 Prod Sayeedasbanu 9.3 Prod Sayeeda
If am sending a data more than 131070 bytes using /Composite/ API am getting a error that "data is too large". I have created a trigger to handle this scenario that before insert substring the data to less than 131000 bytes and then send remaining data as attachment. But In case of large data it is not hitting the trigger directly it is sending the response to the ipad that"data is too large" .can you help me to fix this issue.????