REST api call put, added new 3 fields in Payload request json but when executed api , the newly added fields not in the request
0
REST api call put, added new 3 fields in Payload request json but when executed api , the newly added fields not in the request and old payload request only showing in Mendix logs and data is not updaing and showing empty in UI.
asked
Mahesh Gondi
1 answers
0
Hi Mahesh,
when consuming external API“s you always need to change the complete line of the REST process.
You need to add the new fields to the entity and actualize the message definition or JSON structure AND the export mapping.