U.S.A Sales Taxes per Zip Code

भुगतान किया गया
द्वारा Pedro Rodriguez | अपडेट किया गया hace 16 días | Commerce
लोकप्रियता

9.3 / 10

लेटेंसी

192ms

सेवा का स्तर

100%

Health Check

100%

सभी चर्चाओं पर वापस जाएं

more code samples?

Rapid account: Fishtail
fishtail
hace un año

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 hace un año

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 hace un año

Hi, looking at it right now. I’ll get back to you.

चर्चा में शामिल हों - नीचे टिप्पणी जोड़ें:

नई टिप्पणियाँ पोस्ट करने के लिए लॉग इन / साइनअप करें