Retrieve a Taxability Driver by ID
Learn about retrieving a taxability driver by ID.
Retrieve a taxability driver by ID
| Endpoint | Method | Key value | Required fields | 
|---|---|---|---|
| /config/v2/taxability-drivers | GET | id | id | 
This request retrieves a taxability driver by id.
Sample response - Taxability driver by ID
{
  "id": "123e4567-e89b-12d3-a456-426614174000",
  "code": "string",
  "name": "string",
  "note": "string",
  "owningTaxpayerId": "123e4567-e89b-12d3-a456-426614174000",
  "startDate": "2021-01-01",
  "driverType": "PRODUCT",
  "endDate": "2021-12-01"
}
Updated about 1 year ago
