You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello everyone,
we are trying to download documents using the downloadDocument method.
During testing, we noticed that the Accept header is always set to application/json, regardless of what we specify (application/pdf or application/xml).
Response body:
{
"error": 406,
"message": "Incorrect Accept Header error",
"supportedAcceptHeaders": [
"application/vnd.oasis.ubl+xml",
"application/xml",
"application/pdf"
]
}