Authorization: ********************[
{
"id": 0,
"portfolioId": 0,
"startingPeriod": "2019-08-24T14:15:22Z",
"endingPeriod": "2019-08-24T14:15:22Z",
"saleAllocationStrategyId": 0,
"holdingTaxSettings": [
{
"id": 0,
"holdingId": 0,
"portfolioTaxSettingsId": 0,
"saleAllocationStrategyId": 0
}
]
}
]curl --location --request PUT '/v1/tax-settings/' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '[
{
"id": 0,
"portfolioId": 0,
"startingPeriod": "2019-08-24T14:15:22Z",
"endingPeriod": "2019-08-24T14:15:22Z",
"saleAllocationStrategyId": 0,
"holdingTaxSettings": [
{
"id": 0,
"holdingId": 0,
"portfolioTaxSettingsId": 0,
"saleAllocationStrategyId": 0
}
]
}
]'