The published list of section D corrections - D1000 to D1014 on the increase side, D1200 to D1208 on the decrease side, plus a free-text row for each. Global and seeded, already translated to the caller's language.
GET
/api-v1/organization/tax-adjustment-reasons
curl \
--request GET 'https://wyzio.app/api-v1/organization/tax-adjustment-reasons'
Response examples (200)
[
{
"id": 42,
"code": "string",
"direction": "INCREASE",
"label": "string",
"freeText": true
}
]