Smartsheet API for post method not working with Business Central
Hello all ,
I am unable to add a row from Business Central to Smartsheet via Smartsheet API - https://api.smartsheet.com/2.0/sheets/342476913069956/rows
It gives me a Error as 400 : Bad Request .
I tried my code to hit some other API than smartsheets which works fine.
Please suggest :)
Answers
-
Do you also have this header in addition to your authorization key? Do you have proper permissions to the sheet?
("Content-Type", "application/json")
-
Yes , I have added authorization to it which is Bearer token. are there any other exclusive permissions to the sheets ?
-
What does your request body look like? can you send your full code -without the bearer