API ReferenceTax Rate
Creates a TaxRate resource.
Creates a TaxRate resource.
Authorization
apiKey Authorization<token>
Value for the Authorization header parameter.
In: header
The new TaxRate resource
TypeScript Definitions
Use the request body type in TypeScript.
name*string
Length
length <= 100value*number
Format
floatRange
value <= 75isDefault*number
Format
floatResponse Body
curl -X POST "https://example.com/finance/tax-rates" \ -H "Content-Type: application/json" \ -d '{ "name": "string", "value": 0.1, "isDefault": 0.1 }'{ "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "name": "string", "value": 0.1, "isDefault": false}