Sales Tax Calculator

FREEMIUM
Verified
Durch SalesTaxIQ | Aktualisiert לפני 22 ימים | eCommerce
Popularität

9.5 / 10

Latenz

476ms

Service Level

100%

Health Check

N/A

Zurück zu allen Diskussionen

Please check input error

Rapid account: Edeangelis KUMR Wl NM Sc 5
edeangelis-KUMRWlNMSc5
לפני שנתיים
Hello, when I try this app, I receive the error "please check input". 

This is my reques with Curl:

curl --request POST --url https://sales-tax-calculator.p.rapidapi.com/rates --header "content-type: application/json" --header "x-rapidapi-host: sales-tax-calculator.p.rapidapi.com" --header "x-rapidapi-key: ****" --data "{'city': 'New York','state': 'NY','street': '48 E 12th St','zip': '10003'}"

This is the response:

{“message”:“please check input”}

Can you help me?

Thank you

Rapid account: Tax Pro Digital
TaxProDigital Commented לפני שנתיים

Hi!
Please switch the single and double-quotes for the valid json post body like so:

curl --request POST --url https://sales-tax-calculator.p.rapidapi.com/rates --header "content-type: application/json" --header "x-rapidapi-host: sales-tax-calculator.p.rapidapi.com" --header "x-rapidapi-key: ****" --data '{"city": "New York","state": "NY","street": "48 E 12th St","zip": "10003"}'

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

Anmelden / Registrieren, um neue Kommentare zu veröffentlichen