Consume REST service and retrieve data

0
I am trying to log into a rest service and retrieve data based on a search - id number LOGIN URL: http://10.100.11.103:9000/login POST: {"username":"30089-darryn","password":"devtest"} FULL ENQUIRY: URL: http://10.100.11.104:9000/V2_Search CONTENT TYPE: application/json POST: {"username":"30089-jason","password":"devtest","ddlVersion":"html","myOrigin":"CreditCheck2","searchCriteria":{"csData":"Y","cpaPlusNLRData":"Y","identityNumber":"8209147250087","surname":"doe","forename":"John","forename2":"","forename3":"","gender":"M","passportFlag":"N","dateOfBirth":"19820914","address1":"","address2":"","address3":"","address4":"","postalCode":"","homeTelCode":"","homeTelNo":"","workTelCode":"","workTelNo":"","cellTelNo":"","resultType":"XPDF_JSON","runCodix":"Y","codixParams":"","adrsMandatory":"N","enqPurpose":"16","runCompuScore":"Y","clientConsent":"N","deeds":"Y","directors":"Y"}} How will i go about this and where to start?
asked
1 answers
2

There are a few resources available for getting started with REST services in Mendix.

Good luck!

answered