OAS Inquiry Pay Equity
This OpenAPI specification defines a set of APIs for the exchange of the SETU Inquiry Pay Equity.
The APIs are organized into tags for easy navigation and include descriptions for each set of APIs. The available tag includes 'Inquiry Pay Equity,' and the 'Inquiry Pay Equity request*'. Additionally, this API specification also provides tags for different scenarios that might be encountered during the use of the SETU API for Inquiry Pay Equity. These scenarios include 'Scenario 1 | Supplier software APIs' and 'Scenario 2 | Supplier backoffice APIs'. These tags group together the API calls that are available for a specific scenario, making it easier for developers to understand which endpoints are necessary to implement in each case.
The request body of each API call in the OpenAPI specification is also available in Semantic Treehouse. Theese request bodies are standardised message structure, which ensure that the request and response data of the API calls adhere to a common and standardised format, facilitating interoperability and ease of use across different software systems. More information about the SETU standards can be found here.
SETU API for Inquiry Pay Equity (2.0.0)
Download OpenAPI specification:Download
Set of API specifications that allows for exchange of information related to the equal pay of flexworkers. Moreover, the API allows to exchange information regarding salarishuizen, toeslagen regelen, en andere regelingen die van toepassing zijn op 1 of meerdere functies.
required | object (Identifier) The unique identifier of this arrangement. |
object The version identifier is a customer-specific identifier used to distinguish one version of the SETU Inquiry Pay Equity message from another. | |
| issued | string <date-time> The datetime the document was issued. |
required | object (EffectivePeriod) Indicates the validity period of this regulation. The period is from the start date up to and including the end date. |
required | object (Party) The customer/hirer of the worker. |
Array of objects (BaseDefinition) | |
object (LabourAgreements) This container indicates in which sector the staffing customer works and which specific collective labour agreement (CLA) and/or the own employment conditions scheme is leading for the provision of remuneration information. | |
Array of objects (PositionProfile) | |
required | Array of objects (RemunerationPackage) non-empty |
Array of objects (AllowanceArrangement) | |
Array of objects (HolidayAllowanceArrangement) | |
Array of objects (SickPayArrangement) | |
Array of objects (LeaveArrangement) | |
Array of objects (IndividualChoiceBudgetArrangement) | |
Array of objects (PensionArrangement) | |
Array of objects (SustainableEmployabilityArrangement) | |
Array of objects (SupplementaryArrangement) | |
Array of objects (OtherArrangement) |
{- "documentId": {
- "value": "string",
- "schemeAgencyId": "Customer"
}, - "versionId": {
- "value": "string"
}, - "issued": "2019-08-24T14:15:22Z",
- "effectivePeriod": {
- "validFrom": "2019-08-24",
- "validTo": "2019-08-24"
}, - "customer": {
- "id": [
- {
- "value": "string",
- "schemeAgencyId": "Customer"
}
], - "name": "string",
- "legalId": [
- {
- "value": "string",
- "schemeAgencyId": "KvK"
}
], - "personContacts": [
- {
- "name": {
- "formattedName": "string"
}, - "communication": {
- "phone": [
- {
- "formattedNumber": "string"
}
], - "email": [
- {
- "address": "string",
- "useCode": "Business"
}
]
}, - "roleCode": "string",
- "positionTitle": "string"
}
]
}, - "baseDefinition": [
- {
- "baseType": "GrossSalary",
- "remunerationIndicator": true,
- "holidayAllowanceIndicator": true,
- "paidLeaveDayIndicator": true,
- "allAllowancesIndicator": true,
- "allowances": [
- {
- "typeCode": "EA100"
}
], - "referenceDate": {
- "occurrenceType": "Single",
- "date": "2026-12-15"
}
}
], - "labourAgreements": {
- "industryIdentifier": [
- {
- "value": "string"
}
], - "collectiveLabourAgreement": {
- "name": "string",
- "id": {
- "value": "string"
}, - "effectivePeriod": {
- "validFrom": "2019-08-24",
- "validTo": "2019-08-24"
}, - "basedOn": "string"
}, - "customLabourAgreement": true
}, - "positionProfile": [
- {
- "positionId": {
- "value": "string"
}, - "positionTitle": "string",
- "origin": {
- "type": "CollectiveLabourAgreement"
}, - "referenceTitle": "string",
- "workDescription": "string"
}
], - "remuneration": [
- {
- "origin": {
- "type": "CollectiveLabourAgreement"
}, - "effectivePeriod": {
- "validFrom": "2019-08-24",
- "validTo": "2019-08-24"
}, - "workDuration": {
- "amount": {
- "value": 0,
- "unitCode": "Hour"
}, - "interval": {
- "value": 0,
- "unitCode": "Day"
}, - "valuePerWeek": 0
}, - "interval": {
- "value": 0,
- "unitCode": "Day"
}, - "hourlyWageConversion": {
- "hourlyWageFactor": 0,
- "hourlyWagePercentage": 0
}, - "salaryScale": [
- {
- "name": "string",
- "minValue": 0,
- "maxValue": 0,
- "currency": "string",
- "salaryStep": [
- {
- "name": "string",
- "value": 0,
- "minimumWage": true,
- "conditions": [
- {
- "conditionType": "Age",
- "operator": "gte",
- "age": 18
}
]
}
], - "careerLevel": {
- "indicator": true,
- "description": "string"
}, - "positionProfileReference": [
- {
- "positionId": {
- "value": "string"
}, - "startSalaryStep": "string",
- "description": "string"
}
]
}
], - "individualSalaryIncrease": [
- {
- "effectiveDate": {
- "occurrenceType": "Single",
- "date": "2026-12-15"
}, - "line": {
- "lineId": {
- "value": "string"
}, - "amount": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}, - "proportional": {
- "partTimePercentage": true,
- "employmentDuration": true,
- "description": "string"
}
}, - "interval": {
- "value": 0,
- "unitCode": "Day"
}, - "conditions": [
- {
- "conditionType": "Age",
- "operator": "gte",
- "age": 18
}
], - "contributionSource": "Employee"
}
}
], - "generalSalaryIncrease": [
- {
- "effectiveDate": {
- "occurrenceType": "Single",
- "date": "2026-12-15"
}, - "amount": {
- "value": 0,
- "unitCode": "Hour"
}, - "description": "string"
}
], - "conditions": [
- {
- "conditionType": "Age",
- "operator": "gte",
- "age": 18
}
]
}
], - "allowance": [
- {
- "id": {
- "value": "string",
- "schemeAgencyId": "Customer"
}, - "name": "string",
- "origin": {
- "type": "CollectiveLabourAgreement"
}, - "effectivePeriod": {
- "validFrom": "2019-08-24",
- "validTo": "2019-08-24"
}, - "typeCode": "EA100",
- "period": [
- {
- "datePeriod": [
- {
- "start": "2019-08-24",
- "end": "2019-08-24"
}
], - "timePeriod": {
- "start": "14:15:22Z",
- "end": "14:15:22Z"
}, - "weekday": [
- {
- "value": "Monday"
}
]
}
], - "line": [
- {
- "lineId": {
- "value": "string"
}, - "amount": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}, - "proportional": {
- "partTimePercentage": true,
- "employmentDuration": true,
- "description": "string"
}
}, - "interval": {
- "value": 0,
- "unitCode": "Day"
}, - "conditions": [
- {
- "conditionType": "Age",
- "operator": "gte",
- "age": 18
}
], - "contributionSource": "Employee",
- "ikbReference": [
- {
- "relationType": "Included",
- "id": {
- "value": "string"
}, - "description": "string"
}
]
}
], - "payDate": {
- "occurrenceType": "Single",
- "date": "2026-12-15"
}, - "reference": [
- {
- "id": {
- "value": "string"
}, - "typeCode": "EA100",
- "description": "string",
- "relationType": "Compounding"
}
], - "phaseOutScheme": "string",
- "description": "string"
}
], - "holidayAllowance": [
- {
- "id": {
- "value": "string",
- "schemeAgencyId": "Customer"
}, - "name": "string",
- "origin": {
- "type": "CollectiveLabourAgreement"
}, - "effectivePeriod": {
- "validFrom": "2019-08-24",
- "validTo": "2019-08-24"
}, - "line": [
- {
- "lineId": {
- "value": "string"
}, - "amount": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}, - "proportional": {
- "partTimePercentage": true,
- "employmentDuration": true,
- "description": "string"
}
}, - "interval": {
- "value": 0,
- "unitCode": "Day"
}, - "conditions": [
- {
- "conditionType": "Age",
- "operator": "gte",
- "age": 18
}
], - "contributionSource": "Employee",
- "ikbReference": [
- {
- "relationType": "Included",
- "id": {
- "value": "string"
}, - "description": "string"
}
]
}
], - "payDate": {
- "occurrenceType": "Single",
- "date": "2026-12-15"
}, - "description": "string"
}
], - "sickPay": [
- {
- "id": {
- "value": "string",
- "schemeAgencyId": "Customer"
}, - "name": "string",
- "origin": {
- "type": "CollectiveLabourAgreement"
}, - "effectivePeriod": {
- "validFrom": "2019-08-24",
- "validTo": "2019-08-24"
}, - "waitingDays": {
- "value": 0,
- "unitCode": "Day",
- "conditions": [
- {
- "conditionType": "Age",
- "operator": "gte",
- "age": 18
}
]
}, - "line": [
- {
- "lineId": {
- "value": "string"
}, - "amount": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}, - "proportional": {
- "partTimePercentage": true,
- "employmentDuration": true,
- "description": "string"
}
}, - "interval": {
- "value": 0,
- "unitCode": "Day"
}, - "conditions": [
- {
- "conditionType": "Age",
- "operator": "gte",
- "age": 18
}
], - "contributionSource": "Employee",
- "ikbReference": [
- {
- "relationType": "Included",
- "id": {
- "value": "string"
}, - "description": "string"
}
]
}
], - "description": "string"
}
], - "leave": [
- {
- "id": {
- "value": "string",
- "schemeAgencyId": "Customer"
}, - "name": "string",
- "origin": {
- "type": "CollectiveLabourAgreement"
}, - "effectivePeriod": {
- "validFrom": "2019-08-24",
- "validTo": "2019-08-24"
}, - "paidLeave": [
- {
- "name": "string",
- "lineId": {
- "value": "string"
}, - "amount": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}, - "proportional": {
- "partTimePercentage": true,
- "employmentDuration": true,
- "description": "string"
}
}, - "interval": {
- "value": 0,
- "unitCode": "Day"
}, - "conditions": [
- {
- "conditionType": "Age",
- "operator": "gte",
- "age": 18
}
], - "contributionSource": "Employee",
- "leaveDayValue": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}
}, - "ikbReference": [
- {
- "relationType": "Included",
- "id": {
- "value": "string"
}, - "description": "string"
}
], - "description": "string"
}
], - "workingHoursReduction": [
- {
- "name": "string",
- "lineId": {
- "value": "string"
}, - "amount": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}, - "proportional": {
- "partTimePercentage": true,
- "employmentDuration": true,
- "description": "string"
}
}, - "interval": {
- "value": 0,
- "unitCode": "Day"
}, - "conditions": [
- {
- "conditionType": "Age",
- "operator": "gte",
- "age": 18
}
], - "contributionSource": "Employee",
- "leaveDayValue": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}
}, - "ikbReference": [
- {
- "relationType": "Included",
- "id": {
- "value": "string"
}, - "description": "string"
}
], - "description": "string"
}
], - "holidays": [
- {
- "name": "string",
- "lineId": {
- "value": "string"
}, - "amount": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}, - "proportional": {
- "partTimePercentage": true,
- "employmentDuration": true,
- "description": "string"
}
}, - "interval": {
- "value": 0,
- "unitCode": "Day"
}, - "conditions": [
- {
- "conditionType": "Age",
- "operator": "gte",
- "age": 18
}
], - "contributionSource": "Employee",
- "leaveDayValue": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}
}, - "ikbReference": [
- {
- "relationType": "Included",
- "id": {
- "value": "string"
}, - "description": "string"
}
], - "description": "string"
}
], - "specialLeave": [
- {
- "name": "string",
- "lineId": {
- "value": "string"
}, - "amount": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}, - "proportional": {
- "partTimePercentage": true,
- "employmentDuration": true,
- "description": "string"
}
}, - "interval": {
- "value": 0,
- "unitCode": "Day"
}, - "conditions": [
- {
- "conditionType": "Age",
- "operator": "gte",
- "age": 18
}
], - "contributionSource": "Employee",
- "leaveDayValue": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}
}, - "ikbReference": [
- {
- "relationType": "Included",
- "id": {
- "value": "string"
}, - "description": "string"
}
], - "description": "string"
}
], - "additionalParentalLeave": [
- {
- "name": "string",
- "lineId": {
- "value": "string"
}, - "amount": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}, - "proportional": {
- "partTimePercentage": true,
- "employmentDuration": true,
- "description": "string"
}
}, - "interval": {
- "value": 0,
- "unitCode": "Day"
}, - "conditions": [
- {
- "conditionType": "Age",
- "operator": "gte",
- "age": 18
}
], - "contributionSource": "Employee",
- "leaveDayValue": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}
}, - "ikbReference": [
- {
- "relationType": "Included",
- "id": {
- "value": "string"
}, - "description": "string"
}
], - "description": "string"
}
], - "mandatoryLeaveAllocation": {
- "description": "string"
}, - "description": "string"
}
], - "individualChoiceBudget": [
- {
- "id": {
- "value": "string",
- "schemeAgencyId": "Customer"
}, - "name": "string",
- "origin": {
- "type": "CollectiveLabourAgreement"
}, - "effectivePeriod": {
- "validFrom": "2019-08-24",
- "validTo": "2019-08-24"
}, - "line": [
- {
- "lineId": {
- "value": "string"
}, - "amount": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}, - "proportional": {
- "partTimePercentage": true,
- "employmentDuration": true,
- "description": "string"
}
}, - "interval": {
- "value": 0,
- "unitCode": "Day"
}, - "conditions": [
- {
- "conditionType": "Age",
- "operator": "gte",
- "age": 18
}
], - "contributionSource": "Employee",
- "ikbReference": [
- {
- "relationType": "Included",
- "id": {
- "value": "string"
}, - "description": "string"
}
]
}
], - "option": [
- {
- "description": "string"
}
], - "description": "string"
}
], - "pension": [
- {
- "id": {
- "value": "string",
- "schemeAgencyId": "Customer"
}, - "name": "string",
- "origin": {
- "type": "CollectiveLabourAgreement"
}, - "effectivePeriod": {
- "validFrom": "2019-08-24",
- "validTo": "2019-08-24"
}, - "line": [
- {
- "lineId": {
- "value": "string"
}, - "amount": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}, - "proportional": {
- "partTimePercentage": true,
- "employmentDuration": true,
- "description": "string"
}
}, - "interval": {
- "value": 0,
- "unitCode": "Day"
}, - "conditions": [
- {
- "conditionType": "Age",
- "operator": "gte",
- "age": 18
}
], - "contributionSource": "Employee",
- "ikbReference": [
- {
- "relationType": "Included",
- "id": {
- "value": "string"
}, - "description": "string"
}
]
}
], - "franchise": {
- "description": "string"
}, - "description": "string"
}
], - "sustainableEmployability": [
- {
- "id": {
- "value": "string",
- "schemeAgencyId": "Customer"
}, - "name": "string",
- "origin": {
- "type": "CollectiveLabourAgreement"
}, - "effectivePeriod": {
- "validFrom": "2019-08-24",
- "validTo": "2019-08-24"
}, - "typeCode": "ArrangementForFinancialHealth",
- "line": [
- {
- "lineId": {
- "value": "string"
}, - "amount": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}, - "proportional": {
- "partTimePercentage": true,
- "employmentDuration": true,
- "description": "string"
}
}, - "interval": {
- "value": 0,
- "unitCode": "Day"
}, - "conditions": [
- {
- "conditionType": "Age",
- "operator": "gte",
- "age": 18
}
], - "contributionSource": "Employee",
- "ikbReference": [
- {
- "relationType": "Included",
- "id": {
- "value": "string"
}, - "description": "string"
}
]
}
], - "payDate": {
- "occurrenceType": "Single",
- "date": "2026-12-15"
}, - "description": "string"
}
], - "supplementaryArrangement": [
- {
- "id": {
- "value": "string",
- "schemeAgencyId": "Customer"
}, - "name": "string",
- "origin": {
- "type": "CollectiveLabourAgreement"
}, - "effectivePeriod": {
- "validFrom": "2019-08-24",
- "validTo": "2019-08-24"
}, - "typeCode": "ERA",
- "line": [
- {
- "lineId": {
- "value": "string"
}, - "amount": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}, - "proportional": {
- "partTimePercentage": true,
- "employmentDuration": true,
- "description": "string"
}
}, - "interval": {
- "value": 0,
- "unitCode": "Day"
}, - "conditions": [
- {
- "conditionType": "Age",
- "operator": "gte",
- "age": 18
}
], - "contributionSource": "Employee",
- "ikbReference": [
- {
- "relationType": "Included",
- "id": {
- "value": "string"
}, - "description": "string"
}
]
}
], - "coverage": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}, - "proportional": {
- "partTimePercentage": true,
- "employmentDuration": true,
- "description": "string"
}
}, - "description": "string"
}
], - "otherArrangement": [
- {
- "id": {
- "value": "string",
- "schemeAgencyId": "Customer"
}, - "name": "string",
- "origin": {
- "type": "CollectiveLabourAgreement"
}, - "effectivePeriod": {
- "validFrom": "2019-08-24",
- "validTo": "2019-08-24"
}, - "line": [
- {
- "lineId": {
- "value": "string"
}, - "amount": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}, - "proportional": {
- "partTimePercentage": true,
- "employmentDuration": true,
- "description": "string"
}
}, - "interval": {
- "value": 0,
- "unitCode": "Day"
}, - "conditions": [
- {
- "conditionType": "Age",
- "operator": "gte",
- "age": 18
}
], - "contributionSource": "Employee",
- "ikbReference": [
- {
- "relationType": "Included",
- "id": {
- "value": "string"
}, - "description": "string"
}
]
}
], - "coverage": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}, - "proportional": {
- "partTimePercentage": true,
- "employmentDuration": true,
- "description": "string"
}
}, - "description": "string"
}
]
}| conditionType required | string Value: "Age" |
| operator required | string (Operators) Enum: "eq" "neq" "gt" "gte" "lt" "lte" "in" Comparison operator used in conditions |
| age required | number The age of the employee in years. The unit is always in years. Decimals are allowed (e.g. 18.5 years). |
{- "conditionType": "Age",
- "operator": "gte",
- "age": 18
}| occurrenceType required | string Value: "Single" |
| date required | string <date-time> Point in time according to ISO 8601-1 format. |
{- "occurrenceType": "Single",
- "date": "2026-12-15"
}Submit or update an inquiry-pay-equity message. In case of an update, the request body replaces all previous shared information of the resource.
path Parameters
| id required | string Example: c93efb20-1acd-447b-87e7-fadb108d8a0e This is the resource identifier assigned by the API client to the created resource. This is the id parameter used in path operations, for GET, PUT and DELETE operations. |
header Parameters
| setuVersionId required | string Example: 2.0 Specification of the SETU standard version that is used as body message. |
| Content-Type required | string Value: "application/json" Example: application/json |
Request Body schema: application/json
Complete inquiry-pay-equity message as specified by SETU.
required | object (Identifier) The unique identifier of this arrangement. |
object The version identifier is a customer-specific identifier used to distinguish one version of the SETU Inquiry Pay Equity message from another. | |
| issued | string <date-time> The datetime the document was issued. |
required | object (EffectivePeriod) Indicates the validity period of this regulation. The period is from the start date up to and including the end date. |
required | object (Party) The customer/hirer of the worker. |
Array of objects (BaseDefinition) | |
object (LabourAgreements) This container indicates in which sector the staffing customer works and which specific collective labour agreement (CLA) and/or the own employment conditions scheme is leading for the provision of remuneration information. | |
Array of objects (PositionProfile) | |
required | Array of objects (RemunerationPackage) non-empty |
Array of objects (AllowanceArrangement) | |
Array of objects (HolidayAllowanceArrangement) | |
Array of objects (SickPayArrangement) | |
Array of objects (LeaveArrangement) | |
Array of objects (IndividualChoiceBudgetArrangement) | |
Array of objects (PensionArrangement) | |
Array of objects (SustainableEmployabilityArrangement) | |
Array of objects (SupplementaryArrangement) | |
Array of objects (OtherArrangement) |
Responses
Request samples
- Payload
{- "documentId": {
- "value": "string",
- "schemeAgencyId": "Customer"
}, - "versionId": {
- "value": "string"
}, - "issued": "2019-08-24T14:15:22Z",
- "effectivePeriod": {
- "validFrom": "2019-08-24",
- "validTo": "2019-08-24"
}, - "customer": {
- "id": [
- {
- "value": "string",
- "schemeAgencyId": "Customer"
}
], - "name": "string",
- "legalId": [
- {
- "value": "string",
- "schemeAgencyId": "KvK"
}
], - "personContacts": [
- {
- "name": {
- "formattedName": "string"
}, - "communication": {
- "phone": [
- {
- "formattedNumber": "string"
}
], - "email": [
- {
- "address": "string",
- "useCode": "Business"
}
]
}, - "roleCode": "string",
- "positionTitle": "string"
}
]
}, - "baseDefinition": [
- {
- "baseType": "GrossSalary",
- "remunerationIndicator": true,
- "holidayAllowanceIndicator": true,
- "paidLeaveDayIndicator": true,
- "allAllowancesIndicator": true,
- "allowances": [
- {
- "typeCode": "EA100"
}
], - "referenceDate": {
- "occurrenceType": "Single",
- "date": "2026-12-15"
}
}
], - "labourAgreements": {
- "industryIdentifier": [
- {
- "value": "string"
}
], - "collectiveLabourAgreement": {
- "name": "string",
- "id": {
- "value": "string"
}, - "effectivePeriod": {
- "validFrom": "2019-08-24",
- "validTo": "2019-08-24"
}, - "basedOn": "string"
}, - "customLabourAgreement": true
}, - "positionProfile": [
- {
- "positionId": {
- "value": "string"
}, - "positionTitle": "string",
- "origin": {
- "type": "CollectiveLabourAgreement"
}, - "referenceTitle": "string",
- "workDescription": "string"
}
], - "remuneration": [
- {
- "origin": {
- "type": "CollectiveLabourAgreement"
}, - "effectivePeriod": {
- "validFrom": "2019-08-24",
- "validTo": "2019-08-24"
}, - "workDuration": {
- "amount": {
- "value": 0,
- "unitCode": "Hour"
}, - "interval": {
- "value": 0,
- "unitCode": "Day"
}, - "valuePerWeek": 0
}, - "interval": {
- "value": 0,
- "unitCode": "Day"
}, - "hourlyWageConversion": {
- "hourlyWageFactor": 0,
- "hourlyWagePercentage": 0
}, - "salaryScale": [
- {
- "name": "string",
- "minValue": 0,
- "maxValue": 0,
- "currency": "string",
- "salaryStep": [
- {
- "name": "string",
- "value": 0,
- "minimumWage": true,
- "conditions": [
- {
- "conditionType": "Age",
- "operator": "gte",
- "age": 18
}
]
}
], - "careerLevel": {
- "indicator": true,
- "description": "string"
}, - "positionProfileReference": [
- {
- "positionId": {
- "value": "string"
}, - "startSalaryStep": "string",
- "description": "string"
}
]
}
], - "individualSalaryIncrease": [
- {
- "effectiveDate": {
- "occurrenceType": "Single",
- "date": "2026-12-15"
}, - "line": {
- "lineId": {
- "value": "string"
}, - "amount": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}, - "proportional": {
- "partTimePercentage": true,
- "employmentDuration": true,
- "description": "string"
}
}, - "interval": {
- "value": 0,
- "unitCode": "Day"
}, - "conditions": [
- {
- "conditionType": "Age",
- "operator": "gte",
- "age": 18
}
], - "contributionSource": "Employee"
}
}
], - "generalSalaryIncrease": [
- {
- "effectiveDate": {
- "occurrenceType": "Single",
- "date": "2026-12-15"
}, - "amount": {
- "value": 0,
- "unitCode": "Hour"
}, - "description": "string"
}
], - "conditions": [
- {
- "conditionType": "Age",
- "operator": "gte",
- "age": 18
}
]
}
], - "allowance": [
- {
- "id": {
- "value": "string",
- "schemeAgencyId": "Customer"
}, - "name": "string",
- "origin": {
- "type": "CollectiveLabourAgreement"
}, - "effectivePeriod": {
- "validFrom": "2019-08-24",
- "validTo": "2019-08-24"
}, - "typeCode": "EA100",
- "period": [
- {
- "datePeriod": [
- {
- "start": "2019-08-24",
- "end": "2019-08-24"
}
], - "timePeriod": {
- "start": "14:15:22Z",
- "end": "14:15:22Z"
}, - "weekday": [
- {
- "value": "Monday"
}
]
}
], - "line": [
- {
- "lineId": {
- "value": "string"
}, - "amount": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}, - "proportional": {
- "partTimePercentage": true,
- "employmentDuration": true,
- "description": "string"
}
}, - "interval": {
- "value": 0,
- "unitCode": "Day"
}, - "conditions": [
- {
- "conditionType": "Age",
- "operator": "gte",
- "age": 18
}
], - "contributionSource": "Employee",
- "ikbReference": [
- {
- "relationType": "Included",
- "id": {
- "value": "string"
}, - "description": "string"
}
]
}
], - "payDate": {
- "occurrenceType": "Single",
- "date": "2026-12-15"
}, - "reference": [
- {
- "id": {
- "value": "string"
}, - "typeCode": "EA100",
- "description": "string",
- "relationType": "Compounding"
}
], - "phaseOutScheme": "string",
- "description": "string"
}
], - "holidayAllowance": [
- {
- "id": {
- "value": "string",
- "schemeAgencyId": "Customer"
}, - "name": "string",
- "origin": {
- "type": "CollectiveLabourAgreement"
}, - "effectivePeriod": {
- "validFrom": "2019-08-24",
- "validTo": "2019-08-24"
}, - "line": [
- {
- "lineId": {
- "value": "string"
}, - "amount": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}, - "proportional": {
- "partTimePercentage": true,
- "employmentDuration": true,
- "description": "string"
}
}, - "interval": {
- "value": 0,
- "unitCode": "Day"
}, - "conditions": [
- {
- "conditionType": "Age",
- "operator": "gte",
- "age": 18
}
], - "contributionSource": "Employee",
- "ikbReference": [
- {
- "relationType": "Included",
- "id": {
- "value": "string"
}, - "description": "string"
}
]
}
], - "payDate": {
- "occurrenceType": "Single",
- "date": "2026-12-15"
}, - "description": "string"
}
], - "sickPay": [
- {
- "id": {
- "value": "string",
- "schemeAgencyId": "Customer"
}, - "name": "string",
- "origin": {
- "type": "CollectiveLabourAgreement"
}, - "effectivePeriod": {
- "validFrom": "2019-08-24",
- "validTo": "2019-08-24"
}, - "waitingDays": {
- "value": 0,
- "unitCode": "Day",
- "conditions": [
- {
- "conditionType": "Age",
- "operator": "gte",
- "age": 18
}
]
}, - "line": [
- {
- "lineId": {
- "value": "string"
}, - "amount": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}, - "proportional": {
- "partTimePercentage": true,
- "employmentDuration": true,
- "description": "string"
}
}, - "interval": {
- "value": 0,
- "unitCode": "Day"
}, - "conditions": [
- {
- "conditionType": "Age",
- "operator": "gte",
- "age": 18
}
], - "contributionSource": "Employee",
- "ikbReference": [
- {
- "relationType": "Included",
- "id": {
- "value": "string"
}, - "description": "string"
}
]
}
], - "description": "string"
}
], - "leave": [
- {
- "id": {
- "value": "string",
- "schemeAgencyId": "Customer"
}, - "name": "string",
- "origin": {
- "type": "CollectiveLabourAgreement"
}, - "effectivePeriod": {
- "validFrom": "2019-08-24",
- "validTo": "2019-08-24"
}, - "paidLeave": [
- {
- "name": "string",
- "lineId": {
- "value": "string"
}, - "amount": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}, - "proportional": {
- "partTimePercentage": true,
- "employmentDuration": true,
- "description": "string"
}
}, - "interval": {
- "value": 0,
- "unitCode": "Day"
}, - "conditions": [
- {
- "conditionType": "Age",
- "operator": "gte",
- "age": 18
}
], - "contributionSource": "Employee",
- "leaveDayValue": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}
}, - "ikbReference": [
- {
- "relationType": "Included",
- "id": {
- "value": "string"
}, - "description": "string"
}
], - "description": "string"
}
], - "workingHoursReduction": [
- {
- "name": "string",
- "lineId": {
- "value": "string"
}, - "amount": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}, - "proportional": {
- "partTimePercentage": true,
- "employmentDuration": true,
- "description": "string"
}
}, - "interval": {
- "value": 0,
- "unitCode": "Day"
}, - "conditions": [
- {
- "conditionType": "Age",
- "operator": "gte",
- "age": 18
}
], - "contributionSource": "Employee",
- "leaveDayValue": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}
}, - "ikbReference": [
- {
- "relationType": "Included",
- "id": {
- "value": "string"
}, - "description": "string"
}
], - "description": "string"
}
], - "holidays": [
- {
- "name": "string",
- "lineId": {
- "value": "string"
}, - "amount": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}, - "proportional": {
- "partTimePercentage": true,
- "employmentDuration": true,
- "description": "string"
}
}, - "interval": {
- "value": 0,
- "unitCode": "Day"
}, - "conditions": [
- {
- "conditionType": "Age",
- "operator": "gte",
- "age": 18
}
], - "contributionSource": "Employee",
- "leaveDayValue": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}
}, - "ikbReference": [
- {
- "relationType": "Included",
- "id": {
- "value": "string"
}, - "description": "string"
}
], - "description": "string"
}
], - "specialLeave": [
- {
- "name": "string",
- "lineId": {
- "value": "string"
}, - "amount": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}, - "proportional": {
- "partTimePercentage": true,
- "employmentDuration": true,
- "description": "string"
}
}, - "interval": {
- "value": 0,
- "unitCode": "Day"
}, - "conditions": [
- {
- "conditionType": "Age",
- "operator": "gte",
- "age": 18
}
], - "contributionSource": "Employee",
- "leaveDayValue": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}
}, - "ikbReference": [
- {
- "relationType": "Included",
- "id": {
- "value": "string"
}, - "description": "string"
}
], - "description": "string"
}
], - "additionalParentalLeave": [
- {
- "name": "string",
- "lineId": {
- "value": "string"
}, - "amount": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}, - "proportional": {
- "partTimePercentage": true,
- "employmentDuration": true,
- "description": "string"
}
}, - "interval": {
- "value": 0,
- "unitCode": "Day"
}, - "conditions": [
- {
- "conditionType": "Age",
- "operator": "gte",
- "age": 18
}
], - "contributionSource": "Employee",
- "leaveDayValue": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}
}, - "ikbReference": [
- {
- "relationType": "Included",
- "id": {
- "value": "string"
}, - "description": "string"
}
], - "description": "string"
}
], - "mandatoryLeaveAllocation": {
- "description": "string"
}, - "description": "string"
}
], - "individualChoiceBudget": [
- {
- "id": {
- "value": "string",
- "schemeAgencyId": "Customer"
}, - "name": "string",
- "origin": {
- "type": "CollectiveLabourAgreement"
}, - "effectivePeriod": {
- "validFrom": "2019-08-24",
- "validTo": "2019-08-24"
}, - "line": [
- {
- "lineId": {
- "value": "string"
}, - "amount": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}, - "proportional": {
- "partTimePercentage": true,
- "employmentDuration": true,
- "description": "string"
}
}, - "interval": {
- "value": 0,
- "unitCode": "Day"
}, - "conditions": [
- {
- "conditionType": "Age",
- "operator": "gte",
- "age": 18
}
], - "contributionSource": "Employee",
- "ikbReference": [
- {
- "relationType": "Included",
- "id": {
- "value": "string"
}, - "description": "string"
}
]
}
], - "option": [
- {
- "description": "string"
}
], - "description": "string"
}
], - "pension": [
- {
- "id": {
- "value": "string",
- "schemeAgencyId": "Customer"
}, - "name": "string",
- "origin": {
- "type": "CollectiveLabourAgreement"
}, - "effectivePeriod": {
- "validFrom": "2019-08-24",
- "validTo": "2019-08-24"
}, - "line": [
- {
- "lineId": {
- "value": "string"
}, - "amount": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}, - "proportional": {
- "partTimePercentage": true,
- "employmentDuration": true,
- "description": "string"
}
}, - "interval": {
- "value": 0,
- "unitCode": "Day"
}, - "conditions": [
- {
- "conditionType": "Age",
- "operator": "gte",
- "age": 18
}
], - "contributionSource": "Employee",
- "ikbReference": [
- {
- "relationType": "Included",
- "id": {
- "value": "string"
}, - "description": "string"
}
]
}
], - "franchise": {
- "description": "string"
}, - "description": "string"
}
], - "sustainableEmployability": [
- {
- "id": {
- "value": "string",
- "schemeAgencyId": "Customer"
}, - "name": "string",
- "origin": {
- "type": "CollectiveLabourAgreement"
}, - "effectivePeriod": {
- "validFrom": "2019-08-24",
- "validTo": "2019-08-24"
}, - "typeCode": "ArrangementForFinancialHealth",
- "line": [
- {
- "lineId": {
- "value": "string"
}, - "amount": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}, - "proportional": {
- "partTimePercentage": true,
- "employmentDuration": true,
- "description": "string"
}
}, - "interval": {
- "value": 0,
- "unitCode": "Day"
}, - "conditions": [
- {
- "conditionType": "Age",
- "operator": "gte",
- "age": 18
}
], - "contributionSource": "Employee",
- "ikbReference": [
- {
- "relationType": "Included",
- "id": {
- "value": "string"
}, - "description": "string"
}
]
}
], - "payDate": {
- "occurrenceType": "Single",
- "date": "2026-12-15"
}, - "description": "string"
}
], - "supplementaryArrangement": [
- {
- "id": {
- "value": "string",
- "schemeAgencyId": "Customer"
}, - "name": "string",
- "origin": {
- "type": "CollectiveLabourAgreement"
}, - "effectivePeriod": {
- "validFrom": "2019-08-24",
- "validTo": "2019-08-24"
}, - "typeCode": "ERA",
- "line": [
- {
- "lineId": {
- "value": "string"
}, - "amount": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}, - "proportional": {
- "partTimePercentage": true,
- "employmentDuration": true,
- "description": "string"
}
}, - "interval": {
- "value": 0,
- "unitCode": "Day"
}, - "conditions": [
- {
- "conditionType": "Age",
- "operator": "gte",
- "age": 18
}
], - "contributionSource": "Employee",
- "ikbReference": [
- {
- "relationType": "Included",
- "id": {
- "value": "string"
}, - "description": "string"
}
]
}
], - "coverage": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}, - "proportional": {
- "partTimePercentage": true,
- "employmentDuration": true,
- "description": "string"
}
}, - "description": "string"
}
], - "otherArrangement": [
- {
- "id": {
- "value": "string",
- "schemeAgencyId": "Customer"
}, - "name": "string",
- "origin": {
- "type": "CollectiveLabourAgreement"
}, - "effectivePeriod": {
- "validFrom": "2019-08-24",
- "validTo": "2019-08-24"
}, - "line": [
- {
- "lineId": {
- "value": "string"
}, - "amount": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}, - "proportional": {
- "partTimePercentage": true,
- "employmentDuration": true,
- "description": "string"
}
}, - "interval": {
- "value": 0,
- "unitCode": "Day"
}, - "conditions": [
- {
- "conditionType": "Age",
- "operator": "gte",
- "age": 18
}
], - "contributionSource": "Employee",
- "ikbReference": [
- {
- "relationType": "Included",
- "id": {
- "value": "string"
}, - "description": "string"
}
]
}
], - "coverage": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}, - "proportional": {
- "partTimePercentage": true,
- "employmentDuration": true,
- "description": "string"
}
}, - "description": "string"
}
]
}Response samples
- 200
- 201
- 400
- 401
- 403
- 404
- 500
{- "documentId": {
- "value": "string",
- "schemeAgencyId": "Customer"
}, - "versionId": {
- "value": "string"
}, - "issued": "2019-08-24T14:15:22Z",
- "effectivePeriod": {
- "validFrom": "2019-08-24",
- "validTo": "2019-08-24"
}, - "customer": {
- "id": [
- {
- "value": "string",
- "schemeAgencyId": "Customer"
}
], - "name": "string",
- "legalId": [
- {
- "value": "string",
- "schemeAgencyId": "KvK"
}
], - "personContacts": [
- {
- "name": {
- "formattedName": "string"
}, - "communication": {
- "phone": [
- {
- "formattedNumber": "string"
}
], - "email": [
- {
- "address": "string",
- "useCode": "Business"
}
]
}, - "roleCode": "string",
- "positionTitle": "string"
}
]
}, - "baseDefinition": [
- {
- "baseType": "GrossSalary",
- "remunerationIndicator": true,
- "holidayAllowanceIndicator": true,
- "paidLeaveDayIndicator": true,
- "allAllowancesIndicator": true,
- "allowances": [
- {
- "typeCode": "EA100"
}
], - "referenceDate": {
- "occurrenceType": "Single",
- "date": "2026-12-15"
}
}
], - "labourAgreements": {
- "industryIdentifier": [
- {
- "value": "string"
}
], - "collectiveLabourAgreement": {
- "name": "string",
- "id": {
- "value": "string"
}, - "effectivePeriod": {
- "validFrom": "2019-08-24",
- "validTo": "2019-08-24"
}, - "basedOn": "string"
}, - "customLabourAgreement": true
}, - "positionProfile": [
- {
- "positionId": {
- "value": "string"
}, - "positionTitle": "string",
- "origin": {
- "type": "CollectiveLabourAgreement"
}, - "referenceTitle": "string",
- "workDescription": "string"
}
], - "remuneration": [
- {
- "origin": {
- "type": "CollectiveLabourAgreement"
}, - "effectivePeriod": {
- "validFrom": "2019-08-24",
- "validTo": "2019-08-24"
}, - "workDuration": {
- "amount": {
- "value": 0,
- "unitCode": "Hour"
}, - "interval": {
- "value": 0,
- "unitCode": "Day"
}, - "valuePerWeek": 0
}, - "interval": {
- "value": 0,
- "unitCode": "Day"
}, - "hourlyWageConversion": {
- "hourlyWageFactor": 0,
- "hourlyWagePercentage": 0
}, - "salaryScale": [
- {
- "name": "string",
- "minValue": 0,
- "maxValue": 0,
- "currency": "string",
- "salaryStep": [
- {
- "name": "string",
- "value": 0,
- "minimumWage": true,
- "conditions": [
- {
- "conditionType": "Age",
- "operator": "gte",
- "age": 18
}
]
}
], - "careerLevel": {
- "indicator": true,
- "description": "string"
}, - "positionProfileReference": [
- {
- "positionId": {
- "value": "string"
}, - "startSalaryStep": "string",
- "description": "string"
}
]
}
], - "individualSalaryIncrease": [
- {
- "effectiveDate": {
- "occurrenceType": "Single",
- "date": "2026-12-15"
}, - "line": {
- "lineId": {
- "value": "string"
}, - "amount": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}, - "proportional": {
- "partTimePercentage": true,
- "employmentDuration": true,
- "description": "string"
}
}, - "interval": {
- "value": 0,
- "unitCode": "Day"
}, - "conditions": [
- {
- "conditionType": "Age",
- "operator": "gte",
- "age": 18
}
], - "contributionSource": "Employee"
}
}
], - "generalSalaryIncrease": [
- {
- "effectiveDate": {
- "occurrenceType": "Single",
- "date": "2026-12-15"
}, - "amount": {
- "value": 0,
- "unitCode": "Hour"
}, - "description": "string"
}
], - "conditions": [
- {
- "conditionType": "Age",
- "operator": "gte",
- "age": 18
}
]
}
], - "allowance": [
- {
- "id": {
- "value": "string",
- "schemeAgencyId": "Customer"
}, - "name": "string",
- "origin": {
- "type": "CollectiveLabourAgreement"
}, - "effectivePeriod": {
- "validFrom": "2019-08-24",
- "validTo": "2019-08-24"
}, - "typeCode": "EA100",
- "period": [
- {
- "datePeriod": [
- {
- "start": "2019-08-24",
- "end": "2019-08-24"
}
], - "timePeriod": {
- "start": "14:15:22Z",
- "end": "14:15:22Z"
}, - "weekday": [
- {
- "value": "Monday"
}
]
}
], - "line": [
- {
- "lineId": {
- "value": "string"
}, - "amount": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}, - "proportional": {
- "partTimePercentage": true,
- "employmentDuration": true,
- "description": "string"
}
}, - "interval": {
- "value": 0,
- "unitCode": "Day"
}, - "conditions": [
- {
- "conditionType": "Age",
- "operator": "gte",
- "age": 18
}
], - "contributionSource": "Employee",
- "ikbReference": [
- {
- "relationType": "Included",
- "id": {
- "value": "string"
}, - "description": "string"
}
]
}
], - "payDate": {
- "occurrenceType": "Single",
- "date": "2026-12-15"
}, - "reference": [
- {
- "id": {
- "value": "string"
}, - "typeCode": "EA100",
- "description": "string",
- "relationType": "Compounding"
}
], - "phaseOutScheme": "string",
- "description": "string"
}
], - "holidayAllowance": [
- {
- "id": {
- "value": "string",
- "schemeAgencyId": "Customer"
}, - "name": "string",
- "origin": {
- "type": "CollectiveLabourAgreement"
}, - "effectivePeriod": {
- "validFrom": "2019-08-24",
- "validTo": "2019-08-24"
}, - "line": [
- {
- "lineId": {
- "value": "string"
}, - "amount": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}, - "proportional": {
- "partTimePercentage": true,
- "employmentDuration": true,
- "description": "string"
}
}, - "interval": {
- "value": 0,
- "unitCode": "Day"
}, - "conditions": [
- {
- "conditionType": "Age",
- "operator": "gte",
- "age": 18
}
], - "contributionSource": "Employee",
- "ikbReference": [
- {
- "relationType": "Included",
- "id": {
- "value": "string"
}, - "description": "string"
}
]
}
], - "payDate": {
- "occurrenceType": "Single",
- "date": "2026-12-15"
}, - "description": "string"
}
], - "sickPay": [
- {
- "id": {
- "value": "string",
- "schemeAgencyId": "Customer"
}, - "name": "string",
- "origin": {
- "type": "CollectiveLabourAgreement"
}, - "effectivePeriod": {
- "validFrom": "2019-08-24",
- "validTo": "2019-08-24"
}, - "waitingDays": {
- "value": 0,
- "unitCode": "Day",
- "conditions": [
- {
- "conditionType": "Age",
- "operator": "gte",
- "age": 18
}
]
}, - "line": [
- {
- "lineId": {
- "value": "string"
}, - "amount": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}, - "proportional": {
- "partTimePercentage": true,
- "employmentDuration": true,
- "description": "string"
}
}, - "interval": {
- "value": 0,
- "unitCode": "Day"
}, - "conditions": [
- {
- "conditionType": "Age",
- "operator": "gte",
- "age": 18
}
], - "contributionSource": "Employee",
- "ikbReference": [
- {
- "relationType": "Included",
- "id": {
- "value": "string"
}, - "description": "string"
}
]
}
], - "description": "string"
}
], - "leave": [
- {
- "id": {
- "value": "string",
- "schemeAgencyId": "Customer"
}, - "name": "string",
- "origin": {
- "type": "CollectiveLabourAgreement"
}, - "effectivePeriod": {
- "validFrom": "2019-08-24",
- "validTo": "2019-08-24"
}, - "paidLeave": [
- {
- "name": "string",
- "lineId": {
- "value": "string"
}, - "amount": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}, - "proportional": {
- "partTimePercentage": true,
- "employmentDuration": true,
- "description": "string"
}
}, - "interval": {
- "value": 0,
- "unitCode": "Day"
}, - "conditions": [
- {
- "conditionType": "Age",
- "operator": "gte",
- "age": 18
}
], - "contributionSource": "Employee",
- "leaveDayValue": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}
}, - "ikbReference": [
- {
- "relationType": "Included",
- "id": {
- "value": "string"
}, - "description": "string"
}
], - "description": "string"
}
], - "workingHoursReduction": [
- {
- "name": "string",
- "lineId": {
- "value": "string"
}, - "amount": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}, - "proportional": {
- "partTimePercentage": true,
- "employmentDuration": true,
- "description": "string"
}
}, - "interval": {
- "value": 0,
- "unitCode": "Day"
}, - "conditions": [
- {
- "conditionType": "Age",
- "operator": "gte",
- "age": 18
}
], - "contributionSource": "Employee",
- "leaveDayValue": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}
}, - "ikbReference": [
- {
- "relationType": "Included",
- "id": {
- "value": "string"
}, - "description": "string"
}
], - "description": "string"
}
], - "holidays": [
- {
- "name": "string",
- "lineId": {
- "value": "string"
}, - "amount": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}, - "proportional": {
- "partTimePercentage": true,
- "employmentDuration": true,
- "description": "string"
}
}, - "interval": {
- "value": 0,
- "unitCode": "Day"
}, - "conditions": [
- {
- "conditionType": "Age",
- "operator": "gte",
- "age": 18
}
], - "contributionSource": "Employee",
- "leaveDayValue": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}
}, - "ikbReference": [
- {
- "relationType": "Included",
- "id": {
- "value": "string"
}, - "description": "string"
}
], - "description": "string"
}
], - "specialLeave": [
- {
- "name": "string",
- "lineId": {
- "value": "string"
}, - "amount": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}, - "proportional": {
- "partTimePercentage": true,
- "employmentDuration": true,
- "description": "string"
}
}, - "interval": {
- "value": 0,
- "unitCode": "Day"
}, - "conditions": [
- {
- "conditionType": "Age",
- "operator": "gte",
- "age": 18
}
], - "contributionSource": "Employee",
- "leaveDayValue": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}
}, - "ikbReference": [
- {
- "relationType": "Included",
- "id": {
- "value": "string"
}, - "description": "string"
}
], - "description": "string"
}
], - "additionalParentalLeave": [
- {
- "name": "string",
- "lineId": {
- "value": "string"
}, - "amount": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}, - "proportional": {
- "partTimePercentage": true,
- "employmentDuration": true,
- "description": "string"
}
}, - "interval": {
- "value": 0,
- "unitCode": "Day"
}, - "conditions": [
- {
- "conditionType": "Age",
- "operator": "gte",
- "age": 18
}
], - "contributionSource": "Employee",
- "leaveDayValue": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}
}, - "ikbReference": [
- {
- "relationType": "Included",
- "id": {
- "value": "string"
}, - "description": "string"
}
], - "description": "string"
}
], - "mandatoryLeaveAllocation": {
- "description": "string"
}, - "description": "string"
}
], - "individualChoiceBudget": [
- {
- "id": {
- "value": "string",
- "schemeAgencyId": "Customer"
}, - "name": "string",
- "origin": {
- "type": "CollectiveLabourAgreement"
}, - "effectivePeriod": {
- "validFrom": "2019-08-24",
- "validTo": "2019-08-24"
}, - "line": [
- {
- "lineId": {
- "value": "string"
}, - "amount": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}, - "proportional": {
- "partTimePercentage": true,
- "employmentDuration": true,
- "description": "string"
}
}, - "interval": {
- "value": 0,
- "unitCode": "Day"
}, - "conditions": [
- {
- "conditionType": "Age",
- "operator": "gte",
- "age": 18
}
], - "contributionSource": "Employee",
- "ikbReference": [
- {
- "relationType": "Included",
- "id": {
- "value": "string"
}, - "description": "string"
}
]
}
], - "option": [
- {
- "description": "string"
}
], - "description": "string"
}
], - "pension": [
- {
- "id": {
- "value": "string",
- "schemeAgencyId": "Customer"
}, - "name": "string",
- "origin": {
- "type": "CollectiveLabourAgreement"
}, - "effectivePeriod": {
- "validFrom": "2019-08-24",
- "validTo": "2019-08-24"
}, - "line": [
- {
- "lineId": {
- "value": "string"
}, - "amount": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}, - "proportional": {
- "partTimePercentage": true,
- "employmentDuration": true,
- "description": "string"
}
}, - "interval": {
- "value": 0,
- "unitCode": "Day"
}, - "conditions": [
- {
- "conditionType": "Age",
- "operator": "gte",
- "age": 18
}
], - "contributionSource": "Employee",
- "ikbReference": [
- {
- "relationType": "Included",
- "id": {
- "value": "string"
}, - "description": "string"
}
]
}
], - "franchise": {
- "description": "string"
}, - "description": "string"
}
], - "sustainableEmployability": [
- {
- "id": {
- "value": "string",
- "schemeAgencyId": "Customer"
}, - "name": "string",
- "origin": {
- "type": "CollectiveLabourAgreement"
}, - "effectivePeriod": {
- "validFrom": "2019-08-24",
- "validTo": "2019-08-24"
}, - "typeCode": "ArrangementForFinancialHealth",
- "line": [
- {
- "lineId": {
- "value": "string"
}, - "amount": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}, - "proportional": {
- "partTimePercentage": true,
- "employmentDuration": true,
- "description": "string"
}
}, - "interval": {
- "value": 0,
- "unitCode": "Day"
}, - "conditions": [
- {
- "conditionType": "Age",
- "operator": "gte",
- "age": 18
}
], - "contributionSource": "Employee",
- "ikbReference": [
- {
- "relationType": "Included",
- "id": {
- "value": "string"
}, - "description": "string"
}
]
}
], - "payDate": {
- "occurrenceType": "Single",
- "date": "2026-12-15"
}, - "description": "string"
}
], - "supplementaryArrangement": [
- {
- "id": {
- "value": "string",
- "schemeAgencyId": "Customer"
}, - "name": "string",
- "origin": {
- "type": "CollectiveLabourAgreement"
}, - "effectivePeriod": {
- "validFrom": "2019-08-24",
- "validTo": "2019-08-24"
}, - "typeCode": "ERA",
- "line": [
- {
- "lineId": {
- "value": "string"
}, - "amount": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}, - "proportional": {
- "partTimePercentage": true,
- "employmentDuration": true,
- "description": "string"
}
}, - "interval": {
- "value": 0,
- "unitCode": "Day"
}, - "conditions": [
- {
- "conditionType": "Age",
- "operator": "gte",
- "age": 18
}
], - "contributionSource": "Employee",
- "ikbReference": [
- {
- "relationType": "Included",
- "id": {
- "value": "string"
}, - "description": "string"
}
]
}
], - "coverage": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}, - "proportional": {
- "partTimePercentage": true,
- "employmentDuration": true,
- "description": "string"
}
}, - "description": "string"
}
], - "otherArrangement": [
- {
- "id": {
- "value": "string",
- "schemeAgencyId": "Customer"
}, - "name": "string",
- "origin": {
- "type": "CollectiveLabourAgreement"
}, - "effectivePeriod": {
- "validFrom": "2019-08-24",
- "validTo": "2019-08-24"
}, - "line": [
- {
- "lineId": {
- "value": "string"
}, - "amount": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}, - "proportional": {
- "partTimePercentage": true,
- "employmentDuration": true,
- "description": "string"
}
}, - "interval": {
- "value": 0,
- "unitCode": "Day"
}, - "conditions": [
- {
- "conditionType": "Age",
- "operator": "gte",
- "age": 18
}
], - "contributionSource": "Employee",
- "ikbReference": [
- {
- "relationType": "Included",
- "id": {
- "value": "string"
}, - "description": "string"
}
]
}
], - "coverage": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}, - "proportional": {
- "partTimePercentage": true,
- "employmentDuration": true,
- "description": "string"
}
}, - "description": "string"
}
]
}Get the information about an existing inquiry-pay-equity message
path Parameters
| id required | string Example: c93efb20-1acd-447b-87e7-fadb108d8a0e This is the resource identifier assigned by the API client to the created resource. This is the id parameter used in path operations, for GET, PUT and DELETE operations. |
header Parameters
| Content-Type required | string Value: "application/json" Example: application/json |
Responses
Response samples
- 200
- 400
- 401
- 403
- 404
- 500
{- "documentId": {
- "value": "string",
- "schemeAgencyId": "Customer"
}, - "versionId": {
- "value": "string"
}, - "issued": "2019-08-24T14:15:22Z",
- "effectivePeriod": {
- "validFrom": "2019-08-24",
- "validTo": "2019-08-24"
}, - "customer": {
- "id": [
- {
- "value": "string",
- "schemeAgencyId": "Customer"
}
], - "name": "string",
- "legalId": [
- {
- "value": "string",
- "schemeAgencyId": "KvK"
}
], - "personContacts": [
- {
- "name": {
- "formattedName": "string"
}, - "communication": {
- "phone": [
- {
- "formattedNumber": "string"
}
], - "email": [
- {
- "address": "string",
- "useCode": "Business"
}
]
}, - "roleCode": "string",
- "positionTitle": "string"
}
]
}, - "baseDefinition": [
- {
- "baseType": "GrossSalary",
- "remunerationIndicator": true,
- "holidayAllowanceIndicator": true,
- "paidLeaveDayIndicator": true,
- "allAllowancesIndicator": true,
- "allowances": [
- {
- "typeCode": "EA100"
}
], - "referenceDate": {
- "occurrenceType": "Single",
- "date": "2026-12-15"
}
}
], - "labourAgreements": {
- "industryIdentifier": [
- {
- "value": "string"
}
], - "collectiveLabourAgreement": {
- "name": "string",
- "id": {
- "value": "string"
}, - "effectivePeriod": {
- "validFrom": "2019-08-24",
- "validTo": "2019-08-24"
}, - "basedOn": "string"
}, - "customLabourAgreement": true
}, - "positionProfile": [
- {
- "positionId": {
- "value": "string"
}, - "positionTitle": "string",
- "origin": {
- "type": "CollectiveLabourAgreement"
}, - "referenceTitle": "string",
- "workDescription": "string"
}
], - "remuneration": [
- {
- "origin": {
- "type": "CollectiveLabourAgreement"
}, - "effectivePeriod": {
- "validFrom": "2019-08-24",
- "validTo": "2019-08-24"
}, - "workDuration": {
- "amount": {
- "value": 0,
- "unitCode": "Hour"
}, - "interval": {
- "value": 0,
- "unitCode": "Day"
}, - "valuePerWeek": 0
}, - "interval": {
- "value": 0,
- "unitCode": "Day"
}, - "hourlyWageConversion": {
- "hourlyWageFactor": 0,
- "hourlyWagePercentage": 0
}, - "salaryScale": [
- {
- "name": "string",
- "minValue": 0,
- "maxValue": 0,
- "currency": "string",
- "salaryStep": [
- {
- "name": "string",
- "value": 0,
- "minimumWage": true,
- "conditions": [
- {
- "conditionType": "Age",
- "operator": "gte",
- "age": 18
}
]
}
], - "careerLevel": {
- "indicator": true,
- "description": "string"
}, - "positionProfileReference": [
- {
- "positionId": {
- "value": "string"
}, - "startSalaryStep": "string",
- "description": "string"
}
]
}
], - "individualSalaryIncrease": [
- {
- "effectiveDate": {
- "occurrenceType": "Single",
- "date": "2026-12-15"
}, - "line": {
- "lineId": {
- "value": "string"
}, - "amount": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}, - "proportional": {
- "partTimePercentage": true,
- "employmentDuration": true,
- "description": "string"
}
}, - "interval": {
- "value": 0,
- "unitCode": "Day"
}, - "conditions": [
- {
- "conditionType": "Age",
- "operator": "gte",
- "age": 18
}
], - "contributionSource": "Employee"
}
}
], - "generalSalaryIncrease": [
- {
- "effectiveDate": {
- "occurrenceType": "Single",
- "date": "2026-12-15"
}, - "amount": {
- "value": 0,
- "unitCode": "Hour"
}, - "description": "string"
}
], - "conditions": [
- {
- "conditionType": "Age",
- "operator": "gte",
- "age": 18
}
]
}
], - "allowance": [
- {
- "id": {
- "value": "string",
- "schemeAgencyId": "Customer"
}, - "name": "string",
- "origin": {
- "type": "CollectiveLabourAgreement"
}, - "effectivePeriod": {
- "validFrom": "2019-08-24",
- "validTo": "2019-08-24"
}, - "typeCode": "EA100",
- "period": [
- {
- "datePeriod": [
- {
- "start": "2019-08-24",
- "end": "2019-08-24"
}
], - "timePeriod": {
- "start": "14:15:22Z",
- "end": "14:15:22Z"
}, - "weekday": [
- {
- "value": "Monday"
}
]
}
], - "line": [
- {
- "lineId": {
- "value": "string"
}, - "amount": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}, - "proportional": {
- "partTimePercentage": true,
- "employmentDuration": true,
- "description": "string"
}
}, - "interval": {
- "value": 0,
- "unitCode": "Day"
}, - "conditions": [
- {
- "conditionType": "Age",
- "operator": "gte",
- "age": 18
}
], - "contributionSource": "Employee",
- "ikbReference": [
- {
- "relationType": "Included",
- "id": {
- "value": "string"
}, - "description": "string"
}
]
}
], - "payDate": {
- "occurrenceType": "Single",
- "date": "2026-12-15"
}, - "reference": [
- {
- "id": {
- "value": "string"
}, - "typeCode": "EA100",
- "description": "string",
- "relationType": "Compounding"
}
], - "phaseOutScheme": "string",
- "description": "string"
}
], - "holidayAllowance": [
- {
- "id": {
- "value": "string",
- "schemeAgencyId": "Customer"
}, - "name": "string",
- "origin": {
- "type": "CollectiveLabourAgreement"
}, - "effectivePeriod": {
- "validFrom": "2019-08-24",
- "validTo": "2019-08-24"
}, - "line": [
- {
- "lineId": {
- "value": "string"
}, - "amount": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}, - "proportional": {
- "partTimePercentage": true,
- "employmentDuration": true,
- "description": "string"
}
}, - "interval": {
- "value": 0,
- "unitCode": "Day"
}, - "conditions": [
- {
- "conditionType": "Age",
- "operator": "gte",
- "age": 18
}
], - "contributionSource": "Employee",
- "ikbReference": [
- {
- "relationType": "Included",
- "id": {
- "value": "string"
}, - "description": "string"
}
]
}
], - "payDate": {
- "occurrenceType": "Single",
- "date": "2026-12-15"
}, - "description": "string"
}
], - "sickPay": [
- {
- "id": {
- "value": "string",
- "schemeAgencyId": "Customer"
}, - "name": "string",
- "origin": {
- "type": "CollectiveLabourAgreement"
}, - "effectivePeriod": {
- "validFrom": "2019-08-24",
- "validTo": "2019-08-24"
}, - "waitingDays": {
- "value": 0,
- "unitCode": "Day",
- "conditions": [
- {
- "conditionType": "Age",
- "operator": "gte",
- "age": 18
}
]
}, - "line": [
- {
- "lineId": {
- "value": "string"
}, - "amount": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}, - "proportional": {
- "partTimePercentage": true,
- "employmentDuration": true,
- "description": "string"
}
}, - "interval": {
- "value": 0,
- "unitCode": "Day"
}, - "conditions": [
- {
- "conditionType": "Age",
- "operator": "gte",
- "age": 18
}
], - "contributionSource": "Employee",
- "ikbReference": [
- {
- "relationType": "Included",
- "id": {
- "value": "string"
}, - "description": "string"
}
]
}
], - "description": "string"
}
], - "leave": [
- {
- "id": {
- "value": "string",
- "schemeAgencyId": "Customer"
}, - "name": "string",
- "origin": {
- "type": "CollectiveLabourAgreement"
}, - "effectivePeriod": {
- "validFrom": "2019-08-24",
- "validTo": "2019-08-24"
}, - "paidLeave": [
- {
- "name": "string",
- "lineId": {
- "value": "string"
}, - "amount": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}, - "proportional": {
- "partTimePercentage": true,
- "employmentDuration": true,
- "description": "string"
}
}, - "interval": {
- "value": 0,
- "unitCode": "Day"
}, - "conditions": [
- {
- "conditionType": "Age",
- "operator": "gte",
- "age": 18
}
], - "contributionSource": "Employee",
- "leaveDayValue": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}
}, - "ikbReference": [
- {
- "relationType": "Included",
- "id": {
- "value": "string"
}, - "description": "string"
}
], - "description": "string"
}
], - "workingHoursReduction": [
- {
- "name": "string",
- "lineId": {
- "value": "string"
}, - "amount": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}, - "proportional": {
- "partTimePercentage": true,
- "employmentDuration": true,
- "description": "string"
}
}, - "interval": {
- "value": 0,
- "unitCode": "Day"
}, - "conditions": [
- {
- "conditionType": "Age",
- "operator": "gte",
- "age": 18
}
], - "contributionSource": "Employee",
- "leaveDayValue": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}
}, - "ikbReference": [
- {
- "relationType": "Included",
- "id": {
- "value": "string"
}, - "description": "string"
}
], - "description": "string"
}
], - "holidays": [
- {
- "name": "string",
- "lineId": {
- "value": "string"
}, - "amount": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}, - "proportional": {
- "partTimePercentage": true,
- "employmentDuration": true,
- "description": "string"
}
}, - "interval": {
- "value": 0,
- "unitCode": "Day"
}, - "conditions": [
- {
- "conditionType": "Age",
- "operator": "gte",
- "age": 18
}
], - "contributionSource": "Employee",
- "leaveDayValue": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}
}, - "ikbReference": [
- {
- "relationType": "Included",
- "id": {
- "value": "string"
}, - "description": "string"
}
], - "description": "string"
}
], - "specialLeave": [
- {
- "name": "string",
- "lineId": {
- "value": "string"
}, - "amount": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}, - "proportional": {
- "partTimePercentage": true,
- "employmentDuration": true,
- "description": "string"
}
}, - "interval": {
- "value": 0,
- "unitCode": "Day"
}, - "conditions": [
- {
- "conditionType": "Age",
- "operator": "gte",
- "age": 18
}
], - "contributionSource": "Employee",
- "leaveDayValue": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}
}, - "ikbReference": [
- {
- "relationType": "Included",
- "id": {
- "value": "string"
}, - "description": "string"
}
], - "description": "string"
}
], - "additionalParentalLeave": [
- {
- "name": "string",
- "lineId": {
- "value": "string"
}, - "amount": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}, - "proportional": {
- "partTimePercentage": true,
- "employmentDuration": true,
- "description": "string"
}
}, - "interval": {
- "value": 0,
- "unitCode": "Day"
}, - "conditions": [
- {
- "conditionType": "Age",
- "operator": "gte",
- "age": 18
}
], - "contributionSource": "Employee",
- "leaveDayValue": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}
}, - "ikbReference": [
- {
- "relationType": "Included",
- "id": {
- "value": "string"
}, - "description": "string"
}
], - "description": "string"
}
], - "mandatoryLeaveAllocation": {
- "description": "string"
}, - "description": "string"
}
], - "individualChoiceBudget": [
- {
- "id": {
- "value": "string",
- "schemeAgencyId": "Customer"
}, - "name": "string",
- "origin": {
- "type": "CollectiveLabourAgreement"
}, - "effectivePeriod": {
- "validFrom": "2019-08-24",
- "validTo": "2019-08-24"
}, - "line": [
- {
- "lineId": {
- "value": "string"
}, - "amount": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}, - "proportional": {
- "partTimePercentage": true,
- "employmentDuration": true,
- "description": "string"
}
}, - "interval": {
- "value": 0,
- "unitCode": "Day"
}, - "conditions": [
- {
- "conditionType": "Age",
- "operator": "gte",
- "age": 18
}
], - "contributionSource": "Employee",
- "ikbReference": [
- {
- "relationType": "Included",
- "id": {
- "value": "string"
}, - "description": "string"
}
]
}
], - "option": [
- {
- "description": "string"
}
], - "description": "string"
}
], - "pension": [
- {
- "id": {
- "value": "string",
- "schemeAgencyId": "Customer"
}, - "name": "string",
- "origin": {
- "type": "CollectiveLabourAgreement"
}, - "effectivePeriod": {
- "validFrom": "2019-08-24",
- "validTo": "2019-08-24"
}, - "line": [
- {
- "lineId": {
- "value": "string"
}, - "amount": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}, - "proportional": {
- "partTimePercentage": true,
- "employmentDuration": true,
- "description": "string"
}
}, - "interval": {
- "value": 0,
- "unitCode": "Day"
}, - "conditions": [
- {
- "conditionType": "Age",
- "operator": "gte",
- "age": 18
}
], - "contributionSource": "Employee",
- "ikbReference": [
- {
- "relationType": "Included",
- "id": {
- "value": "string"
}, - "description": "string"
}
]
}
], - "franchise": {
- "description": "string"
}, - "description": "string"
}
], - "sustainableEmployability": [
- {
- "id": {
- "value": "string",
- "schemeAgencyId": "Customer"
}, - "name": "string",
- "origin": {
- "type": "CollectiveLabourAgreement"
}, - "effectivePeriod": {
- "validFrom": "2019-08-24",
- "validTo": "2019-08-24"
}, - "typeCode": "ArrangementForFinancialHealth",
- "line": [
- {
- "lineId": {
- "value": "string"
}, - "amount": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}, - "proportional": {
- "partTimePercentage": true,
- "employmentDuration": true,
- "description": "string"
}
}, - "interval": {
- "value": 0,
- "unitCode": "Day"
}, - "conditions": [
- {
- "conditionType": "Age",
- "operator": "gte",
- "age": 18
}
], - "contributionSource": "Employee",
- "ikbReference": [
- {
- "relationType": "Included",
- "id": {
- "value": "string"
}, - "description": "string"
}
]
}
], - "payDate": {
- "occurrenceType": "Single",
- "date": "2026-12-15"
}, - "description": "string"
}
], - "supplementaryArrangement": [
- {
- "id": {
- "value": "string",
- "schemeAgencyId": "Customer"
}, - "name": "string",
- "origin": {
- "type": "CollectiveLabourAgreement"
}, - "effectivePeriod": {
- "validFrom": "2019-08-24",
- "validTo": "2019-08-24"
}, - "typeCode": "ERA",
- "line": [
- {
- "lineId": {
- "value": "string"
}, - "amount": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}, - "proportional": {
- "partTimePercentage": true,
- "employmentDuration": true,
- "description": "string"
}
}, - "interval": {
- "value": 0,
- "unitCode": "Day"
}, - "conditions": [
- {
- "conditionType": "Age",
- "operator": "gte",
- "age": 18
}
], - "contributionSource": "Employee",
- "ikbReference": [
- {
- "relationType": "Included",
- "id": {
- "value": "string"
}, - "description": "string"
}
]
}
], - "coverage": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}, - "proportional": {
- "partTimePercentage": true,
- "employmentDuration": true,
- "description": "string"
}
}, - "description": "string"
}
], - "otherArrangement": [
- {
- "id": {
- "value": "string",
- "schemeAgencyId": "Customer"
}, - "name": "string",
- "origin": {
- "type": "CollectiveLabourAgreement"
}, - "effectivePeriod": {
- "validFrom": "2019-08-24",
- "validTo": "2019-08-24"
}, - "line": [
- {
- "lineId": {
- "value": "string"
}, - "amount": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}, - "proportional": {
- "partTimePercentage": true,
- "employmentDuration": true,
- "description": "string"
}
}, - "interval": {
- "value": 0,
- "unitCode": "Day"
}, - "conditions": [
- {
- "conditionType": "Age",
- "operator": "gte",
- "age": 18
}
], - "contributionSource": "Employee",
- "ikbReference": [
- {
- "relationType": "Included",
- "id": {
- "value": "string"
}, - "description": "string"
}
]
}
], - "coverage": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}, - "proportional": {
- "partTimePercentage": true,
- "employmentDuration": true,
- "description": "string"
}
}, - "description": "string"
}
]
}Set of APIs to be implemented by the backoffice of the supplier.
Submit or update an inquiry-pay-equity message. In case of an update, the request body replaces all previous shared information of the resource.
path Parameters
| id required | string Example: c93efb20-1acd-447b-87e7-fadb108d8a0e This is the resource identifier assigned by the API client to the created resource. This is the id parameter used in path operations, for GET, PUT and DELETE operations. |
header Parameters
| setuVersionId required | string Example: 2.0 Specification of the SETU standard version that is used as body message. |
| Content-Type required | string Value: "application/json" Example: application/json |
Request Body schema: application/json
Complete inquiry-pay-equity message as specified by SETU.
required | object (Identifier) The unique identifier of this arrangement. |
object The version identifier is a customer-specific identifier used to distinguish one version of the SETU Inquiry Pay Equity message from another. | |
| issued | string <date-time> The datetime the document was issued. |
required | object (EffectivePeriod) Indicates the validity period of this regulation. The period is from the start date up to and including the end date. |
required | object (Party) The customer/hirer of the worker. |
Array of objects (BaseDefinition) | |
object (LabourAgreements) This container indicates in which sector the staffing customer works and which specific collective labour agreement (CLA) and/or the own employment conditions scheme is leading for the provision of remuneration information. | |
Array of objects (PositionProfile) | |
required | Array of objects (RemunerationPackage) non-empty |
Array of objects (AllowanceArrangement) | |
Array of objects (HolidayAllowanceArrangement) | |
Array of objects (SickPayArrangement) | |
Array of objects (LeaveArrangement) | |
Array of objects (IndividualChoiceBudgetArrangement) | |
Array of objects (PensionArrangement) | |
Array of objects (SustainableEmployabilityArrangement) | |
Array of objects (SupplementaryArrangement) | |
Array of objects (OtherArrangement) |
Responses
Request samples
- Payload
{- "documentId": {
- "value": "string",
- "schemeAgencyId": "Customer"
}, - "versionId": {
- "value": "string"
}, - "issued": "2019-08-24T14:15:22Z",
- "effectivePeriod": {
- "validFrom": "2019-08-24",
- "validTo": "2019-08-24"
}, - "customer": {
- "id": [
- {
- "value": "string",
- "schemeAgencyId": "Customer"
}
], - "name": "string",
- "legalId": [
- {
- "value": "string",
- "schemeAgencyId": "KvK"
}
], - "personContacts": [
- {
- "name": {
- "formattedName": "string"
}, - "communication": {
- "phone": [
- {
- "formattedNumber": "string"
}
], - "email": [
- {
- "address": "string",
- "useCode": "Business"
}
]
}, - "roleCode": "string",
- "positionTitle": "string"
}
]
}, - "baseDefinition": [
- {
- "baseType": "GrossSalary",
- "remunerationIndicator": true,
- "holidayAllowanceIndicator": true,
- "paidLeaveDayIndicator": true,
- "allAllowancesIndicator": true,
- "allowances": [
- {
- "typeCode": "EA100"
}
], - "referenceDate": {
- "occurrenceType": "Single",
- "date": "2026-12-15"
}
}
], - "labourAgreements": {
- "industryIdentifier": [
- {
- "value": "string"
}
], - "collectiveLabourAgreement": {
- "name": "string",
- "id": {
- "value": "string"
}, - "effectivePeriod": {
- "validFrom": "2019-08-24",
- "validTo": "2019-08-24"
}, - "basedOn": "string"
}, - "customLabourAgreement": true
}, - "positionProfile": [
- {
- "positionId": {
- "value": "string"
}, - "positionTitle": "string",
- "origin": {
- "type": "CollectiveLabourAgreement"
}, - "referenceTitle": "string",
- "workDescription": "string"
}
], - "remuneration": [
- {
- "origin": {
- "type": "CollectiveLabourAgreement"
}, - "effectivePeriod": {
- "validFrom": "2019-08-24",
- "validTo": "2019-08-24"
}, - "workDuration": {
- "amount": {
- "value": 0,
- "unitCode": "Hour"
}, - "interval": {
- "value": 0,
- "unitCode": "Day"
}, - "valuePerWeek": 0
}, - "interval": {
- "value": 0,
- "unitCode": "Day"
}, - "hourlyWageConversion": {
- "hourlyWageFactor": 0,
- "hourlyWagePercentage": 0
}, - "salaryScale": [
- {
- "name": "string",
- "minValue": 0,
- "maxValue": 0,
- "currency": "string",
- "salaryStep": [
- {
- "name": "string",
- "value": 0,
- "minimumWage": true,
- "conditions": [
- {
- "conditionType": "Age",
- "operator": "gte",
- "age": 18
}
]
}
], - "careerLevel": {
- "indicator": true,
- "description": "string"
}, - "positionProfileReference": [
- {
- "positionId": {
- "value": "string"
}, - "startSalaryStep": "string",
- "description": "string"
}
]
}
], - "individualSalaryIncrease": [
- {
- "effectiveDate": {
- "occurrenceType": "Single",
- "date": "2026-12-15"
}, - "line": {
- "lineId": {
- "value": "string"
}, - "amount": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}, - "proportional": {
- "partTimePercentage": true,
- "employmentDuration": true,
- "description": "string"
}
}, - "interval": {
- "value": 0,
- "unitCode": "Day"
}, - "conditions": [
- {
- "conditionType": "Age",
- "operator": "gte",
- "age": 18
}
], - "contributionSource": "Employee"
}
}
], - "generalSalaryIncrease": [
- {
- "effectiveDate": {
- "occurrenceType": "Single",
- "date": "2026-12-15"
}, - "amount": {
- "value": 0,
- "unitCode": "Hour"
}, - "description": "string"
}
], - "conditions": [
- {
- "conditionType": "Age",
- "operator": "gte",
- "age": 18
}
]
}
], - "allowance": [
- {
- "id": {
- "value": "string",
- "schemeAgencyId": "Customer"
}, - "name": "string",
- "origin": {
- "type": "CollectiveLabourAgreement"
}, - "effectivePeriod": {
- "validFrom": "2019-08-24",
- "validTo": "2019-08-24"
}, - "typeCode": "EA100",
- "period": [
- {
- "datePeriod": [
- {
- "start": "2019-08-24",
- "end": "2019-08-24"
}
], - "timePeriod": {
- "start": "14:15:22Z",
- "end": "14:15:22Z"
}, - "weekday": [
- {
- "value": "Monday"
}
]
}
], - "line": [
- {
- "lineId": {
- "value": "string"
}, - "amount": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}, - "proportional": {
- "partTimePercentage": true,
- "employmentDuration": true,
- "description": "string"
}
}, - "interval": {
- "value": 0,
- "unitCode": "Day"
}, - "conditions": [
- {
- "conditionType": "Age",
- "operator": "gte",
- "age": 18
}
], - "contributionSource": "Employee",
- "ikbReference": [
- {
- "relationType": "Included",
- "id": {
- "value": "string"
}, - "description": "string"
}
]
}
], - "payDate": {
- "occurrenceType": "Single",
- "date": "2026-12-15"
}, - "reference": [
- {
- "id": {
- "value": "string"
}, - "typeCode": "EA100",
- "description": "string",
- "relationType": "Compounding"
}
], - "phaseOutScheme": "string",
- "description": "string"
}
], - "holidayAllowance": [
- {
- "id": {
- "value": "string",
- "schemeAgencyId": "Customer"
}, - "name": "string",
- "origin": {
- "type": "CollectiveLabourAgreement"
}, - "effectivePeriod": {
- "validFrom": "2019-08-24",
- "validTo": "2019-08-24"
}, - "line": [
- {
- "lineId": {
- "value": "string"
}, - "amount": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}, - "proportional": {
- "partTimePercentage": true,
- "employmentDuration": true,
- "description": "string"
}
}, - "interval": {
- "value": 0,
- "unitCode": "Day"
}, - "conditions": [
- {
- "conditionType": "Age",
- "operator": "gte",
- "age": 18
}
], - "contributionSource": "Employee",
- "ikbReference": [
- {
- "relationType": "Included",
- "id": {
- "value": "string"
}, - "description": "string"
}
]
}
], - "payDate": {
- "occurrenceType": "Single",
- "date": "2026-12-15"
}, - "description": "string"
}
], - "sickPay": [
- {
- "id": {
- "value": "string",
- "schemeAgencyId": "Customer"
}, - "name": "string",
- "origin": {
- "type": "CollectiveLabourAgreement"
}, - "effectivePeriod": {
- "validFrom": "2019-08-24",
- "validTo": "2019-08-24"
}, - "waitingDays": {
- "value": 0,
- "unitCode": "Day",
- "conditions": [
- {
- "conditionType": "Age",
- "operator": "gte",
- "age": 18
}
]
}, - "line": [
- {
- "lineId": {
- "value": "string"
}, - "amount": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}, - "proportional": {
- "partTimePercentage": true,
- "employmentDuration": true,
- "description": "string"
}
}, - "interval": {
- "value": 0,
- "unitCode": "Day"
}, - "conditions": [
- {
- "conditionType": "Age",
- "operator": "gte",
- "age": 18
}
], - "contributionSource": "Employee",
- "ikbReference": [
- {
- "relationType": "Included",
- "id": {
- "value": "string"
}, - "description": "string"
}
]
}
], - "description": "string"
}
], - "leave": [
- {
- "id": {
- "value": "string",
- "schemeAgencyId": "Customer"
}, - "name": "string",
- "origin": {
- "type": "CollectiveLabourAgreement"
}, - "effectivePeriod": {
- "validFrom": "2019-08-24",
- "validTo": "2019-08-24"
}, - "paidLeave": [
- {
- "name": "string",
- "lineId": {
- "value": "string"
}, - "amount": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}, - "proportional": {
- "partTimePercentage": true,
- "employmentDuration": true,
- "description": "string"
}
}, - "interval": {
- "value": 0,
- "unitCode": "Day"
}, - "conditions": [
- {
- "conditionType": "Age",
- "operator": "gte",
- "age": 18
}
], - "contributionSource": "Employee",
- "leaveDayValue": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}
}, - "ikbReference": [
- {
- "relationType": "Included",
- "id": {
- "value": "string"
}, - "description": "string"
}
], - "description": "string"
}
], - "workingHoursReduction": [
- {
- "name": "string",
- "lineId": {
- "value": "string"
}, - "amount": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}, - "proportional": {
- "partTimePercentage": true,
- "employmentDuration": true,
- "description": "string"
}
}, - "interval": {
- "value": 0,
- "unitCode": "Day"
}, - "conditions": [
- {
- "conditionType": "Age",
- "operator": "gte",
- "age": 18
}
], - "contributionSource": "Employee",
- "leaveDayValue": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}
}, - "ikbReference": [
- {
- "relationType": "Included",
- "id": {
- "value": "string"
}, - "description": "string"
}
], - "description": "string"
}
], - "holidays": [
- {
- "name": "string",
- "lineId": {
- "value": "string"
}, - "amount": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}, - "proportional": {
- "partTimePercentage": true,
- "employmentDuration": true,
- "description": "string"
}
}, - "interval": {
- "value": 0,
- "unitCode": "Day"
}, - "conditions": [
- {
- "conditionType": "Age",
- "operator": "gte",
- "age": 18
}
], - "contributionSource": "Employee",
- "leaveDayValue": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}
}, - "ikbReference": [
- {
- "relationType": "Included",
- "id": {
- "value": "string"
}, - "description": "string"
}
], - "description": "string"
}
], - "specialLeave": [
- {
- "name": "string",
- "lineId": {
- "value": "string"
}, - "amount": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}, - "proportional": {
- "partTimePercentage": true,
- "employmentDuration": true,
- "description": "string"
}
}, - "interval": {
- "value": 0,
- "unitCode": "Day"
}, - "conditions": [
- {
- "conditionType": "Age",
- "operator": "gte",
- "age": 18
}
], - "contributionSource": "Employee",
- "leaveDayValue": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}
}, - "ikbReference": [
- {
- "relationType": "Included",
- "id": {
- "value": "string"
}, - "description": "string"
}
], - "description": "string"
}
], - "additionalParentalLeave": [
- {
- "name": "string",
- "lineId": {
- "value": "string"
}, - "amount": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}, - "proportional": {
- "partTimePercentage": true,
- "employmentDuration": true,
- "description": "string"
}
}, - "interval": {
- "value": 0,
- "unitCode": "Day"
}, - "conditions": [
- {
- "conditionType": "Age",
- "operator": "gte",
- "age": 18
}
], - "contributionSource": "Employee",
- "leaveDayValue": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}
}, - "ikbReference": [
- {
- "relationType": "Included",
- "id": {
- "value": "string"
}, - "description": "string"
}
], - "description": "string"
}
], - "mandatoryLeaveAllocation": {
- "description": "string"
}, - "description": "string"
}
], - "individualChoiceBudget": [
- {
- "id": {
- "value": "string",
- "schemeAgencyId": "Customer"
}, - "name": "string",
- "origin": {
- "type": "CollectiveLabourAgreement"
}, - "effectivePeriod": {
- "validFrom": "2019-08-24",
- "validTo": "2019-08-24"
}, - "line": [
- {
- "lineId": {
- "value": "string"
}, - "amount": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}, - "proportional": {
- "partTimePercentage": true,
- "employmentDuration": true,
- "description": "string"
}
}, - "interval": {
- "value": 0,
- "unitCode": "Day"
}, - "conditions": [
- {
- "conditionType": "Age",
- "operator": "gte",
- "age": 18
}
], - "contributionSource": "Employee",
- "ikbReference": [
- {
- "relationType": "Included",
- "id": {
- "value": "string"
}, - "description": "string"
}
]
}
], - "option": [
- {
- "description": "string"
}
], - "description": "string"
}
], - "pension": [
- {
- "id": {
- "value": "string",
- "schemeAgencyId": "Customer"
}, - "name": "string",
- "origin": {
- "type": "CollectiveLabourAgreement"
}, - "effectivePeriod": {
- "validFrom": "2019-08-24",
- "validTo": "2019-08-24"
}, - "line": [
- {
- "lineId": {
- "value": "string"
}, - "amount": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}, - "proportional": {
- "partTimePercentage": true,
- "employmentDuration": true,
- "description": "string"
}
}, - "interval": {
- "value": 0,
- "unitCode": "Day"
}, - "conditions": [
- {
- "conditionType": "Age",
- "operator": "gte",
- "age": 18
}
], - "contributionSource": "Employee",
- "ikbReference": [
- {
- "relationType": "Included",
- "id": {
- "value": "string"
}, - "description": "string"
}
]
}
], - "franchise": {
- "description": "string"
}, - "description": "string"
}
], - "sustainableEmployability": [
- {
- "id": {
- "value": "string",
- "schemeAgencyId": "Customer"
}, - "name": "string",
- "origin": {
- "type": "CollectiveLabourAgreement"
}, - "effectivePeriod": {
- "validFrom": "2019-08-24",
- "validTo": "2019-08-24"
}, - "typeCode": "ArrangementForFinancialHealth",
- "line": [
- {
- "lineId": {
- "value": "string"
}, - "amount": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}, - "proportional": {
- "partTimePercentage": true,
- "employmentDuration": true,
- "description": "string"
}
}, - "interval": {
- "value": 0,
- "unitCode": "Day"
}, - "conditions": [
- {
- "conditionType": "Age",
- "operator": "gte",
- "age": 18
}
], - "contributionSource": "Employee",
- "ikbReference": [
- {
- "relationType": "Included",
- "id": {
- "value": "string"
}, - "description": "string"
}
]
}
], - "payDate": {
- "occurrenceType": "Single",
- "date": "2026-12-15"
}, - "description": "string"
}
], - "supplementaryArrangement": [
- {
- "id": {
- "value": "string",
- "schemeAgencyId": "Customer"
}, - "name": "string",
- "origin": {
- "type": "CollectiveLabourAgreement"
}, - "effectivePeriod": {
- "validFrom": "2019-08-24",
- "validTo": "2019-08-24"
}, - "typeCode": "ERA",
- "line": [
- {
- "lineId": {
- "value": "string"
}, - "amount": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}, - "proportional": {
- "partTimePercentage": true,
- "employmentDuration": true,
- "description": "string"
}
}, - "interval": {
- "value": 0,
- "unitCode": "Day"
}, - "conditions": [
- {
- "conditionType": "Age",
- "operator": "gte",
- "age": 18
}
], - "contributionSource": "Employee",
- "ikbReference": [
- {
- "relationType": "Included",
- "id": {
- "value": "string"
}, - "description": "string"
}
]
}
], - "coverage": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}, - "proportional": {
- "partTimePercentage": true,
- "employmentDuration": true,
- "description": "string"
}
}, - "description": "string"
}
], - "otherArrangement": [
- {
- "id": {
- "value": "string",
- "schemeAgencyId": "Customer"
}, - "name": "string",
- "origin": {
- "type": "CollectiveLabourAgreement"
}, - "effectivePeriod": {
- "validFrom": "2019-08-24",
- "validTo": "2019-08-24"
}, - "line": [
- {
- "lineId": {
- "value": "string"
}, - "amount": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}, - "proportional": {
- "partTimePercentage": true,
- "employmentDuration": true,
- "description": "string"
}
}, - "interval": {
- "value": 0,
- "unitCode": "Day"
}, - "conditions": [
- {
- "conditionType": "Age",
- "operator": "gte",
- "age": 18
}
], - "contributionSource": "Employee",
- "ikbReference": [
- {
- "relationType": "Included",
- "id": {
- "value": "string"
}, - "description": "string"
}
]
}
], - "coverage": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}, - "proportional": {
- "partTimePercentage": true,
- "employmentDuration": true,
- "description": "string"
}
}, - "description": "string"
}
]
}Response samples
- 200
- 201
- 400
- 401
- 403
- 404
- 500
{- "documentId": {
- "value": "string",
- "schemeAgencyId": "Customer"
}, - "versionId": {
- "value": "string"
}, - "issued": "2019-08-24T14:15:22Z",
- "effectivePeriod": {
- "validFrom": "2019-08-24",
- "validTo": "2019-08-24"
}, - "customer": {
- "id": [
- {
- "value": "string",
- "schemeAgencyId": "Customer"
}
], - "name": "string",
- "legalId": [
- {
- "value": "string",
- "schemeAgencyId": "KvK"
}
], - "personContacts": [
- {
- "name": {
- "formattedName": "string"
}, - "communication": {
- "phone": [
- {
- "formattedNumber": "string"
}
], - "email": [
- {
- "address": "string",
- "useCode": "Business"
}
]
}, - "roleCode": "string",
- "positionTitle": "string"
}
]
}, - "baseDefinition": [
- {
- "baseType": "GrossSalary",
- "remunerationIndicator": true,
- "holidayAllowanceIndicator": true,
- "paidLeaveDayIndicator": true,
- "allAllowancesIndicator": true,
- "allowances": [
- {
- "typeCode": "EA100"
}
], - "referenceDate": {
- "occurrenceType": "Single",
- "date": "2026-12-15"
}
}
], - "labourAgreements": {
- "industryIdentifier": [
- {
- "value": "string"
}
], - "collectiveLabourAgreement": {
- "name": "string",
- "id": {
- "value": "string"
}, - "effectivePeriod": {
- "validFrom": "2019-08-24",
- "validTo": "2019-08-24"
}, - "basedOn": "string"
}, - "customLabourAgreement": true
}, - "positionProfile": [
- {
- "positionId": {
- "value": "string"
}, - "positionTitle": "string",
- "origin": {
- "type": "CollectiveLabourAgreement"
}, - "referenceTitle": "string",
- "workDescription": "string"
}
], - "remuneration": [
- {
- "origin": {
- "type": "CollectiveLabourAgreement"
}, - "effectivePeriod": {
- "validFrom": "2019-08-24",
- "validTo": "2019-08-24"
}, - "workDuration": {
- "amount": {
- "value": 0,
- "unitCode": "Hour"
}, - "interval": {
- "value": 0,
- "unitCode": "Day"
}, - "valuePerWeek": 0
}, - "interval": {
- "value": 0,
- "unitCode": "Day"
}, - "hourlyWageConversion": {
- "hourlyWageFactor": 0,
- "hourlyWagePercentage": 0
}, - "salaryScale": [
- {
- "name": "string",
- "minValue": 0,
- "maxValue": 0,
- "currency": "string",
- "salaryStep": [
- {
- "name": "string",
- "value": 0,
- "minimumWage": true,
- "conditions": [
- {
- "conditionType": "Age",
- "operator": "gte",
- "age": 18
}
]
}
], - "careerLevel": {
- "indicator": true,
- "description": "string"
}, - "positionProfileReference": [
- {
- "positionId": {
- "value": "string"
}, - "startSalaryStep": "string",
- "description": "string"
}
]
}
], - "individualSalaryIncrease": [
- {
- "effectiveDate": {
- "occurrenceType": "Single",
- "date": "2026-12-15"
}, - "line": {
- "lineId": {
- "value": "string"
}, - "amount": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}, - "proportional": {
- "partTimePercentage": true,
- "employmentDuration": true,
- "description": "string"
}
}, - "interval": {
- "value": 0,
- "unitCode": "Day"
}, - "conditions": [
- {
- "conditionType": "Age",
- "operator": "gte",
- "age": 18
}
], - "contributionSource": "Employee"
}
}
], - "generalSalaryIncrease": [
- {
- "effectiveDate": {
- "occurrenceType": "Single",
- "date": "2026-12-15"
}, - "amount": {
- "value": 0,
- "unitCode": "Hour"
}, - "description": "string"
}
], - "conditions": [
- {
- "conditionType": "Age",
- "operator": "gte",
- "age": 18
}
]
}
], - "allowance": [
- {
- "id": {
- "value": "string",
- "schemeAgencyId": "Customer"
}, - "name": "string",
- "origin": {
- "type": "CollectiveLabourAgreement"
}, - "effectivePeriod": {
- "validFrom": "2019-08-24",
- "validTo": "2019-08-24"
}, - "typeCode": "EA100",
- "period": [
- {
- "datePeriod": [
- {
- "start": "2019-08-24",
- "end": "2019-08-24"
}
], - "timePeriod": {
- "start": "14:15:22Z",
- "end": "14:15:22Z"
}, - "weekday": [
- {
- "value": "Monday"
}
]
}
], - "line": [
- {
- "lineId": {
- "value": "string"
}, - "amount": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}, - "proportional": {
- "partTimePercentage": true,
- "employmentDuration": true,
- "description": "string"
}
}, - "interval": {
- "value": 0,
- "unitCode": "Day"
}, - "conditions": [
- {
- "conditionType": "Age",
- "operator": "gte",
- "age": 18
}
], - "contributionSource": "Employee",
- "ikbReference": [
- {
- "relationType": "Included",
- "id": {
- "value": "string"
}, - "description": "string"
}
]
}
], - "payDate": {
- "occurrenceType": "Single",
- "date": "2026-12-15"
}, - "reference": [
- {
- "id": {
- "value": "string"
}, - "typeCode": "EA100",
- "description": "string",
- "relationType": "Compounding"
}
], - "phaseOutScheme": "string",
- "description": "string"
}
], - "holidayAllowance": [
- {
- "id": {
- "value": "string",
- "schemeAgencyId": "Customer"
}, - "name": "string",
- "origin": {
- "type": "CollectiveLabourAgreement"
}, - "effectivePeriod": {
- "validFrom": "2019-08-24",
- "validTo": "2019-08-24"
}, - "line": [
- {
- "lineId": {
- "value": "string"
}, - "amount": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}, - "proportional": {
- "partTimePercentage": true,
- "employmentDuration": true,
- "description": "string"
}
}, - "interval": {
- "value": 0,
- "unitCode": "Day"
}, - "conditions": [
- {
- "conditionType": "Age",
- "operator": "gte",
- "age": 18
}
], - "contributionSource": "Employee",
- "ikbReference": [
- {
- "relationType": "Included",
- "id": {
- "value": "string"
}, - "description": "string"
}
]
}
], - "payDate": {
- "occurrenceType": "Single",
- "date": "2026-12-15"
}, - "description": "string"
}
], - "sickPay": [
- {
- "id": {
- "value": "string",
- "schemeAgencyId": "Customer"
}, - "name": "string",
- "origin": {
- "type": "CollectiveLabourAgreement"
}, - "effectivePeriod": {
- "validFrom": "2019-08-24",
- "validTo": "2019-08-24"
}, - "waitingDays": {
- "value": 0,
- "unitCode": "Day",
- "conditions": [
- {
- "conditionType": "Age",
- "operator": "gte",
- "age": 18
}
]
}, - "line": [
- {
- "lineId": {
- "value": "string"
}, - "amount": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}, - "proportional": {
- "partTimePercentage": true,
- "employmentDuration": true,
- "description": "string"
}
}, - "interval": {
- "value": 0,
- "unitCode": "Day"
}, - "conditions": [
- {
- "conditionType": "Age",
- "operator": "gte",
- "age": 18
}
], - "contributionSource": "Employee",
- "ikbReference": [
- {
- "relationType": "Included",
- "id": {
- "value": "string"
}, - "description": "string"
}
]
}
], - "description": "string"
}
], - "leave": [
- {
- "id": {
- "value": "string",
- "schemeAgencyId": "Customer"
}, - "name": "string",
- "origin": {
- "type": "CollectiveLabourAgreement"
}, - "effectivePeriod": {
- "validFrom": "2019-08-24",
- "validTo": "2019-08-24"
}, - "paidLeave": [
- {
- "name": "string",
- "lineId": {
- "value": "string"
}, - "amount": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}, - "proportional": {
- "partTimePercentage": true,
- "employmentDuration": true,
- "description": "string"
}
}, - "interval": {
- "value": 0,
- "unitCode": "Day"
}, - "conditions": [
- {
- "conditionType": "Age",
- "operator": "gte",
- "age": 18
}
], - "contributionSource": "Employee",
- "leaveDayValue": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}
}, - "ikbReference": [
- {
- "relationType": "Included",
- "id": {
- "value": "string"
}, - "description": "string"
}
], - "description": "string"
}
], - "workingHoursReduction": [
- {
- "name": "string",
- "lineId": {
- "value": "string"
}, - "amount": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}, - "proportional": {
- "partTimePercentage": true,
- "employmentDuration": true,
- "description": "string"
}
}, - "interval": {
- "value": 0,
- "unitCode": "Day"
}, - "conditions": [
- {
- "conditionType": "Age",
- "operator": "gte",
- "age": 18
}
], - "contributionSource": "Employee",
- "leaveDayValue": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}
}, - "ikbReference": [
- {
- "relationType": "Included",
- "id": {
- "value": "string"
}, - "description": "string"
}
], - "description": "string"
}
], - "holidays": [
- {
- "name": "string",
- "lineId": {
- "value": "string"
}, - "amount": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}, - "proportional": {
- "partTimePercentage": true,
- "employmentDuration": true,
- "description": "string"
}
}, - "interval": {
- "value": 0,
- "unitCode": "Day"
}, - "conditions": [
- {
- "conditionType": "Age",
- "operator": "gte",
- "age": 18
}
], - "contributionSource": "Employee",
- "leaveDayValue": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}
}, - "ikbReference": [
- {
- "relationType": "Included",
- "id": {
- "value": "string"
}, - "description": "string"
}
], - "description": "string"
}
], - "specialLeave": [
- {
- "name": "string",
- "lineId": {
- "value": "string"
}, - "amount": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}, - "proportional": {
- "partTimePercentage": true,
- "employmentDuration": true,
- "description": "string"
}
}, - "interval": {
- "value": 0,
- "unitCode": "Day"
}, - "conditions": [
- {
- "conditionType": "Age",
- "operator": "gte",
- "age": 18
}
], - "contributionSource": "Employee",
- "leaveDayValue": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}
}, - "ikbReference": [
- {
- "relationType": "Included",
- "id": {
- "value": "string"
}, - "description": "string"
}
], - "description": "string"
}
], - "additionalParentalLeave": [
- {
- "name": "string",
- "lineId": {
- "value": "string"
}, - "amount": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}, - "proportional": {
- "partTimePercentage": true,
- "employmentDuration": true,
- "description": "string"
}
}, - "interval": {
- "value": 0,
- "unitCode": "Day"
}, - "conditions": [
- {
- "conditionType": "Age",
- "operator": "gte",
- "age": 18
}
], - "contributionSource": "Employee",
- "leaveDayValue": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}
}, - "ikbReference": [
- {
- "relationType": "Included",
- "id": {
- "value": "string"
}, - "description": "string"
}
], - "description": "string"
}
], - "mandatoryLeaveAllocation": {
- "description": "string"
}, - "description": "string"
}
], - "individualChoiceBudget": [
- {
- "id": {
- "value": "string",
- "schemeAgencyId": "Customer"
}, - "name": "string",
- "origin": {
- "type": "CollectiveLabourAgreement"
}, - "effectivePeriod": {
- "validFrom": "2019-08-24",
- "validTo": "2019-08-24"
}, - "line": [
- {
- "lineId": {
- "value": "string"
}, - "amount": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}, - "proportional": {
- "partTimePercentage": true,
- "employmentDuration": true,
- "description": "string"
}
}, - "interval": {
- "value": 0,
- "unitCode": "Day"
}, - "conditions": [
- {
- "conditionType": "Age",
- "operator": "gte",
- "age": 18
}
], - "contributionSource": "Employee",
- "ikbReference": [
- {
- "relationType": "Included",
- "id": {
- "value": "string"
}, - "description": "string"
}
]
}
], - "option": [
- {
- "description": "string"
}
], - "description": "string"
}
], - "pension": [
- {
- "id": {
- "value": "string",
- "schemeAgencyId": "Customer"
}, - "name": "string",
- "origin": {
- "type": "CollectiveLabourAgreement"
}, - "effectivePeriod": {
- "validFrom": "2019-08-24",
- "validTo": "2019-08-24"
}, - "line": [
- {
- "lineId": {
- "value": "string"
}, - "amount": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}, - "proportional": {
- "partTimePercentage": true,
- "employmentDuration": true,
- "description": "string"
}
}, - "interval": {
- "value": 0,
- "unitCode": "Day"
}, - "conditions": [
- {
- "conditionType": "Age",
- "operator": "gte",
- "age": 18
}
], - "contributionSource": "Employee",
- "ikbReference": [
- {
- "relationType": "Included",
- "id": {
- "value": "string"
}, - "description": "string"
}
]
}
], - "franchise": {
- "description": "string"
}, - "description": "string"
}
], - "sustainableEmployability": [
- {
- "id": {
- "value": "string",
- "schemeAgencyId": "Customer"
}, - "name": "string",
- "origin": {
- "type": "CollectiveLabourAgreement"
}, - "effectivePeriod": {
- "validFrom": "2019-08-24",
- "validTo": "2019-08-24"
}, - "typeCode": "ArrangementForFinancialHealth",
- "line": [
- {
- "lineId": {
- "value": "string"
}, - "amount": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}, - "proportional": {
- "partTimePercentage": true,
- "employmentDuration": true,
- "description": "string"
}
}, - "interval": {
- "value": 0,
- "unitCode": "Day"
}, - "conditions": [
- {
- "conditionType": "Age",
- "operator": "gte",
- "age": 18
}
], - "contributionSource": "Employee",
- "ikbReference": [
- {
- "relationType": "Included",
- "id": {
- "value": "string"
}, - "description": "string"
}
]
}
], - "payDate": {
- "occurrenceType": "Single",
- "date": "2026-12-15"
}, - "description": "string"
}
], - "supplementaryArrangement": [
- {
- "id": {
- "value": "string",
- "schemeAgencyId": "Customer"
}, - "name": "string",
- "origin": {
- "type": "CollectiveLabourAgreement"
}, - "effectivePeriod": {
- "validFrom": "2019-08-24",
- "validTo": "2019-08-24"
}, - "typeCode": "ERA",
- "line": [
- {
- "lineId": {
- "value": "string"
}, - "amount": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}, - "proportional": {
- "partTimePercentage": true,
- "employmentDuration": true,
- "description": "string"
}
}, - "interval": {
- "value": 0,
- "unitCode": "Day"
}, - "conditions": [
- {
- "conditionType": "Age",
- "operator": "gte",
- "age": 18
}
], - "contributionSource": "Employee",
- "ikbReference": [
- {
- "relationType": "Included",
- "id": {
- "value": "string"
}, - "description": "string"
}
]
}
], - "coverage": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}, - "proportional": {
- "partTimePercentage": true,
- "employmentDuration": true,
- "description": "string"
}
}, - "description": "string"
}
], - "otherArrangement": [
- {
- "id": {
- "value": "string",
- "schemeAgencyId": "Customer"
}, - "name": "string",
- "origin": {
- "type": "CollectiveLabourAgreement"
}, - "effectivePeriod": {
- "validFrom": "2019-08-24",
- "validTo": "2019-08-24"
}, - "line": [
- {
- "lineId": {
- "value": "string"
}, - "amount": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}, - "proportional": {
- "partTimePercentage": true,
- "employmentDuration": true,
- "description": "string"
}
}, - "interval": {
- "value": 0,
- "unitCode": "Day"
}, - "conditions": [
- {
- "conditionType": "Age",
- "operator": "gte",
- "age": 18
}
], - "contributionSource": "Employee",
- "ikbReference": [
- {
- "relationType": "Included",
- "id": {
- "value": "string"
}, - "description": "string"
}
]
}
], - "coverage": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}, - "proportional": {
- "partTimePercentage": true,
- "employmentDuration": true,
- "description": "string"
}
}, - "description": "string"
}
]
}Get the information about an existing inquiry-pay-equity message
path Parameters
| id required | string Example: c93efb20-1acd-447b-87e7-fadb108d8a0e This is the resource identifier assigned by the API client to the created resource. This is the id parameter used in path operations, for GET, PUT and DELETE operations. |
header Parameters
| Content-Type required | string Value: "application/json" Example: application/json |
Responses
Response samples
- 200
- 400
- 401
- 403
- 404
- 500
{- "documentId": {
- "value": "string",
- "schemeAgencyId": "Customer"
}, - "versionId": {
- "value": "string"
}, - "issued": "2019-08-24T14:15:22Z",
- "effectivePeriod": {
- "validFrom": "2019-08-24",
- "validTo": "2019-08-24"
}, - "customer": {
- "id": [
- {
- "value": "string",
- "schemeAgencyId": "Customer"
}
], - "name": "string",
- "legalId": [
- {
- "value": "string",
- "schemeAgencyId": "KvK"
}
], - "personContacts": [
- {
- "name": {
- "formattedName": "string"
}, - "communication": {
- "phone": [
- {
- "formattedNumber": "string"
}
], - "email": [
- {
- "address": "string",
- "useCode": "Business"
}
]
}, - "roleCode": "string",
- "positionTitle": "string"
}
]
}, - "baseDefinition": [
- {
- "baseType": "GrossSalary",
- "remunerationIndicator": true,
- "holidayAllowanceIndicator": true,
- "paidLeaveDayIndicator": true,
- "allAllowancesIndicator": true,
- "allowances": [
- {
- "typeCode": "EA100"
}
], - "referenceDate": {
- "occurrenceType": "Single",
- "date": "2026-12-15"
}
}
], - "labourAgreements": {
- "industryIdentifier": [
- {
- "value": "string"
}
], - "collectiveLabourAgreement": {
- "name": "string",
- "id": {
- "value": "string"
}, - "effectivePeriod": {
- "validFrom": "2019-08-24",
- "validTo": "2019-08-24"
}, - "basedOn": "string"
}, - "customLabourAgreement": true
}, - "positionProfile": [
- {
- "positionId": {
- "value": "string"
}, - "positionTitle": "string",
- "origin": {
- "type": "CollectiveLabourAgreement"
}, - "referenceTitle": "string",
- "workDescription": "string"
}
], - "remuneration": [
- {
- "origin": {
- "type": "CollectiveLabourAgreement"
}, - "effectivePeriod": {
- "validFrom": "2019-08-24",
- "validTo": "2019-08-24"
}, - "workDuration": {
- "amount": {
- "value": 0,
- "unitCode": "Hour"
}, - "interval": {
- "value": 0,
- "unitCode": "Day"
}, - "valuePerWeek": 0
}, - "interval": {
- "value": 0,
- "unitCode": "Day"
}, - "hourlyWageConversion": {
- "hourlyWageFactor": 0,
- "hourlyWagePercentage": 0
}, - "salaryScale": [
- {
- "name": "string",
- "minValue": 0,
- "maxValue": 0,
- "currency": "string",
- "salaryStep": [
- {
- "name": "string",
- "value": 0,
- "minimumWage": true,
- "conditions": [
- {
- "conditionType": "Age",
- "operator": "gte",
- "age": 18
}
]
}
], - "careerLevel": {
- "indicator": true,
- "description": "string"
}, - "positionProfileReference": [
- {
- "positionId": {
- "value": "string"
}, - "startSalaryStep": "string",
- "description": "string"
}
]
}
], - "individualSalaryIncrease": [
- {
- "effectiveDate": {
- "occurrenceType": "Single",
- "date": "2026-12-15"
}, - "line": {
- "lineId": {
- "value": "string"
}, - "amount": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}, - "proportional": {
- "partTimePercentage": true,
- "employmentDuration": true,
- "description": "string"
}
}, - "interval": {
- "value": 0,
- "unitCode": "Day"
}, - "conditions": [
- {
- "conditionType": "Age",
- "operator": "gte",
- "age": 18
}
], - "contributionSource": "Employee"
}
}
], - "generalSalaryIncrease": [
- {
- "effectiveDate": {
- "occurrenceType": "Single",
- "date": "2026-12-15"
}, - "amount": {
- "value": 0,
- "unitCode": "Hour"
}, - "description": "string"
}
], - "conditions": [
- {
- "conditionType": "Age",
- "operator": "gte",
- "age": 18
}
]
}
], - "allowance": [
- {
- "id": {
- "value": "string",
- "schemeAgencyId": "Customer"
}, - "name": "string",
- "origin": {
- "type": "CollectiveLabourAgreement"
}, - "effectivePeriod": {
- "validFrom": "2019-08-24",
- "validTo": "2019-08-24"
}, - "typeCode": "EA100",
- "period": [
- {
- "datePeriod": [
- {
- "start": "2019-08-24",
- "end": "2019-08-24"
}
], - "timePeriod": {
- "start": "14:15:22Z",
- "end": "14:15:22Z"
}, - "weekday": [
- {
- "value": "Monday"
}
]
}
], - "line": [
- {
- "lineId": {
- "value": "string"
}, - "amount": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}, - "proportional": {
- "partTimePercentage": true,
- "employmentDuration": true,
- "description": "string"
}
}, - "interval": {
- "value": 0,
- "unitCode": "Day"
}, - "conditions": [
- {
- "conditionType": "Age",
- "operator": "gte",
- "age": 18
}
], - "contributionSource": "Employee",
- "ikbReference": [
- {
- "relationType": "Included",
- "id": {
- "value": "string"
}, - "description": "string"
}
]
}
], - "payDate": {
- "occurrenceType": "Single",
- "date": "2026-12-15"
}, - "reference": [
- {
- "id": {
- "value": "string"
}, - "typeCode": "EA100",
- "description": "string",
- "relationType": "Compounding"
}
], - "phaseOutScheme": "string",
- "description": "string"
}
], - "holidayAllowance": [
- {
- "id": {
- "value": "string",
- "schemeAgencyId": "Customer"
}, - "name": "string",
- "origin": {
- "type": "CollectiveLabourAgreement"
}, - "effectivePeriod": {
- "validFrom": "2019-08-24",
- "validTo": "2019-08-24"
}, - "line": [
- {
- "lineId": {
- "value": "string"
}, - "amount": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}, - "proportional": {
- "partTimePercentage": true,
- "employmentDuration": true,
- "description": "string"
}
}, - "interval": {
- "value": 0,
- "unitCode": "Day"
}, - "conditions": [
- {
- "conditionType": "Age",
- "operator": "gte",
- "age": 18
}
], - "contributionSource": "Employee",
- "ikbReference": [
- {
- "relationType": "Included",
- "id": {
- "value": "string"
}, - "description": "string"
}
]
}
], - "payDate": {
- "occurrenceType": "Single",
- "date": "2026-12-15"
}, - "description": "string"
}
], - "sickPay": [
- {
- "id": {
- "value": "string",
- "schemeAgencyId": "Customer"
}, - "name": "string",
- "origin": {
- "type": "CollectiveLabourAgreement"
}, - "effectivePeriod": {
- "validFrom": "2019-08-24",
- "validTo": "2019-08-24"
}, - "waitingDays": {
- "value": 0,
- "unitCode": "Day",
- "conditions": [
- {
- "conditionType": "Age",
- "operator": "gte",
- "age": 18
}
]
}, - "line": [
- {
- "lineId": {
- "value": "string"
}, - "amount": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}, - "proportional": {
- "partTimePercentage": true,
- "employmentDuration": true,
- "description": "string"
}
}, - "interval": {
- "value": 0,
- "unitCode": "Day"
}, - "conditions": [
- {
- "conditionType": "Age",
- "operator": "gte",
- "age": 18
}
], - "contributionSource": "Employee",
- "ikbReference": [
- {
- "relationType": "Included",
- "id": {
- "value": "string"
}, - "description": "string"
}
]
}
], - "description": "string"
}
], - "leave": [
- {
- "id": {
- "value": "string",
- "schemeAgencyId": "Customer"
}, - "name": "string",
- "origin": {
- "type": "CollectiveLabourAgreement"
}, - "effectivePeriod": {
- "validFrom": "2019-08-24",
- "validTo": "2019-08-24"
}, - "paidLeave": [
- {
- "name": "string",
- "lineId": {
- "value": "string"
}, - "amount": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}, - "proportional": {
- "partTimePercentage": true,
- "employmentDuration": true,
- "description": "string"
}
}, - "interval": {
- "value": 0,
- "unitCode": "Day"
}, - "conditions": [
- {
- "conditionType": "Age",
- "operator": "gte",
- "age": 18
}
], - "contributionSource": "Employee",
- "leaveDayValue": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}
}, - "ikbReference": [
- {
- "relationType": "Included",
- "id": {
- "value": "string"
}, - "description": "string"
}
], - "description": "string"
}
], - "workingHoursReduction": [
- {
- "name": "string",
- "lineId": {
- "value": "string"
}, - "amount": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}, - "proportional": {
- "partTimePercentage": true,
- "employmentDuration": true,
- "description": "string"
}
}, - "interval": {
- "value": 0,
- "unitCode": "Day"
}, - "conditions": [
- {
- "conditionType": "Age",
- "operator": "gte",
- "age": 18
}
], - "contributionSource": "Employee",
- "leaveDayValue": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}
}, - "ikbReference": [
- {
- "relationType": "Included",
- "id": {
- "value": "string"
}, - "description": "string"
}
], - "description": "string"
}
], - "holidays": [
- {
- "name": "string",
- "lineId": {
- "value": "string"
}, - "amount": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}, - "proportional": {
- "partTimePercentage": true,
- "employmentDuration": true,
- "description": "string"
}
}, - "interval": {
- "value": 0,
- "unitCode": "Day"
}, - "conditions": [
- {
- "conditionType": "Age",
- "operator": "gte",
- "age": 18
}
], - "contributionSource": "Employee",
- "leaveDayValue": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}
}, - "ikbReference": [
- {
- "relationType": "Included",
- "id": {
- "value": "string"
}, - "description": "string"
}
], - "description": "string"
}
], - "specialLeave": [
- {
- "name": "string",
- "lineId": {
- "value": "string"
}, - "amount": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}, - "proportional": {
- "partTimePercentage": true,
- "employmentDuration": true,
- "description": "string"
}
}, - "interval": {
- "value": 0,
- "unitCode": "Day"
}, - "conditions": [
- {
- "conditionType": "Age",
- "operator": "gte",
- "age": 18
}
], - "contributionSource": "Employee",
- "leaveDayValue": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}
}, - "ikbReference": [
- {
- "relationType": "Included",
- "id": {
- "value": "string"
}, - "description": "string"
}
], - "description": "string"
}
], - "additionalParentalLeave": [
- {
- "name": "string",
- "lineId": {
- "value": "string"
}, - "amount": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}, - "proportional": {
- "partTimePercentage": true,
- "employmentDuration": true,
- "description": "string"
}
}, - "interval": {
- "value": 0,
- "unitCode": "Day"
}, - "conditions": [
- {
- "conditionType": "Age",
- "operator": "gte",
- "age": 18
}
], - "contributionSource": "Employee",
- "leaveDayValue": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}
}, - "ikbReference": [
- {
- "relationType": "Included",
- "id": {
- "value": "string"
}, - "description": "string"
}
], - "description": "string"
}
], - "mandatoryLeaveAllocation": {
- "description": "string"
}, - "description": "string"
}
], - "individualChoiceBudget": [
- {
- "id": {
- "value": "string",
- "schemeAgencyId": "Customer"
}, - "name": "string",
- "origin": {
- "type": "CollectiveLabourAgreement"
}, - "effectivePeriod": {
- "validFrom": "2019-08-24",
- "validTo": "2019-08-24"
}, - "line": [
- {
- "lineId": {
- "value": "string"
}, - "amount": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}, - "proportional": {
- "partTimePercentage": true,
- "employmentDuration": true,
- "description": "string"
}
}, - "interval": {
- "value": 0,
- "unitCode": "Day"
}, - "conditions": [
- {
- "conditionType": "Age",
- "operator": "gte",
- "age": 18
}
], - "contributionSource": "Employee",
- "ikbReference": [
- {
- "relationType": "Included",
- "id": {
- "value": "string"
}, - "description": "string"
}
]
}
], - "option": [
- {
- "description": "string"
}
], - "description": "string"
}
], - "pension": [
- {
- "id": {
- "value": "string",
- "schemeAgencyId": "Customer"
}, - "name": "string",
- "origin": {
- "type": "CollectiveLabourAgreement"
}, - "effectivePeriod": {
- "validFrom": "2019-08-24",
- "validTo": "2019-08-24"
}, - "line": [
- {
- "lineId": {
- "value": "string"
}, - "amount": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}, - "proportional": {
- "partTimePercentage": true,
- "employmentDuration": true,
- "description": "string"
}
}, - "interval": {
- "value": 0,
- "unitCode": "Day"
}, - "conditions": [
- {
- "conditionType": "Age",
- "operator": "gte",
- "age": 18
}
], - "contributionSource": "Employee",
- "ikbReference": [
- {
- "relationType": "Included",
- "id": {
- "value": "string"
}, - "description": "string"
}
]
}
], - "franchise": {
- "description": "string"
}, - "description": "string"
}
], - "sustainableEmployability": [
- {
- "id": {
- "value": "string",
- "schemeAgencyId": "Customer"
}, - "name": "string",
- "origin": {
- "type": "CollectiveLabourAgreement"
}, - "effectivePeriod": {
- "validFrom": "2019-08-24",
- "validTo": "2019-08-24"
}, - "typeCode": "ArrangementForFinancialHealth",
- "line": [
- {
- "lineId": {
- "value": "string"
}, - "amount": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}, - "proportional": {
- "partTimePercentage": true,
- "employmentDuration": true,
- "description": "string"
}
}, - "interval": {
- "value": 0,
- "unitCode": "Day"
}, - "conditions": [
- {
- "conditionType": "Age",
- "operator": "gte",
- "age": 18
}
], - "contributionSource": "Employee",
- "ikbReference": [
- {
- "relationType": "Included",
- "id": {
- "value": "string"
}, - "description": "string"
}
]
}
], - "payDate": {
- "occurrenceType": "Single",
- "date": "2026-12-15"
}, - "description": "string"
}
], - "supplementaryArrangement": [
- {
- "id": {
- "value": "string",
- "schemeAgencyId": "Customer"
}, - "name": "string",
- "origin": {
- "type": "CollectiveLabourAgreement"
}, - "effectivePeriod": {
- "validFrom": "2019-08-24",
- "validTo": "2019-08-24"
}, - "typeCode": "ERA",
- "line": [
- {
- "lineId": {
- "value": "string"
}, - "amount": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}, - "proportional": {
- "partTimePercentage": true,
- "employmentDuration": true,
- "description": "string"
}
}, - "interval": {
- "value": 0,
- "unitCode": "Day"
}, - "conditions": [
- {
- "conditionType": "Age",
- "operator": "gte",
- "age": 18
}
], - "contributionSource": "Employee",
- "ikbReference": [
- {
- "relationType": "Included",
- "id": {
- "value": "string"
}, - "description": "string"
}
]
}
], - "coverage": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}, - "proportional": {
- "partTimePercentage": true,
- "employmentDuration": true,
- "description": "string"
}
}, - "description": "string"
}
], - "otherArrangement": [
- {
- "id": {
- "value": "string",
- "schemeAgencyId": "Customer"
}, - "name": "string",
- "origin": {
- "type": "CollectiveLabourAgreement"
}, - "effectivePeriod": {
- "validFrom": "2019-08-24",
- "validTo": "2019-08-24"
}, - "line": [
- {
- "lineId": {
- "value": "string"
}, - "amount": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}, - "proportional": {
- "partTimePercentage": true,
- "employmentDuration": true,
- "description": "string"
}
}, - "interval": {
- "value": 0,
- "unitCode": "Day"
}, - "conditions": [
- {
- "conditionType": "Age",
- "operator": "gte",
- "age": 18
}
], - "contributionSource": "Employee",
- "ikbReference": [
- {
- "relationType": "Included",
- "id": {
- "value": "string"
}, - "description": "string"
}
]
}
], - "coverage": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}, - "proportional": {
- "partTimePercentage": true,
- "employmentDuration": true,
- "description": "string"
}
}, - "description": "string"
}
]
}Set of APIs to be implemented by the backoffice of the supplier.
Submit or update an inquiry-pay-equity message. In case of an update, the request body replaces all previous shared information of the resource.
path Parameters
| id required | string Example: c93efb20-1acd-447b-87e7-fadb108d8a0e This is the resource identifier assigned by the API client to the created resource. This is the id parameter used in path operations, for GET, PUT and DELETE operations. |
header Parameters
| setuVersionId required | string Example: 2.0 Specification of the SETU standard version that is used as body message. |
| Content-Type required | string Value: "application/json" Example: application/json |
Request Body schema: application/json
Complete inquiry-pay-equity message as specified by SETU.
required | object (Identifier) The unique identifier of this arrangement. |
object The version identifier is a customer-specific identifier used to distinguish one version of the SETU Inquiry Pay Equity message from another. | |
| issued | string <date-time> The datetime the document was issued. |
required | object (EffectivePeriod) Indicates the validity period of this regulation. The period is from the start date up to and including the end date. |
required | object (Party) The customer/hirer of the worker. |
Array of objects (BaseDefinition) | |
object (LabourAgreements) This container indicates in which sector the staffing customer works and which specific collective labour agreement (CLA) and/or the own employment conditions scheme is leading for the provision of remuneration information. | |
Array of objects (PositionProfile) | |
required | Array of objects (RemunerationPackage) non-empty |
Array of objects (AllowanceArrangement) | |
Array of objects (HolidayAllowanceArrangement) | |
Array of objects (SickPayArrangement) | |
Array of objects (LeaveArrangement) | |
Array of objects (IndividualChoiceBudgetArrangement) | |
Array of objects (PensionArrangement) | |
Array of objects (SustainableEmployabilityArrangement) | |
Array of objects (SupplementaryArrangement) | |
Array of objects (OtherArrangement) |
Responses
Request samples
- Payload
{- "documentId": {
- "value": "string",
- "schemeAgencyId": "Customer"
}, - "versionId": {
- "value": "string"
}, - "issued": "2019-08-24T14:15:22Z",
- "effectivePeriod": {
- "validFrom": "2019-08-24",
- "validTo": "2019-08-24"
}, - "customer": {
- "id": [
- {
- "value": "string",
- "schemeAgencyId": "Customer"
}
], - "name": "string",
- "legalId": [
- {
- "value": "string",
- "schemeAgencyId": "KvK"
}
], - "personContacts": [
- {
- "name": {
- "formattedName": "string"
}, - "communication": {
- "phone": [
- {
- "formattedNumber": "string"
}
], - "email": [
- {
- "address": "string",
- "useCode": "Business"
}
]
}, - "roleCode": "string",
- "positionTitle": "string"
}
]
}, - "baseDefinition": [
- {
- "baseType": "GrossSalary",
- "remunerationIndicator": true,
- "holidayAllowanceIndicator": true,
- "paidLeaveDayIndicator": true,
- "allAllowancesIndicator": true,
- "allowances": [
- {
- "typeCode": "EA100"
}
], - "referenceDate": {
- "occurrenceType": "Single",
- "date": "2026-12-15"
}
}
], - "labourAgreements": {
- "industryIdentifier": [
- {
- "value": "string"
}
], - "collectiveLabourAgreement": {
- "name": "string",
- "id": {
- "value": "string"
}, - "effectivePeriod": {
- "validFrom": "2019-08-24",
- "validTo": "2019-08-24"
}, - "basedOn": "string"
}, - "customLabourAgreement": true
}, - "positionProfile": [
- {
- "positionId": {
- "value": "string"
}, - "positionTitle": "string",
- "origin": {
- "type": "CollectiveLabourAgreement"
}, - "referenceTitle": "string",
- "workDescription": "string"
}
], - "remuneration": [
- {
- "origin": {
- "type": "CollectiveLabourAgreement"
}, - "effectivePeriod": {
- "validFrom": "2019-08-24",
- "validTo": "2019-08-24"
}, - "workDuration": {
- "amount": {
- "value": 0,
- "unitCode": "Hour"
}, - "interval": {
- "value": 0,
- "unitCode": "Day"
}, - "valuePerWeek": 0
}, - "interval": {
- "value": 0,
- "unitCode": "Day"
}, - "hourlyWageConversion": {
- "hourlyWageFactor": 0,
- "hourlyWagePercentage": 0
}, - "salaryScale": [
- {
- "name": "string",
- "minValue": 0,
- "maxValue": 0,
- "currency": "string",
- "salaryStep": [
- {
- "name": "string",
- "value": 0,
- "minimumWage": true,
- "conditions": [
- {
- "conditionType": "Age",
- "operator": "gte",
- "age": 18
}
]
}
], - "careerLevel": {
- "indicator": true,
- "description": "string"
}, - "positionProfileReference": [
- {
- "positionId": {
- "value": "string"
}, - "startSalaryStep": "string",
- "description": "string"
}
]
}
], - "individualSalaryIncrease": [
- {
- "effectiveDate": {
- "occurrenceType": "Single",
- "date": "2026-12-15"
}, - "line": {
- "lineId": {
- "value": "string"
}, - "amount": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}, - "proportional": {
- "partTimePercentage": true,
- "employmentDuration": true,
- "description": "string"
}
}, - "interval": {
- "value": 0,
- "unitCode": "Day"
}, - "conditions": [
- {
- "conditionType": "Age",
- "operator": "gte",
- "age": 18
}
], - "contributionSource": "Employee"
}
}
], - "generalSalaryIncrease": [
- {
- "effectiveDate": {
- "occurrenceType": "Single",
- "date": "2026-12-15"
}, - "amount": {
- "value": 0,
- "unitCode": "Hour"
}, - "description": "string"
}
], - "conditions": [
- {
- "conditionType": "Age",
- "operator": "gte",
- "age": 18
}
]
}
], - "allowance": [
- {
- "id": {
- "value": "string",
- "schemeAgencyId": "Customer"
}, - "name": "string",
- "origin": {
- "type": "CollectiveLabourAgreement"
}, - "effectivePeriod": {
- "validFrom": "2019-08-24",
- "validTo": "2019-08-24"
}, - "typeCode": "EA100",
- "period": [
- {
- "datePeriod": [
- {
- "start": "2019-08-24",
- "end": "2019-08-24"
}
], - "timePeriod": {
- "start": "14:15:22Z",
- "end": "14:15:22Z"
}, - "weekday": [
- {
- "value": "Monday"
}
]
}
], - "line": [
- {
- "lineId": {
- "value": "string"
}, - "amount": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}, - "proportional": {
- "partTimePercentage": true,
- "employmentDuration": true,
- "description": "string"
}
}, - "interval": {
- "value": 0,
- "unitCode": "Day"
}, - "conditions": [
- {
- "conditionType": "Age",
- "operator": "gte",
- "age": 18
}
], - "contributionSource": "Employee",
- "ikbReference": [
- {
- "relationType": "Included",
- "id": {
- "value": "string"
}, - "description": "string"
}
]
}
], - "payDate": {
- "occurrenceType": "Single",
- "date": "2026-12-15"
}, - "reference": [
- {
- "id": {
- "value": "string"
}, - "typeCode": "EA100",
- "description": "string",
- "relationType": "Compounding"
}
], - "phaseOutScheme": "string",
- "description": "string"
}
], - "holidayAllowance": [
- {
- "id": {
- "value": "string",
- "schemeAgencyId": "Customer"
}, - "name": "string",
- "origin": {
- "type": "CollectiveLabourAgreement"
}, - "effectivePeriod": {
- "validFrom": "2019-08-24",
- "validTo": "2019-08-24"
}, - "line": [
- {
- "lineId": {
- "value": "string"
}, - "amount": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}, - "proportional": {
- "partTimePercentage": true,
- "employmentDuration": true,
- "description": "string"
}
}, - "interval": {
- "value": 0,
- "unitCode": "Day"
}, - "conditions": [
- {
- "conditionType": "Age",
- "operator": "gte",
- "age": 18
}
], - "contributionSource": "Employee",
- "ikbReference": [
- {
- "relationType": "Included",
- "id": {
- "value": "string"
}, - "description": "string"
}
]
}
], - "payDate": {
- "occurrenceType": "Single",
- "date": "2026-12-15"
}, - "description": "string"
}
], - "sickPay": [
- {
- "id": {
- "value": "string",
- "schemeAgencyId": "Customer"
}, - "name": "string",
- "origin": {
- "type": "CollectiveLabourAgreement"
}, - "effectivePeriod": {
- "validFrom": "2019-08-24",
- "validTo": "2019-08-24"
}, - "waitingDays": {
- "value": 0,
- "unitCode": "Day",
- "conditions": [
- {
- "conditionType": "Age",
- "operator": "gte",
- "age": 18
}
]
}, - "line": [
- {
- "lineId": {
- "value": "string"
}, - "amount": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}, - "proportional": {
- "partTimePercentage": true,
- "employmentDuration": true,
- "description": "string"
}
}, - "interval": {
- "value": 0,
- "unitCode": "Day"
}, - "conditions": [
- {
- "conditionType": "Age",
- "operator": "gte",
- "age": 18
}
], - "contributionSource": "Employee",
- "ikbReference": [
- {
- "relationType": "Included",
- "id": {
- "value": "string"
}, - "description": "string"
}
]
}
], - "description": "string"
}
], - "leave": [
- {
- "id": {
- "value": "string",
- "schemeAgencyId": "Customer"
}, - "name": "string",
- "origin": {
- "type": "CollectiveLabourAgreement"
}, - "effectivePeriod": {
- "validFrom": "2019-08-24",
- "validTo": "2019-08-24"
}, - "paidLeave": [
- {
- "name": "string",
- "lineId": {
- "value": "string"
}, - "amount": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}, - "proportional": {
- "partTimePercentage": true,
- "employmentDuration": true,
- "description": "string"
}
}, - "interval": {
- "value": 0,
- "unitCode": "Day"
}, - "conditions": [
- {
- "conditionType": "Age",
- "operator": "gte",
- "age": 18
}
], - "contributionSource": "Employee",
- "leaveDayValue": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}
}, - "ikbReference": [
- {
- "relationType": "Included",
- "id": {
- "value": "string"
}, - "description": "string"
}
], - "description": "string"
}
], - "workingHoursReduction": [
- {
- "name": "string",
- "lineId": {
- "value": "string"
}, - "amount": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}, - "proportional": {
- "partTimePercentage": true,
- "employmentDuration": true,
- "description": "string"
}
}, - "interval": {
- "value": 0,
- "unitCode": "Day"
}, - "conditions": [
- {
- "conditionType": "Age",
- "operator": "gte",
- "age": 18
}
], - "contributionSource": "Employee",
- "leaveDayValue": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}
}, - "ikbReference": [
- {
- "relationType": "Included",
- "id": {
- "value": "string"
}, - "description": "string"
}
], - "description": "string"
}
], - "holidays": [
- {
- "name": "string",
- "lineId": {
- "value": "string"
}, - "amount": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}, - "proportional": {
- "partTimePercentage": true,
- "employmentDuration": true,
- "description": "string"
}
}, - "interval": {
- "value": 0,
- "unitCode": "Day"
}, - "conditions": [
- {
- "conditionType": "Age",
- "operator": "gte",
- "age": 18
}
], - "contributionSource": "Employee",
- "leaveDayValue": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}
}, - "ikbReference": [
- {
- "relationType": "Included",
- "id": {
- "value": "string"
}, - "description": "string"
}
], - "description": "string"
}
], - "specialLeave": [
- {
- "name": "string",
- "lineId": {
- "value": "string"
}, - "amount": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}, - "proportional": {
- "partTimePercentage": true,
- "employmentDuration": true,
- "description": "string"
}
}, - "interval": {
- "value": 0,
- "unitCode": "Day"
}, - "conditions": [
- {
- "conditionType": "Age",
- "operator": "gte",
- "age": 18
}
], - "contributionSource": "Employee",
- "leaveDayValue": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}
}, - "ikbReference": [
- {
- "relationType": "Included",
- "id": {
- "value": "string"
}, - "description": "string"
}
], - "description": "string"
}
], - "additionalParentalLeave": [
- {
- "name": "string",
- "lineId": {
- "value": "string"
}, - "amount": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}, - "proportional": {
- "partTimePercentage": true,
- "employmentDuration": true,
- "description": "string"
}
}, - "interval": {
- "value": 0,
- "unitCode": "Day"
}, - "conditions": [
- {
- "conditionType": "Age",
- "operator": "gte",
- "age": 18
}
], - "contributionSource": "Employee",
- "leaveDayValue": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}
}, - "ikbReference": [
- {
- "relationType": "Included",
- "id": {
- "value": "string"
}, - "description": "string"
}
], - "description": "string"
}
], - "mandatoryLeaveAllocation": {
- "description": "string"
}, - "description": "string"
}
], - "individualChoiceBudget": [
- {
- "id": {
- "value": "string",
- "schemeAgencyId": "Customer"
}, - "name": "string",
- "origin": {
- "type": "CollectiveLabourAgreement"
}, - "effectivePeriod": {
- "validFrom": "2019-08-24",
- "validTo": "2019-08-24"
}, - "line": [
- {
- "lineId": {
- "value": "string"
}, - "amount": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}, - "proportional": {
- "partTimePercentage": true,
- "employmentDuration": true,
- "description": "string"
}
}, - "interval": {
- "value": 0,
- "unitCode": "Day"
}, - "conditions": [
- {
- "conditionType": "Age",
- "operator": "gte",
- "age": 18
}
], - "contributionSource": "Employee",
- "ikbReference": [
- {
- "relationType": "Included",
- "id": {
- "value": "string"
}, - "description": "string"
}
]
}
], - "option": [
- {
- "description": "string"
}
], - "description": "string"
}
], - "pension": [
- {
- "id": {
- "value": "string",
- "schemeAgencyId": "Customer"
}, - "name": "string",
- "origin": {
- "type": "CollectiveLabourAgreement"
}, - "effectivePeriod": {
- "validFrom": "2019-08-24",
- "validTo": "2019-08-24"
}, - "line": [
- {
- "lineId": {
- "value": "string"
}, - "amount": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}, - "proportional": {
- "partTimePercentage": true,
- "employmentDuration": true,
- "description": "string"
}
}, - "interval": {
- "value": 0,
- "unitCode": "Day"
}, - "conditions": [
- {
- "conditionType": "Age",
- "operator": "gte",
- "age": 18
}
], - "contributionSource": "Employee",
- "ikbReference": [
- {
- "relationType": "Included",
- "id": {
- "value": "string"
}, - "description": "string"
}
]
}
], - "franchise": {
- "description": "string"
}, - "description": "string"
}
], - "sustainableEmployability": [
- {
- "id": {
- "value": "string",
- "schemeAgencyId": "Customer"
}, - "name": "string",
- "origin": {
- "type": "CollectiveLabourAgreement"
}, - "effectivePeriod": {
- "validFrom": "2019-08-24",
- "validTo": "2019-08-24"
}, - "typeCode": "ArrangementForFinancialHealth",
- "line": [
- {
- "lineId": {
- "value": "string"
}, - "amount": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}, - "proportional": {
- "partTimePercentage": true,
- "employmentDuration": true,
- "description": "string"
}
}, - "interval": {
- "value": 0,
- "unitCode": "Day"
}, - "conditions": [
- {
- "conditionType": "Age",
- "operator": "gte",
- "age": 18
}
], - "contributionSource": "Employee",
- "ikbReference": [
- {
- "relationType": "Included",
- "id": {
- "value": "string"
}, - "description": "string"
}
]
}
], - "payDate": {
- "occurrenceType": "Single",
- "date": "2026-12-15"
}, - "description": "string"
}
], - "supplementaryArrangement": [
- {
- "id": {
- "value": "string",
- "schemeAgencyId": "Customer"
}, - "name": "string",
- "origin": {
- "type": "CollectiveLabourAgreement"
}, - "effectivePeriod": {
- "validFrom": "2019-08-24",
- "validTo": "2019-08-24"
}, - "typeCode": "ERA",
- "line": [
- {
- "lineId": {
- "value": "string"
}, - "amount": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}, - "proportional": {
- "partTimePercentage": true,
- "employmentDuration": true,
- "description": "string"
}
}, - "interval": {
- "value": 0,
- "unitCode": "Day"
}, - "conditions": [
- {
- "conditionType": "Age",
- "operator": "gte",
- "age": 18
}
], - "contributionSource": "Employee",
- "ikbReference": [
- {
- "relationType": "Included",
- "id": {
- "value": "string"
}, - "description": "string"
}
]
}
], - "coverage": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}, - "proportional": {
- "partTimePercentage": true,
- "employmentDuration": true,
- "description": "string"
}
}, - "description": "string"
}
], - "otherArrangement": [
- {
- "id": {
- "value": "string",
- "schemeAgencyId": "Customer"
}, - "name": "string",
- "origin": {
- "type": "CollectiveLabourAgreement"
}, - "effectivePeriod": {
- "validFrom": "2019-08-24",
- "validTo": "2019-08-24"
}, - "line": [
- {
- "lineId": {
- "value": "string"
}, - "amount": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}, - "proportional": {
- "partTimePercentage": true,
- "employmentDuration": true,
- "description": "string"
}
}, - "interval": {
- "value": 0,
- "unitCode": "Day"
}, - "conditions": [
- {
- "conditionType": "Age",
- "operator": "gte",
- "age": 18
}
], - "contributionSource": "Employee",
- "ikbReference": [
- {
- "relationType": "Included",
- "id": {
- "value": "string"
}, - "description": "string"
}
]
}
], - "coverage": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}, - "proportional": {
- "partTimePercentage": true,
- "employmentDuration": true,
- "description": "string"
}
}, - "description": "string"
}
]
}Response samples
- 200
- 201
- 400
- 401
- 403
- 404
- 500
{- "documentId": {
- "value": "string",
- "schemeAgencyId": "Customer"
}, - "versionId": {
- "value": "string"
}, - "issued": "2019-08-24T14:15:22Z",
- "effectivePeriod": {
- "validFrom": "2019-08-24",
- "validTo": "2019-08-24"
}, - "customer": {
- "id": [
- {
- "value": "string",
- "schemeAgencyId": "Customer"
}
], - "name": "string",
- "legalId": [
- {
- "value": "string",
- "schemeAgencyId": "KvK"
}
], - "personContacts": [
- {
- "name": {
- "formattedName": "string"
}, - "communication": {
- "phone": [
- {
- "formattedNumber": "string"
}
], - "email": [
- {
- "address": "string",
- "useCode": "Business"
}
]
}, - "roleCode": "string",
- "positionTitle": "string"
}
]
}, - "baseDefinition": [
- {
- "baseType": "GrossSalary",
- "remunerationIndicator": true,
- "holidayAllowanceIndicator": true,
- "paidLeaveDayIndicator": true,
- "allAllowancesIndicator": true,
- "allowances": [
- {
- "typeCode": "EA100"
}
], - "referenceDate": {
- "occurrenceType": "Single",
- "date": "2026-12-15"
}
}
], - "labourAgreements": {
- "industryIdentifier": [
- {
- "value": "string"
}
], - "collectiveLabourAgreement": {
- "name": "string",
- "id": {
- "value": "string"
}, - "effectivePeriod": {
- "validFrom": "2019-08-24",
- "validTo": "2019-08-24"
}, - "basedOn": "string"
}, - "customLabourAgreement": true
}, - "positionProfile": [
- {
- "positionId": {
- "value": "string"
}, - "positionTitle": "string",
- "origin": {
- "type": "CollectiveLabourAgreement"
}, - "referenceTitle": "string",
- "workDescription": "string"
}
], - "remuneration": [
- {
- "origin": {
- "type": "CollectiveLabourAgreement"
}, - "effectivePeriod": {
- "validFrom": "2019-08-24",
- "validTo": "2019-08-24"
}, - "workDuration": {
- "amount": {
- "value": 0,
- "unitCode": "Hour"
}, - "interval": {
- "value": 0,
- "unitCode": "Day"
}, - "valuePerWeek": 0
}, - "interval": {
- "value": 0,
- "unitCode": "Day"
}, - "hourlyWageConversion": {
- "hourlyWageFactor": 0,
- "hourlyWagePercentage": 0
}, - "salaryScale": [
- {
- "name": "string",
- "minValue": 0,
- "maxValue": 0,
- "currency": "string",
- "salaryStep": [
- {
- "name": "string",
- "value": 0,
- "minimumWage": true,
- "conditions": [
- {
- "conditionType": "Age",
- "operator": "gte",
- "age": 18
}
]
}
], - "careerLevel": {
- "indicator": true,
- "description": "string"
}, - "positionProfileReference": [
- {
- "positionId": {
- "value": "string"
}, - "startSalaryStep": "string",
- "description": "string"
}
]
}
], - "individualSalaryIncrease": [
- {
- "effectiveDate": {
- "occurrenceType": "Single",
- "date": "2026-12-15"
}, - "line": {
- "lineId": {
- "value": "string"
}, - "amount": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}, - "proportional": {
- "partTimePercentage": true,
- "employmentDuration": true,
- "description": "string"
}
}, - "interval": {
- "value": 0,
- "unitCode": "Day"
}, - "conditions": [
- {
- "conditionType": "Age",
- "operator": "gte",
- "age": 18
}
], - "contributionSource": "Employee"
}
}
], - "generalSalaryIncrease": [
- {
- "effectiveDate": {
- "occurrenceType": "Single",
- "date": "2026-12-15"
}, - "amount": {
- "value": 0,
- "unitCode": "Hour"
}, - "description": "string"
}
], - "conditions": [
- {
- "conditionType": "Age",
- "operator": "gte",
- "age": 18
}
]
}
], - "allowance": [
- {
- "id": {
- "value": "string",
- "schemeAgencyId": "Customer"
}, - "name": "string",
- "origin": {
- "type": "CollectiveLabourAgreement"
}, - "effectivePeriod": {
- "validFrom": "2019-08-24",
- "validTo": "2019-08-24"
}, - "typeCode": "EA100",
- "period": [
- {
- "datePeriod": [
- {
- "start": "2019-08-24",
- "end": "2019-08-24"
}
], - "timePeriod": {
- "start": "14:15:22Z",
- "end": "14:15:22Z"
}, - "weekday": [
- {
- "value": "Monday"
}
]
}
], - "line": [
- {
- "lineId": {
- "value": "string"
}, - "amount": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}, - "proportional": {
- "partTimePercentage": true,
- "employmentDuration": true,
- "description": "string"
}
}, - "interval": {
- "value": 0,
- "unitCode": "Day"
}, - "conditions": [
- {
- "conditionType": "Age",
- "operator": "gte",
- "age": 18
}
], - "contributionSource": "Employee",
- "ikbReference": [
- {
- "relationType": "Included",
- "id": {
- "value": "string"
}, - "description": "string"
}
]
}
], - "payDate": {
- "occurrenceType": "Single",
- "date": "2026-12-15"
}, - "reference": [
- {
- "id": {
- "value": "string"
}, - "typeCode": "EA100",
- "description": "string",
- "relationType": "Compounding"
}
], - "phaseOutScheme": "string",
- "description": "string"
}
], - "holidayAllowance": [
- {
- "id": {
- "value": "string",
- "schemeAgencyId": "Customer"
}, - "name": "string",
- "origin": {
- "type": "CollectiveLabourAgreement"
}, - "effectivePeriod": {
- "validFrom": "2019-08-24",
- "validTo": "2019-08-24"
}, - "line": [
- {
- "lineId": {
- "value": "string"
}, - "amount": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}, - "proportional": {
- "partTimePercentage": true,
- "employmentDuration": true,
- "description": "string"
}
}, - "interval": {
- "value": 0,
- "unitCode": "Day"
}, - "conditions": [
- {
- "conditionType": "Age",
- "operator": "gte",
- "age": 18
}
], - "contributionSource": "Employee",
- "ikbReference": [
- {
- "relationType": "Included",
- "id": {
- "value": "string"
}, - "description": "string"
}
]
}
], - "payDate": {
- "occurrenceType": "Single",
- "date": "2026-12-15"
}, - "description": "string"
}
], - "sickPay": [
- {
- "id": {
- "value": "string",
- "schemeAgencyId": "Customer"
}, - "name": "string",
- "origin": {
- "type": "CollectiveLabourAgreement"
}, - "effectivePeriod": {
- "validFrom": "2019-08-24",
- "validTo": "2019-08-24"
}, - "waitingDays": {
- "value": 0,
- "unitCode": "Day",
- "conditions": [
- {
- "conditionType": "Age",
- "operator": "gte",
- "age": 18
}
]
}, - "line": [
- {
- "lineId": {
- "value": "string"
}, - "amount": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}, - "proportional": {
- "partTimePercentage": true,
- "employmentDuration": true,
- "description": "string"
}
}, - "interval": {
- "value": 0,
- "unitCode": "Day"
}, - "conditions": [
- {
- "conditionType": "Age",
- "operator": "gte",
- "age": 18
}
], - "contributionSource": "Employee",
- "ikbReference": [
- {
- "relationType": "Included",
- "id": {
- "value": "string"
}, - "description": "string"
}
]
}
], - "description": "string"
}
], - "leave": [
- {
- "id": {
- "value": "string",
- "schemeAgencyId": "Customer"
}, - "name": "string",
- "origin": {
- "type": "CollectiveLabourAgreement"
}, - "effectivePeriod": {
- "validFrom": "2019-08-24",
- "validTo": "2019-08-24"
}, - "paidLeave": [
- {
- "name": "string",
- "lineId": {
- "value": "string"
}, - "amount": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}, - "proportional": {
- "partTimePercentage": true,
- "employmentDuration": true,
- "description": "string"
}
}, - "interval": {
- "value": 0,
- "unitCode": "Day"
}, - "conditions": [
- {
- "conditionType": "Age",
- "operator": "gte",
- "age": 18
}
], - "contributionSource": "Employee",
- "leaveDayValue": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}
}, - "ikbReference": [
- {
- "relationType": "Included",
- "id": {
- "value": "string"
}, - "description": "string"
}
], - "description": "string"
}
], - "workingHoursReduction": [
- {
- "name": "string",
- "lineId": {
- "value": "string"
}, - "amount": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}, - "proportional": {
- "partTimePercentage": true,
- "employmentDuration": true,
- "description": "string"
}
}, - "interval": {
- "value": 0,
- "unitCode": "Day"
}, - "conditions": [
- {
- "conditionType": "Age",
- "operator": "gte",
- "age": 18
}
], - "contributionSource": "Employee",
- "leaveDayValue": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}
}, - "ikbReference": [
- {
- "relationType": "Included",
- "id": {
- "value": "string"
}, - "description": "string"
}
], - "description": "string"
}
], - "holidays": [
- {
- "name": "string",
- "lineId": {
- "value": "string"
}, - "amount": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}, - "proportional": {
- "partTimePercentage": true,
- "employmentDuration": true,
- "description": "string"
}
}, - "interval": {
- "value": 0,
- "unitCode": "Day"
}, - "conditions": [
- {
- "conditionType": "Age",
- "operator": "gte",
- "age": 18
}
], - "contributionSource": "Employee",
- "leaveDayValue": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}
}, - "ikbReference": [
- {
- "relationType": "Included",
- "id": {
- "value": "string"
}, - "description": "string"
}
], - "description": "string"
}
], - "specialLeave": [
- {
- "name": "string",
- "lineId": {
- "value": "string"
}, - "amount": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}, - "proportional": {
- "partTimePercentage": true,
- "employmentDuration": true,
- "description": "string"
}
}, - "interval": {
- "value": 0,
- "unitCode": "Day"
}, - "conditions": [
- {
- "conditionType": "Age",
- "operator": "gte",
- "age": 18
}
], - "contributionSource": "Employee",
- "leaveDayValue": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}
}, - "ikbReference": [
- {
- "relationType": "Included",
- "id": {
- "value": "string"
}, - "description": "string"
}
], - "description": "string"
}
], - "additionalParentalLeave": [
- {
- "name": "string",
- "lineId": {
- "value": "string"
}, - "amount": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}, - "proportional": {
- "partTimePercentage": true,
- "employmentDuration": true,
- "description": "string"
}
}, - "interval": {
- "value": 0,
- "unitCode": "Day"
}, - "conditions": [
- {
- "conditionType": "Age",
- "operator": "gte",
- "age": 18
}
], - "contributionSource": "Employee",
- "leaveDayValue": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}
}, - "ikbReference": [
- {
- "relationType": "Included",
- "id": {
- "value": "string"
}, - "description": "string"
}
], - "description": "string"
}
], - "mandatoryLeaveAllocation": {
- "description": "string"
}, - "description": "string"
}
], - "individualChoiceBudget": [
- {
- "id": {
- "value": "string",
- "schemeAgencyId": "Customer"
}, - "name": "string",
- "origin": {
- "type": "CollectiveLabourAgreement"
}, - "effectivePeriod": {
- "validFrom": "2019-08-24",
- "validTo": "2019-08-24"
}, - "line": [
- {
- "lineId": {
- "value": "string"
}, - "amount": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}, - "proportional": {
- "partTimePercentage": true,
- "employmentDuration": true,
- "description": "string"
}
}, - "interval": {
- "value": 0,
- "unitCode": "Day"
}, - "conditions": [
- {
- "conditionType": "Age",
- "operator": "gte",
- "age": 18
}
], - "contributionSource": "Employee",
- "ikbReference": [
- {
- "relationType": "Included",
- "id": {
- "value": "string"
}, - "description": "string"
}
]
}
], - "option": [
- {
- "description": "string"
}
], - "description": "string"
}
], - "pension": [
- {
- "id": {
- "value": "string",
- "schemeAgencyId": "Customer"
}, - "name": "string",
- "origin": {
- "type": "CollectiveLabourAgreement"
}, - "effectivePeriod": {
- "validFrom": "2019-08-24",
- "validTo": "2019-08-24"
}, - "line": [
- {
- "lineId": {
- "value": "string"
}, - "amount": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}, - "proportional": {
- "partTimePercentage": true,
- "employmentDuration": true,
- "description": "string"
}
}, - "interval": {
- "value": 0,
- "unitCode": "Day"
}, - "conditions": [
- {
- "conditionType": "Age",
- "operator": "gte",
- "age": 18
}
], - "contributionSource": "Employee",
- "ikbReference": [
- {
- "relationType": "Included",
- "id": {
- "value": "string"
}, - "description": "string"
}
]
}
], - "franchise": {
- "description": "string"
}, - "description": "string"
}
], - "sustainableEmployability": [
- {
- "id": {
- "value": "string",
- "schemeAgencyId": "Customer"
}, - "name": "string",
- "origin": {
- "type": "CollectiveLabourAgreement"
}, - "effectivePeriod": {
- "validFrom": "2019-08-24",
- "validTo": "2019-08-24"
}, - "typeCode": "ArrangementForFinancialHealth",
- "line": [
- {
- "lineId": {
- "value": "string"
}, - "amount": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}, - "proportional": {
- "partTimePercentage": true,
- "employmentDuration": true,
- "description": "string"
}
}, - "interval": {
- "value": 0,
- "unitCode": "Day"
}, - "conditions": [
- {
- "conditionType": "Age",
- "operator": "gte",
- "age": 18
}
], - "contributionSource": "Employee",
- "ikbReference": [
- {
- "relationType": "Included",
- "id": {
- "value": "string"
}, - "description": "string"
}
]
}
], - "payDate": {
- "occurrenceType": "Single",
- "date": "2026-12-15"
}, - "description": "string"
}
], - "supplementaryArrangement": [
- {
- "id": {
- "value": "string",
- "schemeAgencyId": "Customer"
}, - "name": "string",
- "origin": {
- "type": "CollectiveLabourAgreement"
}, - "effectivePeriod": {
- "validFrom": "2019-08-24",
- "validTo": "2019-08-24"
}, - "typeCode": "ERA",
- "line": [
- {
- "lineId": {
- "value": "string"
}, - "amount": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}, - "proportional": {
- "partTimePercentage": true,
- "employmentDuration": true,
- "description": "string"
}
}, - "interval": {
- "value": 0,
- "unitCode": "Day"
}, - "conditions": [
- {
- "conditionType": "Age",
- "operator": "gte",
- "age": 18
}
], - "contributionSource": "Employee",
- "ikbReference": [
- {
- "relationType": "Included",
- "id": {
- "value": "string"
}, - "description": "string"
}
]
}
], - "coverage": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}, - "proportional": {
- "partTimePercentage": true,
- "employmentDuration": true,
- "description": "string"
}
}, - "description": "string"
}
], - "otherArrangement": [
- {
- "id": {
- "value": "string",
- "schemeAgencyId": "Customer"
}, - "name": "string",
- "origin": {
- "type": "CollectiveLabourAgreement"
}, - "effectivePeriod": {
- "validFrom": "2019-08-24",
- "validTo": "2019-08-24"
}, - "line": [
- {
- "lineId": {
- "value": "string"
}, - "amount": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}, - "proportional": {
- "partTimePercentage": true,
- "employmentDuration": true,
- "description": "string"
}
}, - "interval": {
- "value": 0,
- "unitCode": "Day"
}, - "conditions": [
- {
- "conditionType": "Age",
- "operator": "gte",
- "age": 18
}
], - "contributionSource": "Employee",
- "ikbReference": [
- {
- "relationType": "Included",
- "id": {
- "value": "string"
}, - "description": "string"
}
]
}
], - "coverage": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}, - "proportional": {
- "partTimePercentage": true,
- "employmentDuration": true,
- "description": "string"
}
}, - "description": "string"
}
]
}Get the information about an existing inquiry-pay-equity message
path Parameters
| id required | string Example: c93efb20-1acd-447b-87e7-fadb108d8a0e This is the resource identifier assigned by the API client to the created resource. This is the id parameter used in path operations, for GET, PUT and DELETE operations. |
header Parameters
| Content-Type required | string Value: "application/json" Example: application/json |
Responses
Response samples
- 200
- 400
- 401
- 403
- 404
- 500
{- "documentId": {
- "value": "string",
- "schemeAgencyId": "Customer"
}, - "versionId": {
- "value": "string"
}, - "issued": "2019-08-24T14:15:22Z",
- "effectivePeriod": {
- "validFrom": "2019-08-24",
- "validTo": "2019-08-24"
}, - "customer": {
- "id": [
- {
- "value": "string",
- "schemeAgencyId": "Customer"
}
], - "name": "string",
- "legalId": [
- {
- "value": "string",
- "schemeAgencyId": "KvK"
}
], - "personContacts": [
- {
- "name": {
- "formattedName": "string"
}, - "communication": {
- "phone": [
- {
- "formattedNumber": "string"
}
], - "email": [
- {
- "address": "string",
- "useCode": "Business"
}
]
}, - "roleCode": "string",
- "positionTitle": "string"
}
]
}, - "baseDefinition": [
- {
- "baseType": "GrossSalary",
- "remunerationIndicator": true,
- "holidayAllowanceIndicator": true,
- "paidLeaveDayIndicator": true,
- "allAllowancesIndicator": true,
- "allowances": [
- {
- "typeCode": "EA100"
}
], - "referenceDate": {
- "occurrenceType": "Single",
- "date": "2026-12-15"
}
}
], - "labourAgreements": {
- "industryIdentifier": [
- {
- "value": "string"
}
], - "collectiveLabourAgreement": {
- "name": "string",
- "id": {
- "value": "string"
}, - "effectivePeriod": {
- "validFrom": "2019-08-24",
- "validTo": "2019-08-24"
}, - "basedOn": "string"
}, - "customLabourAgreement": true
}, - "positionProfile": [
- {
- "positionId": {
- "value": "string"
}, - "positionTitle": "string",
- "origin": {
- "type": "CollectiveLabourAgreement"
}, - "referenceTitle": "string",
- "workDescription": "string"
}
], - "remuneration": [
- {
- "origin": {
- "type": "CollectiveLabourAgreement"
}, - "effectivePeriod": {
- "validFrom": "2019-08-24",
- "validTo": "2019-08-24"
}, - "workDuration": {
- "amount": {
- "value": 0,
- "unitCode": "Hour"
}, - "interval": {
- "value": 0,
- "unitCode": "Day"
}, - "valuePerWeek": 0
}, - "interval": {
- "value": 0,
- "unitCode": "Day"
}, - "hourlyWageConversion": {
- "hourlyWageFactor": 0,
- "hourlyWagePercentage": 0
}, - "salaryScale": [
- {
- "name": "string",
- "minValue": 0,
- "maxValue": 0,
- "currency": "string",
- "salaryStep": [
- {
- "name": "string",
- "value": 0,
- "minimumWage": true,
- "conditions": [
- {
- "conditionType": "Age",
- "operator": "gte",
- "age": 18
}
]
}
], - "careerLevel": {
- "indicator": true,
- "description": "string"
}, - "positionProfileReference": [
- {
- "positionId": {
- "value": "string"
}, - "startSalaryStep": "string",
- "description": "string"
}
]
}
], - "individualSalaryIncrease": [
- {
- "effectiveDate": {
- "occurrenceType": "Single",
- "date": "2026-12-15"
}, - "line": {
- "lineId": {
- "value": "string"
}, - "amount": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}, - "proportional": {
- "partTimePercentage": true,
- "employmentDuration": true,
- "description": "string"
}
}, - "interval": {
- "value": 0,
- "unitCode": "Day"
}, - "conditions": [
- {
- "conditionType": "Age",
- "operator": "gte",
- "age": 18
}
], - "contributionSource": "Employee"
}
}
], - "generalSalaryIncrease": [
- {
- "effectiveDate": {
- "occurrenceType": "Single",
- "date": "2026-12-15"
}, - "amount": {
- "value": 0,
- "unitCode": "Hour"
}, - "description": "string"
}
], - "conditions": [
- {
- "conditionType": "Age",
- "operator": "gte",
- "age": 18
}
]
}
], - "allowance": [
- {
- "id": {
- "value": "string",
- "schemeAgencyId": "Customer"
}, - "name": "string",
- "origin": {
- "type": "CollectiveLabourAgreement"
}, - "effectivePeriod": {
- "validFrom": "2019-08-24",
- "validTo": "2019-08-24"
}, - "typeCode": "EA100",
- "period": [
- {
- "datePeriod": [
- {
- "start": "2019-08-24",
- "end": "2019-08-24"
}
], - "timePeriod": {
- "start": "14:15:22Z",
- "end": "14:15:22Z"
}, - "weekday": [
- {
- "value": "Monday"
}
]
}
], - "line": [
- {
- "lineId": {
- "value": "string"
}, - "amount": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}, - "proportional": {
- "partTimePercentage": true,
- "employmentDuration": true,
- "description": "string"
}
}, - "interval": {
- "value": 0,
- "unitCode": "Day"
}, - "conditions": [
- {
- "conditionType": "Age",
- "operator": "gte",
- "age": 18
}
], - "contributionSource": "Employee",
- "ikbReference": [
- {
- "relationType": "Included",
- "id": {
- "value": "string"
}, - "description": "string"
}
]
}
], - "payDate": {
- "occurrenceType": "Single",
- "date": "2026-12-15"
}, - "reference": [
- {
- "id": {
- "value": "string"
}, - "typeCode": "EA100",
- "description": "string",
- "relationType": "Compounding"
}
], - "phaseOutScheme": "string",
- "description": "string"
}
], - "holidayAllowance": [
- {
- "id": {
- "value": "string",
- "schemeAgencyId": "Customer"
}, - "name": "string",
- "origin": {
- "type": "CollectiveLabourAgreement"
}, - "effectivePeriod": {
- "validFrom": "2019-08-24",
- "validTo": "2019-08-24"
}, - "line": [
- {
- "lineId": {
- "value": "string"
}, - "amount": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}, - "proportional": {
- "partTimePercentage": true,
- "employmentDuration": true,
- "description": "string"
}
}, - "interval": {
- "value": 0,
- "unitCode": "Day"
}, - "conditions": [
- {
- "conditionType": "Age",
- "operator": "gte",
- "age": 18
}
], - "contributionSource": "Employee",
- "ikbReference": [
- {
- "relationType": "Included",
- "id": {
- "value": "string"
}, - "description": "string"
}
]
}
], - "payDate": {
- "occurrenceType": "Single",
- "date": "2026-12-15"
}, - "description": "string"
}
], - "sickPay": [
- {
- "id": {
- "value": "string",
- "schemeAgencyId": "Customer"
}, - "name": "string",
- "origin": {
- "type": "CollectiveLabourAgreement"
}, - "effectivePeriod": {
- "validFrom": "2019-08-24",
- "validTo": "2019-08-24"
}, - "waitingDays": {
- "value": 0,
- "unitCode": "Day",
- "conditions": [
- {
- "conditionType": "Age",
- "operator": "gte",
- "age": 18
}
]
}, - "line": [
- {
- "lineId": {
- "value": "string"
}, - "amount": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}, - "proportional": {
- "partTimePercentage": true,
- "employmentDuration": true,
- "description": "string"
}
}, - "interval": {
- "value": 0,
- "unitCode": "Day"
}, - "conditions": [
- {
- "conditionType": "Age",
- "operator": "gte",
- "age": 18
}
], - "contributionSource": "Employee",
- "ikbReference": [
- {
- "relationType": "Included",
- "id": {
- "value": "string"
}, - "description": "string"
}
]
}
], - "description": "string"
}
], - "leave": [
- {
- "id": {
- "value": "string",
- "schemeAgencyId": "Customer"
}, - "name": "string",
- "origin": {
- "type": "CollectiveLabourAgreement"
}, - "effectivePeriod": {
- "validFrom": "2019-08-24",
- "validTo": "2019-08-24"
}, - "paidLeave": [
- {
- "name": "string",
- "lineId": {
- "value": "string"
}, - "amount": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}, - "proportional": {
- "partTimePercentage": true,
- "employmentDuration": true,
- "description": "string"
}
}, - "interval": {
- "value": 0,
- "unitCode": "Day"
}, - "conditions": [
- {
- "conditionType": "Age",
- "operator": "gte",
- "age": 18
}
], - "contributionSource": "Employee",
- "leaveDayValue": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}
}, - "ikbReference": [
- {
- "relationType": "Included",
- "id": {
- "value": "string"
}, - "description": "string"
}
], - "description": "string"
}
], - "workingHoursReduction": [
- {
- "name": "string",
- "lineId": {
- "value": "string"
}, - "amount": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}, - "proportional": {
- "partTimePercentage": true,
- "employmentDuration": true,
- "description": "string"
}
}, - "interval": {
- "value": 0,
- "unitCode": "Day"
}, - "conditions": [
- {
- "conditionType": "Age",
- "operator": "gte",
- "age": 18
}
], - "contributionSource": "Employee",
- "leaveDayValue": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}
}, - "ikbReference": [
- {
- "relationType": "Included",
- "id": {
- "value": "string"
}, - "description": "string"
}
], - "description": "string"
}
], - "holidays": [
- {
- "name": "string",
- "lineId": {
- "value": "string"
}, - "amount": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}, - "proportional": {
- "partTimePercentage": true,
- "employmentDuration": true,
- "description": "string"
}
}, - "interval": {
- "value": 0,
- "unitCode": "Day"
}, - "conditions": [
- {
- "conditionType": "Age",
- "operator": "gte",
- "age": 18
}
], - "contributionSource": "Employee",
- "leaveDayValue": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}
}, - "ikbReference": [
- {
- "relationType": "Included",
- "id": {
- "value": "string"
}, - "description": "string"
}
], - "description": "string"
}
], - "specialLeave": [
- {
- "name": "string",
- "lineId": {
- "value": "string"
}, - "amount": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}, - "proportional": {
- "partTimePercentage": true,
- "employmentDuration": true,
- "description": "string"
}
}, - "interval": {
- "value": 0,
- "unitCode": "Day"
}, - "conditions": [
- {
- "conditionType": "Age",
- "operator": "gte",
- "age": 18
}
], - "contributionSource": "Employee",
- "leaveDayValue": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}
}, - "ikbReference": [
- {
- "relationType": "Included",
- "id": {
- "value": "string"
}, - "description": "string"
}
], - "description": "string"
}
], - "additionalParentalLeave": [
- {
- "name": "string",
- "lineId": {
- "value": "string"
}, - "amount": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}, - "proportional": {
- "partTimePercentage": true,
- "employmentDuration": true,
- "description": "string"
}
}, - "interval": {
- "value": 0,
- "unitCode": "Day"
}, - "conditions": [
- {
- "conditionType": "Age",
- "operator": "gte",
- "age": 18
}
], - "contributionSource": "Employee",
- "leaveDayValue": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}
}, - "ikbReference": [
- {
- "relationType": "Included",
- "id": {
- "value": "string"
}, - "description": "string"
}
], - "description": "string"
}
], - "mandatoryLeaveAllocation": {
- "description": "string"
}, - "description": "string"
}
], - "individualChoiceBudget": [
- {
- "id": {
- "value": "string",
- "schemeAgencyId": "Customer"
}, - "name": "string",
- "origin": {
- "type": "CollectiveLabourAgreement"
}, - "effectivePeriod": {
- "validFrom": "2019-08-24",
- "validTo": "2019-08-24"
}, - "line": [
- {
- "lineId": {
- "value": "string"
}, - "amount": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}, - "proportional": {
- "partTimePercentage": true,
- "employmentDuration": true,
- "description": "string"
}
}, - "interval": {
- "value": 0,
- "unitCode": "Day"
}, - "conditions": [
- {
- "conditionType": "Age",
- "operator": "gte",
- "age": 18
}
], - "contributionSource": "Employee",
- "ikbReference": [
- {
- "relationType": "Included",
- "id": {
- "value": "string"
}, - "description": "string"
}
]
}
], - "option": [
- {
- "description": "string"
}
], - "description": "string"
}
], - "pension": [
- {
- "id": {
- "value": "string",
- "schemeAgencyId": "Customer"
}, - "name": "string",
- "origin": {
- "type": "CollectiveLabourAgreement"
}, - "effectivePeriod": {
- "validFrom": "2019-08-24",
- "validTo": "2019-08-24"
}, - "line": [
- {
- "lineId": {
- "value": "string"
}, - "amount": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}, - "proportional": {
- "partTimePercentage": true,
- "employmentDuration": true,
- "description": "string"
}
}, - "interval": {
- "value": 0,
- "unitCode": "Day"
}, - "conditions": [
- {
- "conditionType": "Age",
- "operator": "gte",
- "age": 18
}
], - "contributionSource": "Employee",
- "ikbReference": [
- {
- "relationType": "Included",
- "id": {
- "value": "string"
}, - "description": "string"
}
]
}
], - "franchise": {
- "description": "string"
}, - "description": "string"
}
], - "sustainableEmployability": [
- {
- "id": {
- "value": "string",
- "schemeAgencyId": "Customer"
}, - "name": "string",
- "origin": {
- "type": "CollectiveLabourAgreement"
}, - "effectivePeriod": {
- "validFrom": "2019-08-24",
- "validTo": "2019-08-24"
}, - "typeCode": "ArrangementForFinancialHealth",
- "line": [
- {
- "lineId": {
- "value": "string"
}, - "amount": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}, - "proportional": {
- "partTimePercentage": true,
- "employmentDuration": true,
- "description": "string"
}
}, - "interval": {
- "value": 0,
- "unitCode": "Day"
}, - "conditions": [
- {
- "conditionType": "Age",
- "operator": "gte",
- "age": 18
}
], - "contributionSource": "Employee",
- "ikbReference": [
- {
- "relationType": "Included",
- "id": {
- "value": "string"
}, - "description": "string"
}
]
}
], - "payDate": {
- "occurrenceType": "Single",
- "date": "2026-12-15"
}, - "description": "string"
}
], - "supplementaryArrangement": [
- {
- "id": {
- "value": "string",
- "schemeAgencyId": "Customer"
}, - "name": "string",
- "origin": {
- "type": "CollectiveLabourAgreement"
}, - "effectivePeriod": {
- "validFrom": "2019-08-24",
- "validTo": "2019-08-24"
}, - "typeCode": "ERA",
- "line": [
- {
- "lineId": {
- "value": "string"
}, - "amount": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}, - "proportional": {
- "partTimePercentage": true,
- "employmentDuration": true,
- "description": "string"
}
}, - "interval": {
- "value": 0,
- "unitCode": "Day"
}, - "conditions": [
- {
- "conditionType": "Age",
- "operator": "gte",
- "age": 18
}
], - "contributionSource": "Employee",
- "ikbReference": [
- {
- "relationType": "Included",
- "id": {
- "value": "string"
}, - "description": "string"
}
]
}
], - "coverage": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}, - "proportional": {
- "partTimePercentage": true,
- "employmentDuration": true,
- "description": "string"
}
}, - "description": "string"
}
], - "otherArrangement": [
- {
- "id": {
- "value": "string",
- "schemeAgencyId": "Customer"
}, - "name": "string",
- "origin": {
- "type": "CollectiveLabourAgreement"
}, - "effectivePeriod": {
- "validFrom": "2019-08-24",
- "validTo": "2019-08-24"
}, - "line": [
- {
- "lineId": {
- "value": "string"
}, - "amount": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}, - "proportional": {
- "partTimePercentage": true,
- "employmentDuration": true,
- "description": "string"
}
}, - "interval": {
- "value": 0,
- "unitCode": "Day"
}, - "conditions": [
- {
- "conditionType": "Age",
- "operator": "gte",
- "age": 18
}
], - "contributionSource": "Employee",
- "ikbReference": [
- {
- "relationType": "Included",
- "id": {
- "value": "string"
}, - "description": "string"
}
]
}
], - "coverage": {
- "value": 0,
- "minValue": 0,
- "maxValue": 0,
- "unitCode": "Hour",
- "baseAmount": {
- "unitCode": "HourlyRate",
- "baseType": "GrossSalary",
- "value": 0,
- "minValue": 0,
- "maxValue": 0
}, - "proportional": {
- "partTimePercentage": true,
- "employmentDuration": true,
- "description": "string"
}
}, - "description": "string"
}
]
}