-
Bug
-
Resolution: Done
-
Critical
-
6.0.1
Description of problem:
REST operations that retrieve Task instances will fail when forced to use the JSON format (ACCEPT header).
How reproducible:
Always.
Steps to Reproduce:
1. Call http://server:<port>/business-central/rest/task/<taskId> (GET, with ACCEPT header that specifies the application/json format)
Actual results:
An error will be thrown on the server side when the server instance tries to convert the (Jaxb)Task instance to JSON.
Expected results:
No error will occur and the client will receive a correctly filled-in and correctly (JSON) formatted instance of the (Jaxb)Task.