post https://api.spherepay.co/v1/taxRate/
Updates a taxRate
object with the values passed in. Any parameters not provided are left unchanged.
Log in to see full request history
Response
Updates a taxRate
object with the values passed in. Any parameters not provided are left unchanged.
xxxxxxxxxx
curl --request POST \
--url https://api.spherepay.co/v1/taxRate/id \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"type": "valueAddedTax"
}
'
Try It!
to start a request and see the response here! Or choose an example: