U.S.A Sales Taxes per Zip Code

PAGATO
Da Pedro Rodriguez | Aggiornamento 16 days ago | Commerce
Popolaritร 

9.3 / 10

Latenza

192ms

Livello di servizio

100%

Health Check

100%

Torna a tutte le discussioni

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.

Partecipa alla discussione - aggiungi un commento di seguito:

Accedi/Iscriviti per pubblicare nuovi commenti