Skip to main content
POST
/
setting
/
update-tax-zone
Update tax zone
curl --request POST \
  --url https://demo.onlinebillingform.com/api/v2/setting/update-tax-zone \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "zone_id": 123,
  "name": "<string>",
  "counties": [
    "<string>"
  ]
}
'
{
  "success": true
}

Documentation Index

Fetch the complete documentation index at: https://www.billingserv.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Use Authorization: Bearer <live_api_key>.

Body

zone_id
integer
required
name
string
required
counties
string[]
required

Response

OK

success
boolean