Get list of salary configs

GET /api-v1/payslip

Headers

Query parameters

Responses

GET /api-v1/payslip
curl \
 -X GET http://wyzio.app/api-v1/payslip \
 -H "TARGET-ORGANIZATION-ID: 42" \
 -H "WEAL-TOKEN: string"
Response examples (200)
[
  {
    "calendarYear": 42,
    "cla": "string",
    "countryId": 42,
    "countryName": {
      "de": "string",
      "en": "string",
      "fr": "string",
      "it": "string"
    },
    "endDate": "2024-05-04T09:42:00+00:00",
    "id": 42,
    "isRegionAvailable": true,
    "regionName": "string",
    "startDate": "2024-05-04T09:42:00+00:00",
    "type": "COUNTRY",
    "warnings": "string"
  }
]