Request

GET /tax/

Response

200 OK
Content-Type: application/json
{
    "meta": {
        "previous": null, 
        "total_count": 7, 
        "offset": 0, 
        "limit": 20, 
        "next": null
    }, 
    "objects": [
        {
            "rate": "0.0000", 
            "resource_uri": "/api/v1/tax/5231cbd74ab63c53dc900475/", 
            "id": "5231cbd74ab63c53dc900475", 
            "name": "Exempt"
        }, 
        {
            "rate": "0.0550", 
            "resource_uri": "/api/v1/tax/5231cbd74ab63c53dc900476/", 
            "id": "5231cbd74ab63c53dc900476", 
            "name": "TVA"
        }, 
        {
            "rate": "0.0700", 
            "resource_uri": "/api/v1/tax/5231cbd74ab63c53dc900477/", 
            "id": "5231cbd74ab63c53dc900477", 
            "name": "TVA"
        }, 
        {
            "rate": "0.1960", 
            "resource_uri": "/api/v1/tax/5231cbd74ab63c53dc900478/", 
            "id": "5231cbd74ab63c53dc900478", 
            "name": "TVA"
        }, 
        {
            "rate": "0.1960", 
            "resource_uri": "/api/v1/tax/5231cccf4ab63c53dc90056c/", 
            "id": "5231cccf4ab63c53dc90056c", 
            "name": "TVA"
        }, 
        {
            "rate": "0.1960", 
            "resource_uri": "/api/v1/tax/5231cccf4ab63c53dc90056d/", 
            "id": "5231cccf4ab63c53dc90056d", 
            "name": "TVA"
        }, 
        {
            "rate": "0.1960", 
            "resource_uri": "/api/v1/tax/5231cccf4ab63c53dc90056e/", 
            "id": "5231cccf4ab63c53dc90056e", 
            "name": "TVA"
        }
    ]
}

Request

GET /tax/

Response

200 OK
Content-Type: application/xml; charset=utf-8
<response>
  <objects type="list">
    <object>
      <rate>0.0000</rate>
      <id>5231cbd74ab63c53dc900475</id>
      <name>Exempt</name>
      <resource_uri>/api/v1/tax/5231cbd74ab63c53dc900475/</resource_uri>
    </object>
    <object>
      <rate>0.0550</rate>
      <id>5231cbd74ab63c53dc900476</id>
      <name>TVA</name>
      <resource_uri>/api/v1/tax/5231cbd74ab63c53dc900476/</resource_uri>
    </object>
    <object>
      <rate>0.0700</rate>
      <id>5231cbd74ab63c53dc900477</id>
      <name>TVA</name>
      <resource_uri>/api/v1/tax/5231cbd74ab63c53dc900477/</resource_uri>
    </object>
    <object>
      <rate>0.1960</rate>
      <id>5231cbd74ab63c53dc900478</id>
      <name>TVA</name>
      <resource_uri>/api/v1/tax/5231cbd74ab63c53dc900478/</resource_uri>
    </object>
    <object>
      <rate>0.1960</rate>
      <id>5231cccf4ab63c53dc90056c</id>
      <name>TVA</name>
      <resource_uri>/api/v1/tax/5231cccf4ab63c53dc90056c/</resource_uri>
    </object>
    <object>
      <rate>0.1960</rate>
      <id>5231cccf4ab63c53dc90056d</id>
      <name>TVA</name>
      <resource_uri>/api/v1/tax/5231cccf4ab63c53dc90056d/</resource_uri>
    </object>
    <object>
      <rate>0.1960</rate>
      <id>5231cccf4ab63c53dc90056e</id>
      <name>TVA</name>
      <resource_uri>/api/v1/tax/5231cccf4ab63c53dc90056e/</resource_uri>
    </object>
  </objects>
  <meta type="hash">
    <next type="null"/>
    <total_count type="integer">7</total_count>
    <previous type="null"/>
    <limit type="integer">20</limit>
    <offset type="integer">0</offset>
  </meta>
</response>

Request

GET /tax/

Response

200 OK
Content-Type: text/yaml; charset=utf-8
meta: {limit: 20, next: null, offset: 0, previous: null, total_count: 7}
objects:
- {id: !!python/unicode '5231cbd74ab63c53dc900475', name: !!python/unicode 'Exempt',
rate: !!python/unicode '0.0000', resource_uri: !!python/unicode '/api/v1/tax/5231cbd74ab63c53dc900475/'}
- {id: !!python/unicode '5231cbd74ab63c53dc900476', name: !!python/unicode 'TVA',
rate: !!python/unicode '0.0550', resource_uri: !!python/unicode '/api/v1/tax/5231cbd74ab63c53dc900476/'}
- {id: !!python/unicode '5231cbd74ab63c53dc900477', name: !!python/unicode 'TVA',
rate: !!python/unicode '0.0700', resource_uri: !!python/unicode '/api/v1/tax/5231cbd74ab63c53dc900477/'}
- {id: !!python/unicode '5231cbd74ab63c53dc900478', name: !!python/unicode 'TVA',
rate: !!python/unicode '0.1960', resource_uri: !!python/unicode '/api/v1/tax/5231cbd74ab63c53dc900478/'}
- {id: !!python/unicode '5231cccf4ab63c53dc90056c', name: !!python/unicode 'TVA',
rate: !!python/unicode '0.1960', resource_uri: !!python/unicode '/api/v1/tax/5231cccf4ab63c53dc90056c/'}
- {id: !!python/unicode '5231cccf4ab63c53dc90056d', name: !!python/unicode 'TVA',
rate: !!python/unicode '0.1960', resource_uri: !!python/unicode '/api/v1/tax/5231cccf4ab63c53dc90056d/'}
- {id: !!python/unicode '5231cccf4ab63c53dc90056e', name: !!python/unicode 'TVA',
rate: !!python/unicode '0.1960', resource_uri: !!python/unicode '/api/v1/tax/5231cccf4ab63c53dc90056e/'}