how to pass the json in call REST

0
hi team , i have this JSON = {name:"john" , id:12} how iu can pass this in call rest activity and what i have to give inside the location attribute and headers in the call rest activity.   Thanks
asked
1 answers
1

The JSON should be reflected in domain model as an entity that have two attribute( Name ,ID), the location is basicly the URL of webservice that you will pass JSON object to ,you need to know more about export and import mapping

 

Check this link: https://docs.mendix.com/refguide/call-rest-action/#1-introduction

answered