Get source tax lines of calendar year

GET /api-v1/payslip/source-tax-lines/{calendarYear}

Headers

Path parameters

Responses

GET /api-v1/payslip/source-tax-lines/{calendarYear}
curl \
 -X GET http://wyzio.app/api-v1/payslip/source-tax-lines/{calendarYear} \
 -H "TARGET-ORGANIZATION-ID: 42" \
 -H "WEAL-TOKEN: string"
Response examples (200)
[
  {
    "isUploaded": true,
    "regionCode": "string",
    "regionId": 42,
    "regionName": "string"
  }
]