Sales Tax Calculator

GRATIS CON POSSIBILITÀ DI UPGRADE
Verified
Da SalesTaxIQ | Aggiornamento hace 23 días | eCommerce
Popolarità

9.5 / 10

Latenza

476ms

Livello di servizio

100%

Health Check

N/A

Torna a tutte le discussioni

Please check input error

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 hace 2 años

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"}'

Partecipa alla discussione - aggiungi un commento di seguito:

Accedi/Iscriviti per pubblicare nuovi commenti