Cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How to POST Data ?

Hey all,

 

hope you can help me. Iam new in Web Requests and have a problem. I know how I can GET the information I want but I still have problems with Posting data. I am working with excel VBA due to this is a tool only for myself. I always get the errormessage : {"errors":[{"errorType":"validation","fieldName":"date","message":"Date is required"}]} ...  Do I have to put the field "date" as RequestHeader ? Or is something missing ?

 

Thanks for your help!

 

Best Answer
0 Votes
1 REPLY 1

You should be able to use fetch() to post data. https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API/Using_Fetch

Best Answer
0 Votes