02-08-2018 06:24
02-08-2018 06:24
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 Answer02-10-2018 02:55
Fitbit Developers oversee the SDK and API forums. We're here to answer questions about Fitbit developer tools, assist with projects, and make sure your voice is heard by the development team.
02-10-2018 02:55
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