W3builders
AOP API

AOP API/Finance Settings

Create or Update Tax Rate

POST/finance/settings/tax-rates
JWT bearer

Create or update a tax rate.

Endpoint

POSThttps://api.w3builders.com/v1/finance/settings/tax-rates

Request body

  • name (required)
  • rate (required, ≥0)
  • type: gst | custom (default gst)
  • id (optional — updates instead of creating)

Response parameters

FieldType
successvalue
Create or Update Tax Rate
curl -X POST https://api.w3builders.com/v1/finance/settings/tax-rates \
-H "Authorization: Bearer $TOKEN"
{
"shape": "{ success: true }"
}
Was this page helpful?