status": 415 - Unsupported Media Type
Summary:
status": 415 - Unsupported Media Type
Content (required):
I have BO in VBCS which for the sake of testing creating a manual PATCH method but it keep on giving below error:
{
"type": "HTTP://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.1",
"status": 415,
"title": "Unsupported Media Type",
"detail": {
"type": "vbcs://businessObjects/data/emptyErrorResponse",
"title": "Unsupported Media Type",
"status": 415
}
}
Media Type=application/json
Request Pay Load:
{
"id" : 61,
"approved" : "Y"
}
Response Payload:
{
"id" : 61
}
Version (include the version you are using, if applicable):
22.10.5
Code Snippet (add any code snippets that support your topic, if applicable):