• Elevate Developers
  • Getting Started
  • API Reference
  • How-to
  • What's new
  • Elevate Developers
  • Getting Started
  • API Reference
  • How-to
  • What's new
    API References
      Elevate Authentication & Users API
      Elevate Admin API
      Elevate Bill Run API
      Elevate Contract Management
      Elevate Customer and Sites API
      Elevate Document API
      Elevate Events API
      Elevate Product Inventory API
      Elevate Invoices API
      Elevate Mediation API
      Elevate Notifications API
      Elevate Payment and Refund API
      Elevate Pricing API
      Elevate Pricing Assignment API
      Elevate Products API
      Elevate Provisioning API
      Elevate Reference Data API
        reference-data-sources
        charge-groups
        reference-data-source-charge-groups
        call-classes
        dialstrings
        tax-bands
          get
          Get a list of tax bands
          get
          Get a specific tax band
        currencies
        currency-rates
        reference-data-summaries
      Elevate Rental API

Get a specific tax band

get/tax-bands/{tax_band_id}
SecuritybearerAuth
Request
path Parameters
tax_band_id
required
integer <int64> (IdParam) >= 1

Tax band identifier

Example: 1
Responses
200

Tax band found

400

Bad Request

401

Unauthorized

404

Not Found

412

Precondition Failed

500

Internal Server Error

501

Not Implemented Yet

Response samples
  • 200
application/json
{
  • "id": 1,
  • "code": "string",
  • "name": "string",
  • "defaultBand": true,
  • "usedForEtc": false
}