Custom OData Module that Allows JSON Responses

0
Hi,   We're currently working on building a published OData webservice in our Mendix app. It's my understanding that Mendix 9.24.2 does not support returning JSON responses from exposed OData resources. i checked my API using post man my request able to create object. but I am not getting json response after creating object.  
asked
2 answers
0

Mendix does support JSON responses, when you select OData V4. See the documentation here.

answered
0

Thanks Ganesh,

Please see the below screenshot. I trying insert value through OData. it is inserted . but i am not getting success response.

 

answered