U.S.A Sales Taxes per Zip Code

BEZAHLT
Durch Pedro Rodriguez | Aktualisiert a day ago | Commerce
Popularität

9.2 / 10

Latenz

197ms

Service Level

100%

Health Check

100%

Zurück zu allen Diskussionen

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.

Nehmen Sie an der Diskussion teil - fügen Sie unten einen Kommentar hinzu:

Anmelden / Registrieren, um neue Kommentare zu veröffentlichen