HTTP Status Code: 406 (Not Acceptable)

HTTP status code: 406 (Not Acceptable)

BPM error code: empty

If you have a BPM error code, see the corresponding documentation.

Reason

The requested object cannot be returned in the specified format according to the given HTTP header Accept. Example:

HTTP Header: Accept=application/UNSUPPORTED_FORMAT

Solution

To correct this problem, check the correctness of the HTTP header Accept. The service supports for example the formats application/json and application/xml. Example:

HTTP Header: Accept=application/json