Retrieve a Taxability Mapping by ID
Learn about retrieving a taxability mapping by ID.
Retrieve a taxability mapping by ID
Endpoint | Method | Key value | Required fields |
---|---|---|---|
/config/v2/taxability-mappings/{id} | GET | id | id |
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"
}
Updated 2 months ago