Update a Taxability Driver
Learn about updating a taxability driver.
Update a taxability driver
Endpoint | Method | Key value | Required fields |
---|---|---|---|
/config/v2/taxability-drivers/{id} | PUT | id | id , 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"
}
Updated 2 months ago