Retrieve a Taxability Driver by ID

Learn about retrieving a taxability driver by ID.

Retrieve a taxability driver by ID

EndpointMethodKey valueRequired fields
/config/v2/taxability-driversGETidid

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