Join Slack
Powered by
how do i pass parameters in https.request suitescr...
# suitescript
l
Livio
11/09/2021, 6:47 PM
how do i pass parameters in https.request suitescript.2.0 ? right now i have headers and body but the API requires some additional params.
b
battk
11/09/2021, 6:52 PM
im guessing you mean url query parameters
battk
11/09/2021, 6:52 PM
which kinda means you put them in the url
l
Livio
11/09/2021, 6:52 PM
ok so i have to include them in the url right?
b
battk
11/09/2021, 6:53 PM
usually the api is pretty explicit about where parameters should go
battk
11/09/2021, 6:54 PM
if you dont know how to escape the parameters yourself, you can use
url.format
l
Livio
11/09/2021, 6:54 PM
ok sounds good. thanks so much for your help. you are always helpful
6
Views
Open in Slack
Previous
Next