curl --request POST \
--url https://demo.onlinebillingform.com/api/v2/setting/create-tax-class \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"rate": [
"<string>"
]
}
'{
"success": true
}curl --request POST \
--url https://demo.onlinebillingform.com/api/v2/setting/create-tax-class \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"rate": [
"<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.