List Taxability Mappings

Learn about listing all taxability mapping.

List all taxability mappings

EndpointMethodKey valueRequired fields
/config/v2/taxability-mappingsGET$filterN/A

This request returns a list of taxability mappings ordered by taxability category id. You can filter by categoryId and driverId using eq operator.

For example:

categoryId eq '37f038e2-22ec-4e5b-93f4-f065bea65542', categoryId eq '37f038e2-22ec-4e5b-93f4-f065bea65542' and driverId eq '3d756706-43a3-4287-b1ac-c28a989d18e2'.

Sample response - List taxability mappings

{
  "id": "123e4567-e89b-12d3-a456-426614174000",
  "mappedEntities": {
    "taxpayerId": "123e4567-e89b-12d3-a456-426614174000",
    "driverIds": [
      "123e4567-e89b-12d3-a456-426614174000"
    ]
  },
  "categoryId": "123e4567-e89b-12d3-a456-426614174000",
  "startDate": "2021-01-01",
  "endDate": "2021-12-01",
  "note": "string"
}