Request

GET /tax/5231cccf4ab63c53dc90056c/

Response

200 OK
Content-Type: application/json
{
    "status": "ACTIVE", 
    "rate": "0.1960", 
    "resource_uri": "/api/v1/tax/5231cccf4ab63c53dc90056c/", 
    "id": "5231cccf4ab63c53dc90056c", 
    "name": "TVA"
}

Request

GET /tax/5231cccf4ab63c53dc90056d/

Response

200 OK
Content-Type: application/xml; charset=utf-8
<object>
  <status>ACTIVE</status>
  <rate>0.1960</rate>
  <id>5231cccf4ab63c53dc90056d</id>
  <name>TVA</name>
  <resource_uri>/api/v1/tax/5231cccf4ab63c53dc90056d/</resource_uri>
</object>

Request

GET /tax/5231cccf4ab63c53dc90056e/

Response

200 OK
Content-Type: text/yaml; charset=utf-8
{id: !!python/unicode '5231cccf4ab63c53dc90056e', name: !!python/unicode 'TVA', rate: !!python/unicode '0.1960',
resource_uri: !!python/unicode '/api/v1/tax/5231cccf4ab63c53dc90056e/', status: !!python/unicode 'ACTIVE'}