BMXAA8244E The format {2} is not supported for resource {1} of type {0}. Either map the requested MIME type to a supported resource representation format, or add support for the requested format by adding a serializer to handle resource representation.

Explanation

Either no serializers are registered to handle resource representation in this format, or the "accept" HTTP header MIME types have no matching format in REST configuration.

Action

Action

Map the requested mime type to one of the supported resource representation formats, or add support for the requested format by adding a serializer to handle resource representation.