VatCategories

Process Vat Rates

post/v1/vatCategories/vatRates

Request body

vatCategoryIdinteger

Example request

[
  {
    "vatCategoryId": 1,
    "vatRates": [
      {
        "id": 0,
        "percentage": 30,
        "orderIndex": 0,
        "isActive": true,
        "isDefault": false,
        "vatCategoryId": 1
      }
    ]
  }
]

Response

OK

object required

Changes

No recorded changes to this endpoint across all 4 revisions of this API.