Retrieve a Taxability Mapping by ID

Learn about retrieving a taxability mapping by ID.

Retrieve a taxability mapping by ID

EndpointMethodKey valueRequired fields
/config/v2/taxability-mappings/{id}GETidid

This request retrieves a taxability mapping by id.

Sample response - Retrieve taxability mapping by ID

{
"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"
}