HR Core Base API
Extra value inside Validity
In the 2019-04 release we have expanded validity with one value: organizationalUnitId. The attribute was part of the contracts entity and body. And now will also be part of its validity.
Example
Current value of organizationalUnitId inside contracts is 13035189. Validity is included and shows as of which date the current value inside the body is valid. In this case it is 2018-02-01.
There is also an outlook value of organizationalUnitId. But that does not make it clear as of which date the current value inside the body is valid from.
Example Validity with organizationalUnitId
"contracts": [
{
"id": 13033393,
"contractNumber": "1",
"contractType": "O",
"hireDate": "2014-10-01",
"firstHireDate": null,
"dischargeDate": null,
"expiryDate": null,
"jobProfileId": "10452807-ICTM",
"personId": 13033392,
"organizationId": 10452807,
"organizationalUnitId": 13035189,
"contractualAmount": {
"workingAmountInHours": 1,
"workingAmountInDays": 5
},
"jobProfile": {
"shortName": "ICTM",
"id": "10452807-ICTM",
"fullName": "ICT Medewerker",
"validFromDate": "2014-01-01",
"validToDate": null,
"entityStatus": "Active"
},
"outlook": [
{
"validFromDate": "2020-02-01",
"propertyPath": "organizationalUnitId",
"propertyValue": "11065811"
}
],
"extensions": null,
"validity": [
{
"validFromDate": "2014-10-01",
"propertyPath": "contractNumber",
"propertyValue": "1"
},
{
"validFromDate": "2014-10-01",
"propertyPath": "contractType",
"propertyValue": "O"
},
{
"validFromDate": "2014-10-01",
"propertyPath": "hireDate",
"propertyValue": "2014-10-01"
},
{
"validFromDate": "2014-10-01",
"propertyPath": "jobProfileId",
"propertyValue": "10452807-ICTM"
},
{
"validFromDate": "2018-02-01",
"propertyPath": "organizationalUnitId",
"propertyValue": "13035189"
}
Publishing Date : 3/27/2019
Volledig artikel weergeven