Jump to content

—data-raw can not get this to work


This topic is 806 days old. Please don't post here. Open a new topic instead.

Recommended Posts

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

Link to comment
Share on other sites

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. 

Link to comment
Share on other sites

This topic is 806 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.