Update a Taxability Driver

Learn about updating a taxability driver.

Update a taxability driver

EndpointMethodKey valueRequired fields
/config/v2/taxability-drivers/{id}PUTidid, code, name, owningTaxpayerId, startDate

This request updates a taxability driver.

Sample request - Update taxability driver

{ "code": "string", "name": "string", "note": "string", "owningTaxpayerId": "123e4567-e89b-12d3-a456-426614174000", "startDate": "2021-01-01", "driverType": "PRODUCT", "endDate": "2021-12-01" }

Did this page help you?