Get salary line names for particular organization
Returns salary line names grouped by calendar year
Headers
-
TARGET-ORGANIZATION-ID integer(int32)
ID of organization, for which the operation must be performed
-
API token (can be retrieved from account settings)
Path parameters
-
organizationId
GET /api-v1/contact/payslip-table/line-names/{organizationId}
curl \
-X GET http://wyzio.app/api-v1/contact/payslip-table/line-names/{organizationId} \
-H "TARGET-ORGANIZATION-ID: 42" \
-H "WEAL-TOKEN: string"
Response examples (200)
{
"key": []
}