v1
latestOpenAPI 3.0.32026-07-2632131.4 MBTaxes
Get actual taxes of unit type (parent unit level)
Get actual taxes of unit type (parent unit level)
get/taxes/unit-type/{id}/actual
Path parameters
idstring required
Example:df7hf01cnduhdb2125854dj8
The unit type id
Response
The taxes of the given unitTypeId according to its configuration level.
Example response
[
{
"_id": "df7hf01cnduhdb2125854dj8",
"unitTypeId": "623892d57f4f56afcb25587c",
"accountId": "623892d57f4f56afcb25587c",
"appliedOnFees": [
"AF"
],
"channelOverrides": [
{
"isAppliedByDefault": true,
"appliedByDefaultOnChannels": [
"manual"
]
}
],
"conditionalOverrides": {
"rules": [
{
"dateRange": {
"from": "12-31",
"to": "02-01"
}
}
]
}
}
]