U.S.A Sales Taxes per Zip Code

PAID
By Pedro Rodriguez | Updated 5 days ago | Commerce
Popularity

9.3 / 10

Latency

208ms

Service Level

100%

Health Check

98%

Back to All Discussions

more code samples?

Rapid account: Fishtail
fishtail
a year ago

hi, can you show how itโ€™d look in LotusScript?

this is my code, the value returned was not expected:

Dim session As New NotesSession

Set webRequest = session.CreateHTTPRequest()

Call webRequest.SetHeaderField("X-RapidAPI-Key", "MYKEY")
Call webRequest.SetHeaderField("X-RapidAPI-Host", "u-s-a-sales-taxes-per-zip-code.p.rapidapi.com")
webURL = "https://u-s-a-sales-taxes-per-zip-code.p.rapidapi.com/ZIPCODE"
ret = webRequest.Get(webURL)
headers = webRequest.GetResponseHeaders()

thanks in advance.
Rapid account: Perodriguezl
perodriguezl Commented a year ago

I have not worked with LotusScript, but, I would think: this is a good example: https://www.proudprogrammer.no/web/ppblog.nsf/d6plinks/GANI-AS4MJ8

Rapid account: Perodriguezl
perodriguezl Commented a year ago

Hi, looking at it right now. Iโ€™ll get back to you.

Join in the discussion - add comment below:

Login / Signup to post new comments