gandi Posted February 4, 2022 Posted February 4, 2022 I’m attempting to get information from DVLA (Uk car plate registration service) using their API. You enter a reg and it returns simple info about it. I can get it to work in POSTMAN perfectly. I copy the curl code from postman and put it into Filemaker i am using \” to start and end the headers. when it comes to —data-raw I have used JSONsetElement function. I have a feeling my —data-raw is off or I’m missing some obvious header in the api. I have attached my postman collection so you can see it work in postman and I have made a small Filemaker file with one script and 1 field, which shows the error im getting. Any ideas? Regards gandi DVLA_test.fmp12 dvla.postman_collection.json
comment Posted February 4, 2022 Posted February 4, 2022 I looked at the instructions here: https://developer-portal.driver-vehicle-licensing.api.gov.uk/apis/vehicle-enquiry-service/vehicle-enquiry-service-description.html#vehicle-enquiry-service-api and after a few experiments I came up with the attached. DVLA_test2.fmp12
gandi Posted February 4, 2022 Author Posted February 4, 2022 thank you so much. I have been at this for days. the main change is to curl instruction for the registration number number which you have changed --data-raw $[variable] to --d @$[variable]. thanks you so much, you have put the largest smile on my face. hope this helps others doing a curl with --data-raw.
Recommended Posts
This topic is 1021 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now