U.S.A Sales Taxes per Zip Code

付费
通过 Pedro Rodriguez | 已更新 לפני 13 ימים | Commerce
人气

9.3 / 10

延迟

192ms

服务等级

100%

Health Check

100%

返回所有讨论

more code samples?

Rapid account: Fishtail
fishtail
לפני שנה

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 לפני שנה

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 לפני שנה

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

加入讨论 - 在下面添加评论:

登录/注册以发布新的评论