Hi Bc Experts,
I am working on posting a batch call on standard job journal which is exposed as web service. Getting a very strange (error. Resource not found for the segment 'v2.0'.)
{
"responses": [
{
"id": "kkg",
"status": 404,
"headers": {
"content-type": "application/json; charset=utf-8"
},
"body": {
"error": {
"code": "BadRequest_NotFound",
"message": "Resource not found for the segment 'v2.0'."
}
}
}
]
}

Although the request is working perfectly in single API call.
Regards
Rehan Satti