Manage Maternity Absences

Jen wants to apply for maternity absence. She knows she is entitled to 180 days of full pay and 90 days of half-pay of maternity absence. Let's look at how Jen enters her maternity absence, and then makes changes to it.

When Jen submits a maternity absence, Absence Management processes the absence request by checking Jen's entitlement, and applying appropriate rules put in place by her company's Human Resources.

This use case discusses the following scenarios:

  • Enter a Maternity Absence
  • Edit a Maternity Absence
  • Retrieve Entitlement Summary
  • Retrieve Entitlement Detail

Enter a Maternity Absence

Jen submits a maternity absence request specifying that her expected date of childbirth is March 15 and she wants to take time off from February 15. She expects to return to work on August 14.

Example URL

The following is the format of the resource URL.

POST

/hcmRestApi/resources/11.13.18.05/absences

Example Request

The following is an example of the request body in JSON format.

{
  "personNumber": "300100010469552",
  "employer": "ZBEN USA",
  "absenceType": "ZANC_ZBEN_MaternityType",
  "absenceStatusCd": "SUBMITTED",
  "comments" : "Applying Maternity Leave",
  "absenceMaternity": [
   {
    "expectedDateOfChildBirth": "2018-03-15",
    "plannedStartDate": "2018-02-15",
    "plannedReturnDate": "2018-08-14"
   }
  ]
}

Example Response

The following is an example of the response body in JSON format.

{
    "absenceCaseId": null,
    "absenceEntryBasicFlag": true,
    "absencePatternCd": "MAP",
    "absenceStatusCd": "SUBMITTED",
    "absenceTypeId": 300100033793857,
    "absenceTypeReasonId": null,
    "agreementId": null,
    "approvalStatusCd": "APPROVED",
    "authStatusUpdateDate": "2018-02-15",
    "bandDtlId": null,
    "blockedLeaveCandidate": null,
    "certificationAuthFlag": true,
    "childEventTypeCd": "CHB",
    "comments": null,
    "conditionStartDate": null,
    "confirmedDate": null,
    "consumedByAgreement": null,
    "createdBy": "ZANC_ZBEN_SUPER_USER",
    "creationDate": "2018-08-13T08:02:43+00:00",
    "diseaseCode": null,
    "duration": 129,
    "employeeShiftFlag": false,
    "endDate": "2018-08-14",
    "endDateDuration": null,
    "endDateTime": "2018-08-14T23:59:00+00:00",
    "endTime": "23:59",
    "establishmentDate": null,
    "frequency": null,
    "initialReportById": null,
    "initialTimelyNotifyFlag": null,
    "lastUpdateDate": "2018-08-13T08:02:59.686+00:00",
    "lastUpdateLogin": "7349341640754B5CE05333D6F00A322B",
    "lastUpdatedBy": "ZANC_ZBEN_SUPER_USER",
    "lateNotifyFlag": null,
    "legalEntityId": 100000011627095,
    "legislationCode": "US",
    "legislativeDataGroupId": 100010027007980,
    "notificationDate": null,
    "objectVersionNumber": 2,
    "openEndedFlag": false,
    "overridden": "N",
    "personAbsenceEntryId": 300100159560225,
    "periodOfIncapToWorkFlag": null,
    "periodOfServiceId": 300100032404496,
    "personId": 300100032404256,
    "plannedEndDate": null,
    "processingStatus": "P",
    "projectId": null,
    "singleDayFlag": false,
    "source": "REST",
    "splCondition": null,
    "startDate": "2018-02-15",
    "startDateDuration": null,
    "startDateTime": "2018-02-15T00:00:00+00:00",
    "startTime": "00:00",
    "submittedDate": "2018-08-13",
    "timelinessOverrideDate": null,
    "unitOfMeasure": "D",
    "userMode": "EMP",
    "personNumber": "300100010469552",
    "absenceType": "ZANC_ZBEN_MaternityType",
    "employer": "ZBEN USA",
    "absenceReason": null,
    "absenceDispStatus": null,
    "dataSecurityPersonId": 300100032404256,
    "effectiveEndDate": "4712-12-31",
    "effectiveStartDate": "2008-01-01",
    "ObjectVersionNumber": 2,
    "agreementName": null,
    "paymentDetail": null,
    "absenceMaternity": [
        {
            "personAbsenceMaternityId": 300100159560226,
            "personAbsenceEntryId": 300100159560225,
            "expectedDateOfChildBirth": "2018-03-15",
            "intendToWorkFlag": true,
            "plannedStartDate": "2018-02-15",
            "plannedReturnDate": "2018-08-14",
            "leaveDuration": 129,
            "actualChildBirthDate": null,
            "actualStartDate": null,
            "actualReturnDate": null,
            "actualDuration": null,
            "expectedEndDate": null,
            "expectedWeekOfChildBirth": "2018-03-11",
            "openEndedFlag": false,
            "matchingDate": null,
            "createdBy": "ZANC_ZBEN_SUPER_USER",
            "creationDate": "2018-08-13T08:02:45.668+00:00",
            "lastUpdateDate": "2018-08-13T08:02:45.668+00:00",
            "lastUpdateLogin": "7349341640754B5CE05333D6F00A322B",
            "lastUpdatedBy": "ZANC_ZBEN_SUPER_USER",
            "links": [
                {
                    "rel": "self",
                    "href": "https://<host>:<port>/hcmRestApi/resources/11.13.18.05/absences/300100159560225/child/absenceMaternity/300100159560226",
                    "name": "absenceMaternity",
                    "kind": "item",
                    "properties": {
                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
                    }
                },
                {
                    "rel": "canonical",
                    "href": "https://<host>:<port>/hcmRestApi/resources/11.13.18.05/absences/300100159560225/child/absenceMaternity/300100159560226",
                    "name": "absenceMaternity",
                    "kind": "item"
                },
                {
                    "rel": "parent",
                    "href": "https://<host>:<port>/hcmRestApi/resources/11.13.18.05/absences/300100159560225",
                    "name": "absences",
                    "kind": "item"
                }
            ]
        }
    ],
    "links": [
        {
            "rel": "self",
            "href": "https://<host>:<port>/hcmRestApi/resources/11.13.18.05/absences/300100159560225",
            "name": "absences",
            "kind": "item",
            "properties": {
                "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000278"
            }
        },
        {
            "rel": "canonical",
            "href": "https://<host>:<port>/hcmRestApi/resources/11.13.18.05/absences/300100159560225",
            "name": "absences",
            "kind": "item"
        },
        {
            "rel": "lov",
            "href": "https://<host>:<port>/hcmRestApi/resources/11.13.18.05/absences/300100159560225/lov/ApprovalStatusVA",
            "name": "ApprovalStatusVA",
            "kind": "collection"
        },
        {
            "rel": "lov",
            "href": "https://<host>:<port>/hcmRestApi/resources/11.13.18.05/absences/300100159560225/lov/PersonVA",
            "name": "PersonVA",
            "kind": "collection"
        },
        {
            "rel": "lov",
            "href": "https://<host>:<port>/hcmRestApi/resources/11.13.18.05/absences/300100159560225/lov/ChildEventTypeVA",
            "name": "ChildEventTypeVA",
            "kind": "collection"
        },
        {
            "rel": "lov",
            "href": "https://<host>:<port>/hcmRestApi/resources/11.13.18.05/absences/300100159560225/lov/BlockedLeaveCandidateVA",
            "name": "BlockedLeaveCandidateVA",
            "kind": "collection"
        },
        {
            "rel": "lov",
            "href": "https://<host>:<port>/hcmRestApi/resources/11.13.18.05/absences/300100159560225/lov/AbsenceAgreementBandDtlsVA",
            "name": "AbsenceAgreementBandDtlsVA",
            "kind": "collection"
        },
        {
            "rel": "lov",
            "href": "https://<host>:<port>/hcmRestApi/resources/11.13.18.05/absences/300100159560225/lov/AbsenceDisplayStatusVA",
            "name": "AbsenceDisplayStatusVA",
            "kind": "collection"
        },
        {
            "rel": "lov",
            "href": "https://<host>:<port>/hcmRestApi/resources/11.13.18.05/absences/300100159560225/lov/UomMeaningVA",
            "name": "UomMeaningVA",
            "kind": "collection"
        },
        {
            "rel": "lov",
            "href": "https://<host>:<port>/hcmRestApi/resources/11.13.18.05/absences/300100159560225/lov/AbsenceStatusVA",
            "name": "AbsenceStatusVA",
            "kind": "collection"
        },
        {
            "rel": "lov",
            "href": "https://<host>:<port>/hcmRestApi/resources/11.13.18.05/absences/300100159560225/lov/SplConditionVA",
            "name": "SplConditionVA",
            "kind": "collection"
        },
        {
            "rel": "lov",
            "href": "https://<host>:<port>/hcmRestApi/resources/11.13.18.05/absences/300100159560225/lov/AbsenceTypeAgreementsVA",
            "name": "AbsenceTypeAgreementsVA",
            "kind": "collection"
        },
        {
            "rel": "lov",
            "href": "https://<host>:<port>/hcmRestApi/resources/11.13.18.05/absences/300100159560225/lov/AbsenceTypeReasonsVA",
            "name": "AbsenceTypeReasonsVA",
            "kind": "collection"
        },
        {
            "rel": "lov",
            "href": "https://<host>:<port>/hcmRestApi/resources/11.13.18.05/absences/300100159560225/lov/AbsenceTypeVA",
            "name": "AbsenceTypeVA",
            "kind": "collection"
        },
        {
            "rel": "child",
            "href": "https://<host>:<port>/hcmRestApi/resources/11.13.18.05/absences/300100159560225/child/absenceRecordingsDDF",
            "name": "absenceRecordingsDDF",
            "kind": "collection"
        },
        {
            "rel": "child",
            "href": "https://<host>:<port>/hcmRestApi/resources/11.13.18.05/absences/300100159560225/child/absenceRecordingDFF",
            "name": "absenceRecordingDFF",
            "kind": "collection"
        },
        {
            "rel": "child",
            "href": "https://<host>:<port>/hcmRestApi/resources/11.13.18.05/absences/300100159560225/child/absenceMaternity",
            "name": "absenceMaternity",
            "kind": "collection"
        },
        {
            "rel": "child",
            "href": "https://<host>:<port>/hcmRestApi/resources/11.13.18.05/absences/300100159560225/child/absenceEntitlements",
            "name": "absenceEntitlements",
            "kind": "collection"
        }
    ]
}

Edit a Maternity Absence

Jen gives birth to a child on Mar 21, and now wants to take additional time off for 3 more months. So she enters the actual date of childbirth and changes the date she intends to return to work to Nov 14.

Example URL

The following is the format of the resource URL.

PATCH

/hcmRestApi/resources/11.13.18.05/absences/{personAbsenceEntryId}

Example Request

The following is an example of the request body in JSON format.

{
   "absenceMaternity": [
   {
    "personAbsenceMaternityId": 300100159560226,
    "actualChildBirthDate": "2018-03-21",
    "plannedReturnDate": "2018-11-14"
   }
  ]
}

Example Response

The following is an example of the response body in JSON format.

{
    "absenceCaseId": null,
    "absenceEntryBasicFlag": true,
    "absencePatternCd": "MAP",
    "absenceStatusCd": "SUBMITTED",
    "absenceTypeId": 300100033793857,
    "absenceTypeReasonId": null,
    "agreementId": null,
    "approvalStatusCd": "APPROVED",
    "authStatusUpdateDate": "2018-02-15",
    "bandDtlId": null,
    "blockedLeaveCandidate": null,
    "certificationAuthFlag": true,
    "childEventTypeCd": "CHB",
    "comments": null,
    "conditionStartDate": null,
    "confirmedDate": null,
    "consumedByAgreement": null,
    "createdBy": "ZANC_ZBEN_SUPER_USER",
    "creationDate": "2018-08-13T08:02:43+00:00",
    "diseaseCode": null,
    "duration": 195,
    "employeeShiftFlag": false,
    "endDate": "2018-11-14",
    "endDateDuration": null,
    "endDateTime": "2018-11-14T23:59:00+00:00",
    "endTime": "23:59",
    "establishmentDate": null,
    "frequency": null,
    "initialReportById": null,
    "initialTimelyNotifyFlag": null,
    "lastUpdateDate": "2018-08-13T08:09:04.369+00:00",
    "lastUpdateLogin": "7349341640754B5CE05333D6F00A322B",
    "lastUpdatedBy": "ZANC_ZBEN_SUPER_USER",
    "lateNotifyFlag": null,
    "legalEntityId": 100000011627095,
    "legislationCode": "US",
    "legislativeDataGroupId": 100010027007980,
    "notificationDate": null,
    "objectVersionNumber": 3,
    "openEndedFlag": false,
    "overridden": "N",
    "personAbsenceEntryId": 300100159560225,
    "periodOfIncapToWorkFlag": null,
    "periodOfServiceId": 300100032404496,
    "personId": 300100032404256,
    "plannedEndDate": null,
    "processingStatus": "P",
    "projectId": null,
    "singleDayFlag": false,
    "source": "REST",
    "splCondition": null,
    "startDate": "2018-02-15",
    "startDateDuration": null,
    "startDateTime": "2018-02-15T00:00:00+00:00",
    "startTime": "00:00",
    "submittedDate": "2018-08-13",
    "timelinessOverrideDate": null,
    "unitOfMeasure": "D",
    "userMode": "EMP",
    "personNumber": null,
    "absenceType": null,
    "employer": null,
    "absenceReason": null,
    "absenceDispStatus": null,
    "dataSecurityPersonId": 300100032404256,
    "effectiveEndDate": "4712-12-31",
    "effectiveStartDate": "2008-01-01",
    "ObjectVersionNumber": 3,
    "agreementName": null,
    "paymentDetail": null,
    "absenceMaternity": [
        {
            "personAbsenceMaternityId": 300100159560226,
            "personAbsenceEntryId": 300100159560225,
            "expectedDateOfChildBirth": "2018-03-15",
            "intendToWorkFlag": true,
            "plannedStartDate": "2018-02-15",
            "plannedReturnDate": "2018-11-14",
            "leaveDuration": 195,
            "actualChildBirthDate": "2018-03-21",
            "actualStartDate": null,
            "actualReturnDate": null,
            "actualDuration": null,
            "expectedEndDate": null,
            "expectedWeekOfChildBirth": "2018-03-11",
            "openEndedFlag": false,
            "matchingDate": null,
            "createdBy": "ZANC_ZBEN_SUPER_USER",
            "creationDate": "2018-08-13T08:02:45.668+00:00",
            "lastUpdateDate": "2018-08-13T08:08:56+00:00",
            "lastUpdateLogin": "7349341640754B5CE05333D6F00A322B",
            "lastUpdatedBy": "ZANC_ZBEN_SUPER_USER",
            "links": [
                {
                    "rel": "self",
                    "href": "https://<host>:<port>/hcmRestApi/resources/11.13.18.05/absences/300100159560225/child/absenceMaternity/300100159560226",
                    "name": "absenceMaternity",
                    "kind": "item",
                    "properties": {
                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000278"
                    }
                },
                {
                    "rel": "canonical",
                    "href": "https://<host>:<port>/hcmRestApi/resources/11.13.18.05/absences/300100159560225/child/absenceMaternity/300100159560226",
                    "name": "absenceMaternity",
                    "kind": "item"
                },
                {
                    "rel": "parent",
                    "href": "https://<host>:<port>/hcmRestApi/resources/11.13.18.05/absences/300100159560225",
                    "name": "absences",
                    "kind": "item"
                }
            ]
        }
    ],
    "links": [
        {
            "rel": "self",
            "href": "https://<host>:<port>/hcmRestApi/resources/11.13.18.05/absences/300100159560225",
            "name": "absences",
            "kind": "item",
            "properties": {
                "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000378"
            }
        },
        {
            "rel": "canonical",
            "href": "https://<host>:<port>/hcmRestApi/resources/11.13.18.05/absences/300100159560225",
            "name": "absences",
            "kind": "item"
        },
        {
            "rel": "lov",
            "href": "https://<host>:<port>/hcmRestApi/resources/11.13.18.05/absences/300100159560225/lov/ApprovalStatusVA",
            "name": "ApprovalStatusVA",
            "kind": "collection"
        },
        {
            "rel": "lov",
            "href": "https://<host>:<port>/hcmRestApi/resources/11.13.18.05/absences/300100159560225/lov/PersonVA",
            "name": "PersonVA",
            "kind": "collection"
        },
        {
            "rel": "lov",
            "href": "https://<host>:<port>/hcmRestApi/resources/11.13.18.05/absences/300100159560225/lov/ChildEventTypeVA",
            "name": "ChildEventTypeVA",
            "kind": "collection"
        },
        {
            "rel": "lov",
            "href": "https://<host>:<port>hcmRestApi/resources/11.13.18.05/absences/300100159560225/lov/BlockedLeaveCandidateVA",
            "name": "BlockedLeaveCandidateVA",
            "kind": "collection"
        },
        {
            "rel": "lov",
            "href": "https://<host>:<port>/hcmRestApi/resources/11.13.18.05/absences/300100159560225/lov/AbsenceAgreementBandDtlsVA",
            "name": "AbsenceAgreementBandDtlsVA",
            "kind": "collection"
        },
        {
            "rel": "lov",
            "href": "https://<host>:<port>/hcmRestApi/resources/11.13.18.05/absences/300100159560225/lov/AbsenceDisplayStatusVA",
            "name": "AbsenceDisplayStatusVA",
            "kind": "collection"
        },
        {
            "rel": "lov",
            "href": "https://<host>:<port>/hcmRestApi/resources/11.13.18.05/absences/300100159560225/lov/UomMeaningVA",
            "name": "UomMeaningVA",
            "kind": "collection"
        },
        {
            "rel": "lov",
            "href": "https://<host>:<port>/hcmRestApi/resources/11.13.18.05/absences/300100159560225/lov/AbsenceStatusVA",
            "name": "AbsenceStatusVA",
            "kind": "collection"
        },
        {
            "rel": "lov",
            "href": "https://<host>:<port>/hcmRestApi/resources/11.13.18.05/absences/300100159560225/lov/SplConditionVA",
            "name": "SplConditionVA",
            "kind": "collection"
        },
        {
            "rel": "lov",
            "href": "https://<host>:<port>/hcmRestApi/resources/11.13.18.05/absences/300100159560225/lov/AbsenceTypeAgreementsVA",
            "name": "AbsenceTypeAgreementsVA",
            "kind": "collection"
        },
        {
            "rel": "lov",
            "href": "https://<host>:<port>/hcmRestApi/resources/11.13.18.05/absences/300100159560225/lov/AbsenceTypeReasonsVA",
            "name": "AbsenceTypeReasonsVA",
            "kind": "collection"
        },
        {
            "rel": "lov",
            "href": "https://<host>:<port>/hcmRestApi/resources/11.13.18.05/absences/300100159560225/lov/AbsenceTypeVA",
            "name": "AbsenceTypeVA",
            "kind": "collection"
        },
        {
            "rel": "child",
            "href": "https://<host>:<port>/hcmRestApi/resources/11.13.18.05/absences/300100159560225/child/absenceRecordingsDDF",
            "name": "absenceRecordingsDDF",
            "kind": "collection"
        },
        {
            "rel": "child",
            "href": "https://<host>:<port>/hcmRestApi/resources/11.13.18.05/absences/300100159560225/child/absenceRecordingDFF",
            "name": "absenceRecordingDFF",
            "kind": "collection"
        },
        {
            "rel": "child",
            "href": "https://<host>:<port>/hcmRestApi/resources/11.13.18.05/absences/300100159560225/child/absenceMaternity",
            "name": "absenceMaternity",
            "kind": "collection"
        },
        {
            "rel": "child",
            "href": "https://<host>:<port>/hcmRestApi/resources/11.13.18.05/absences/300100159560225/child/absenceEntitlements",
            "name": "absenceEntitlements",
            "kind": "collection"
        }
   ]
}

Retrieve Entitlement Summary

Jen retrieves the entitlement summary of the maternity absence. The response will include the number of days for which a particular payment percentage is applied.

Example URL

The following is the format of the resource URL.

GET

/hcmRestApi/resources/11.13.18.05/absences/{personAbsenceEntryId}/child/absenceEntitlements

Example Response

The following is an example of the response body in JSON format.

{
    "items": [
        {
            "entitlementId": 300100159592705,
            "personAbsenceEntryId": 300100159560225,
            "absencePlanId": 300100033342766,
            "absencePlanName": "ZANC_ZBEN_MaternityPlan",
            "units": 180,
            "unitOfMeasure": "D",
            "absencePlanUOMMeaning": "Days",
            "payFactor": 100,
            "personId": 300100032404256,
            "activityStartDate": "2018-02-15T00:00:00+00:00",
            "activityEndDate": "2018-10-24T00:00:00+00:00",
            "activityCd": "ORA_ANC_QUAL",
            "activityCdMeaning": "Qualified entitlement",
            "source": "ORA_ANC_SYSTEM",
            "sourceCdMeaning": "Calculated entitlement",
            "calculationDate": "2018-02-15T08:00:00+00:00",
            "planPeriodStartDate": "2018-01-16T00:00:00+00:00",
            "entitlementMethodCd": "Q",
            "entitlementMethodCdMeaning": "Qualification",
            "changeReasonCd": null,
            "changeReasonCdMeaning": null,
            "personAbsenceTypeEntryId": 300100159560451,
            "assignmentId": 300100032404502,
            "used": 180,
            "remaining": 0,
            "links": [
                {
                    "rel": "self",
                    "href": "https://<host>:<port>/hcmRestApi/resources/11.13.18.05/absences/300100159560225/child/absenceEntitlements/300100159592705",
                    "name": "absenceEntitlements",
                    "kind": "item"
                },
                {
                    "rel": "canonical",
                    "href": "https://<host>:<port>/hcmRestApi/resources/11.13.18.05/absences/300100159560225/child/absenceEntitlements/300100159592705",
                    "name": "absenceEntitlements",
                    "kind": "item"
                },
                {
                    "rel": "parent",
                    "href": "https://<host>:<port>/hcmRestApi/resources/11.13.18.05/absences/300100159560225",
                    "name": "absences",
                    "kind": "item"
                },
                {
                    "rel": "lov",
                    "href": "https://<host>:<port>/hcmRestApi/resources/11.13.18.05/absences/300100159560225/child/absenceEntitlements/300100159592705/lov/UomMeaningVA",
                    "name": "UomMeaningVA",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://<host>:<port>/hcmRestApi/resources/11.13.18.05/absences/300100159560225/child/absenceEntitlements/300100159592705/lov/ChangeReasonCdVA",
                    "name": "ChangeReasonCdVA",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://<host>:<port>/hcmRestApi/resources/11.13.18.05/absences/300100159560225/child/absenceEntitlements/300100159592705/lov/SourceCodeVA",
                    "name": "SourceCodeVA",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://<host>:<port>/hcmRestApi/resources/11.13.18.05/absences/300100159560225/child/absenceEntitlements/300100159592705/lov/EntitlementMethodCdVA",
                    "name": "EntitlementMethodCdVA",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://<host>:<port>/hcmRestApi/resources/11.13.18.05/absences/300100159560225/child/absenceEntitlements/300100159592705/lov/ActivityCodeVA",
                    "name": "ActivityCodeVA",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://<host>:<port>/hcmRestApi/resources/11.13.18.05/absences/300100159560225/child/absenceEntitlements/300100159592705/child/absenceEntitlementDetails",
                    "name": "absenceEntitlementDetails",
                    "kind": "collection"
                }
            ]
        },
        {
            "entitlementId": 300100159592726,
            "personAbsenceEntryId": 300100159560225,
            "absencePlanId": 300100033342766,
            "absencePlanName": "ZANC_ZBEN_MaternityPlan",
            "units": 15,
            "unitOfMeasure": "D",
            "absencePlanUOMMeaning": "Days",
            "payFactor": 50,
            "personId": 300100032404256,
            "activityStartDate": "2018-10-25T00:00:00+00:00",
            "activityEndDate": "2018-11-14T00:00:00+00:00",
            "activityCd": "ORA_ANC_QUAL",
            "activityCdMeaning": "Qualified entitlement",
            "source": "ORA_ANC_SYSTEM",
            "sourceCdMeaning": "Calculated entitlement",
            "calculationDate": "2018-02-15T08:00:00+00:00",
            "planPeriodStartDate": "2018-01-16T00:00:00+00:00",
            "entitlementMethodCd": "Q",
            "entitlementMethodCdMeaning": "Qualification",
            "changeReasonCd": null,
            "changeReasonCdMeaning": null,
            "personAbsenceTypeEntryId": 300100159560451,
            "assignmentId": 300100032404502,
            "used": 15,
            "remaining": 75,
            "links": [
                {
                    "rel": "self",
                    "href": "https://<host>:<port>/hcmRestApi/resources/11.13.18.05/absences/300100159560225/child/absenceEntitlements/300100159592726",
                    "name": "absenceEntitlements",
                    "kind": "item"
                },
                {
                    "rel": "canonical",
                    "href": "https://<host>:<port>/hcmRestApi/resources/11.13.18.05/absences/300100159560225/child/absenceEntitlements/300100159592726",
                    "name": "absenceEntitlements",
                    "kind": "item"
                },
                {
                    "rel": "parent",
                    "href": "https://<host>:<port>/hcmRestApi/resources/11.13.18.05/absences/300100159560225",
                    "name": "absences",
                    "kind": "item"
                },
                {
                    "rel": "lov",
                    "href": "https://<host>:<port>/hcmRestApi/resources/11.13.18.05/absences/300100159560225/child/absenceEntitlements/300100159592726/lov/UomMeaningVA",
                    "name": "UomMeaningVA",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://<host>:<port>/hcmRestApi/resources/11.13.18.05/absences/300100159560225/child/absenceEntitlements/300100159592726/lov/ChangeReasonCdVA",
                    "name": "ChangeReasonCdVA",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://<host>:<port>/hcmRestApi/resources/11.13.18.05/absences/300100159560225/child/absenceEntitlements/300100159592726/lov/SourceCodeVA",
                    "name": "SourceCodeVA",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://<host>:<port>/hcmRestApi/resources/11.13.18.05/absences/300100159560225/child/absenceEntitlements/300100159592726/lov/EntitlementMethodCdVA",
                    "name": "EntitlementMethodCdVA",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://<host>:<port>/hcmRestApi/resources/11.13.18.05/absences/300100159560225/child/absenceEntitlements/300100159592726/lov/ActivityCodeVA",
                    "name": "ActivityCodeVA",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://<host>:<port>/hcmRestApi/resources/11.13.18.05/absences/300100159560225/child/absenceEntitlements/300100159592726/child/absenceEntitlementDetails",
                    "name": "absenceEntitlementDetails",
                    "kind": "collection"
                }
            ]
        }
    ],
    "count": 2,
    "hasMore": false,
    "limit": 25,
    "offset": 0,
    "links": [
        {
            "rel": "self",
            "href": "https://<host>:<port>/hcmRestApi/resources/11.13.18.05/absences/300100159560225/child/absenceEntitlements",
            "name": "absenceEntitlements",
            "kind": "collection"
        }
    ]
}

Retrieve Entitlement Detail

Jen retrieves the entitlement detail of the maternity absence. The response will include a record for each day of the absence, indicating which payment percentage will be used for that specific day of the absence.

Example URL

The following is the format of the resource URL.

GET

/hcmRestApi/resources/11.13.18.05/absences/{personAbsenceEntryId}/child/absenceEntitlementDetails

Example Response

The following is an example of the response body in JSON format.

{
    "items": [
        {
            "entitlementDetailId": 300100159592704,
            "startDate": "2018-10-25T00:00:00+00:00",
            "endDate": "2018-10-25T00:00:00+00:00",
            "units": 1,
            "unitOfMeasure": "D",
            "absencePlanUOMMeaning": "Days",
            "payFactor": 50,
            "entitlementId": 300100159592726,
            "links": [
                {
                    "rel": "self",
                    "href": "https://<host>:<port>/hcmRestApi/resources/11.13.18.05/absences/300100159560225/child/absenceEntitlements/300100159592726/child/absenceEntitlementDetails/300100159592704",
                    "name": "absenceEntitlementDetails",
                    "kind": "item"
                },
                {
                    "rel": "canonical",
                    "href": "https://<host>:<port>/hcmRestApi/resources/11.13.18.05/absences/300100159560225/child/absenceEntitlements/300100159592726/child/absenceEntitlementDetails/300100159592704",
                    "name": "absenceEntitlementDetails",
                    "kind": "item"
                },
                {
                    "rel": "parent",
                    "href": "https://<host>:<port>/hcmRestApi/resources/11.13.18.05/absences/300100159560225/child/absenceEntitlements/300100159592726",
                    "name": "absenceEntitlements",
                    "kind": "item"
                },
                {
                    "rel": "lov",
                    "href": "https://<host>:<port>/hcmRestApi/resources/11.13.18.05/absences/300100159560225/child/absenceEntitlements/300100159592726/child/absenceEntitlementDetails/300100159592704/lov/UomMeaningVA",
                    "name": "UomMeaningVA",
                    "kind": "collection"
                }
            ]
        },
        {
            "entitlementDetailId": 300100159592706,
            "startDate": "2018-10-26T00:00:00+00:00",
            "endDate": "2018-10-26T00:00:00+00:00",
            "units": 1,
            "unitOfMeasure": "D",
            "absencePlanUOMMeaning": "Days",
            "payFactor": 50,
            "entitlementId": 300100159592726,
            "links": [
                {
                    "rel": "self",
                    "href": "https://<host>:<port>/hcmRestApi/resources/11.13.18.05/absences/300100159560225/child/absenceEntitlements/300100159592726/child/absenceEntitlementDetails/300100159592706",
                    "name": "absenceEntitlementDetails",
                    "kind": "item"
                },
                {
                    "rel": "canonical",
                    "href": "https://<host>:<port>/hcmRestApi/resources/11.13.18.05/absences/300100159560225/child/absenceEntitlements/300100159592726/child/absenceEntitlementDetails/300100159592706",
                    "name": "absenceEntitlementDetails",
                    "kind": "item"
                },
                {
                    "rel": "parent",
                    "href": "https://<host>:<port>/hcmRestApi/resources/11.13.18.05/absences/300100159560225/child/absenceEntitlements/300100159592726",
                    "name": "absenceEntitlements",
                    "kind": "item"
                },
                {
                    "rel": "lov",
                    "href": "https://<host>:<port>/hcmRestApi/resources/11.13.18.05/absences/300100159560225/child/absenceEntitlements/300100159592726/child/absenceEntitlementDetails/300100159592706/lov/UomMeaningVA",
                    "name": "UomMeaningVA",
                    "kind": "collection"
                }
            ]
        },
        {
            "entitlementDetailId": 300100159592707,
            "startDate": "2018-10-27T00:00:00+00:00",
            "endDate": "2018-10-27T00:00:00+00:00",
            "units": 0,
            "unitOfMeasure": "D",
            "absencePlanUOMMeaning": "Days",
            "payFactor": 50,
            "entitlementId": 300100159592726,
            "links": [
                {
                    "rel": "self",
                    "href": "https://<host>:<port>/hcmRestApi/resources/11.13.18.05/absences/300100159560225/child/absenceEntitlements/300100159592726/child/absenceEntitlementDetails/300100159592707",
                    "name": "absenceEntitlementDetails",
                    "kind": "item"
                },
                {
                    "rel": "canonical",
                    "href": "https://<host>:<port>/hcmRestApi/resources/11.13.18.05/absences/300100159560225/child/absenceEntitlements/300100159592726/child/absenceEntitlementDetails/300100159592707",
                    "name": "absenceEntitlementDetails",
                    "kind": "item"
                },
                {
                    "rel": "parent",
                    "href": "https://<host>:<port>/hcmRestApi/resources/11.13.18.05/absences/300100159560225/child/absenceEntitlements/300100159592726",
                    "name": "absenceEntitlements",
                    "kind": "item"
                },
                {
                    "rel": "lov",
                    "href": "https://<host>:<port>/hcmRestApi/resources/11.13.18.05/absences/300100159560225/child/absenceEntitlements/300100159592726/child/absenceEntitlementDetails/300100159592707/lov/UomMeaningVA",
                    "name": "UomMeaningVA",
                    "kind": "collection"
                }
            ]
        },
        {
            "entitlementDetailId": 300100159592708,
            "startDate": "2018-10-28T00:00:00+00:00",
            "endDate": "2018-10-28T00:00:00+00:00",
            "units": 0,
            "unitOfMeasure": "D",
            "absencePlanUOMMeaning": "Days",
            "payFactor": 50,
            "entitlementId": 300100159592726,
            "links": [
                {
                    "rel": "self",
                    "href": "https://<host>:<port>/hcmRestApi/resources/11.13.18.05/absences/300100159560225/child/absenceEntitlements/300100159592726/child/absenceEntitlementDetails/300100159592708",
                    "name": "absenceEntitlementDetails",
                    "kind": "item"
                },
                {
                    "rel": "canonical",
                    "href": "https://<host>:<port>/hcmRestApi/resources/11.13.18.05/absences/300100159560225/child/absenceEntitlements/300100159592726/child/absenceEntitlementDetails/300100159592708",
                    "name": "absenceEntitlementDetails",
                    "kind": "item"
                },
                {
                    "rel": "parent",
                    "href": "https://<host>:<port>/hcmRestApi/resources/11.13.18.05/absences/300100159560225/child/absenceEntitlements/300100159592726",
                    "name": "absenceEntitlements",
                    "kind": "item"
                },
                {
                    "rel": "lov",
                    "href": "https://<host>:<port>/hcmRestApi/resources/11.13.18.05/absences/300100159560225/child/absenceEntitlements/300100159592726/child/absenceEntitlementDetails/300100159592708/lov/UomMeaningVA",
                    "name": "UomMeaningVA",
                    "kind": "collection"
                }
            ]
        },
        {
            "entitlementDetailId": 300100159592709,
            "startDate": "2018-10-29T00:00:00+00:00",
            "endDate": "2018-10-29T00:00:00+00:00",
            "units": 1,
            "unitOfMeasure": "D",
            "absencePlanUOMMeaning": "Days",
            "payFactor": 50,
            "entitlementId": 300100159592726,
            "links": [
                {
                    "rel": "self",
                    "href": "https://<host>:<port>/hcmRestApi/resources/11.13.18.05/absences/300100159560225/child/absenceEntitlements/300100159592726/child/absenceEntitlementDetails/300100159592709",
                    "name": "absenceEntitlementDetails",
                    "kind": "item"
                },
                {
                    "rel": "canonical",
                    "href": "https://<host>:<port>/hcmRestApi/resources/11.13.18.05/absences/300100159560225/child/absenceEntitlements/300100159592726/child/absenceEntitlementDetails/300100159592709",
                    "name": "absenceEntitlementDetails",
                    "kind": "item"
                },
                {
                    "rel": "parent",
                    "href": "https://<host>:<port>/hcmRestApi/resources/11.13.18.05/absences/300100159560225/child/absenceEntitlements/300100159592726",
                    "name": "absenceEntitlements",
                    "kind": "item"
                },
                {
                    "rel": "lov",
                    "href": "https://<host>:<port>/hcmRestApi/resources/11.13.18.05/absences/300100159560225/child/absenceEntitlements/300100159592726/child/absenceEntitlementDetails/300100159592709/lov/UomMeaningVA",
                    "name": "UomMeaningVA",
                    "kind": "collection"
                }
            ]
        },
        {
            "entitlementDetailId": 300100159592710,
            "startDate": "2018-10-30T00:00:00+00:00",
            "endDate": "2018-10-30T00:00:00+00:00",
            "units": 1,
            "unitOfMeasure": "D",
            "absencePlanUOMMeaning": "Days",
            "payFactor": 50,
            "entitlementId": 300100159592726,
            "links": [
                {
                    "rel": "self",
                    "href": "https://<host>:<port>/hcmRestApi/resources/11.13.18.05/absences/300100159560225/child/absenceEntitlements/300100159592726/child/absenceEntitlementDetails/300100159592710",
                    "name": "absenceEntitlementDetails",
                    "kind": "item"
                },
                {
                    "rel": "canonical",
                    "href": "https://<host>:<port>/hcmRestApi/resources/11.13.18.05/absences/300100159560225/child/absenceEntitlements/300100159592726/child/absenceEntitlementDetails/300100159592710",
                    "name": "absenceEntitlementDetails",
                    "kind": "item"
                },
                {
                    "rel": "parent",
                    "href": "https://<host>:<port>/hcmRestApi/resources/11.13.18.05/absences/300100159560225/child/absenceEntitlements/300100159592726",
                    "name": "absenceEntitlements",
                    "kind": "item"
                },
                {
                    "rel": "lov",
                    "href": "https://<host>:<port>/hcmRestApi/resources/11.13.18.05/absences/300100159560225/child/absenceEntitlements/300100159592726/child/absenceEntitlementDetails/300100159592710/lov/UomMeaningVA",
                    "name": "UomMeaningVA",
                    "kind": "collection"
                }
            ]
        },
        {
            "entitlementDetailId": 300100159592711,
            "startDate": "2018-10-31T00:00:00+00:00",
            "endDate": "2018-10-31T00:00:00+00:00",
            "units": 1,
            "unitOfMeasure": "D",
            "absencePlanUOMMeaning": "Days",
            "payFactor": 50,
            "entitlementId": 300100159592726,
            "links": [
                {
                    "rel": "self",
                    "href": "https://<host>:<port>/hcmRestApi/resources/11.13.18.05/absences/300100159560225/child/absenceEntitlements/300100159592726/child/absenceEntitlementDetails/300100159592711",
                    "name": "absenceEntitlementDetails",
                    "kind": "item"
                },
                {
                    "rel": "canonical",
                    "href": "https://<host>:<port>/hcmRestApi/resources/11.13.18.05/absences/300100159560225/child/absenceEntitlements/300100159592726/child/absenceEntitlementDetails/300100159592711",
                    "name": "absenceEntitlementDetails",
                    "kind": "item"
                },
                {
                    "rel": "parent",
                    "href": "https://<host>:<port>/hcmRestApi/resources/11.13.18.05/absences/300100159560225/child/absenceEntitlements/300100159592726",
                    "name": "absenceEntitlements",
                    "kind": "item"
                },
                {
                    "rel": "lov",
                    "href": "https://<host>:<port>/hcmRestApi/resources/11.13.18.05/absences/300100159560225/child/absenceEntitlements/300100159592726/child/absenceEntitlementDetails/300100159592711/lov/UomMeaningVA",
                    "name": "UomMeaningVA",
                    "kind": "collection"
                }
            ]
        },
        {
            "entitlementDetailId": 300100159592712,
            "startDate": "2018-11-01T00:00:00+00:00",
            "endDate": "2018-11-01T00:00:00+00:00",
            "units": 1,
            "unitOfMeasure": "D",
            "absencePlanUOMMeaning": "Days",
            "payFactor": 50,
            "entitlementId": 300100159592726,
            "links": [
                {
                    "rel": "self",
                    "href": "https://<host>:<port>/hcmRestApi/resources/11.13.18.05/absences/300100159560225/child/absenceEntitlements/300100159592726/child/absenceEntitlementDetails/300100159592712",
                    "name": "absenceEntitlementDetails",
                    "kind": "item"
                },
                {
                    "rel": "canonical",
                    "href": "https://<host>:<port>/hcmRestApi/resources/11.13.18.05/absences/300100159560225/child/absenceEntitlements/300100159592726/child/absenceEntitlementDetails/300100159592712",
                    "name": "absenceEntitlementDetails",
                    "kind": "item"
                },
                {
                    "rel": "parent",
                    "href": "https://<host>:<port>/hcmRestApi/resources/11.13.18.05/absences/300100159560225/child/absenceEntitlements/300100159592726",
                    "name": "absenceEntitlements",
                    "kind": "item"
                },
                {
                    "rel": "lov",
                    "href": "https://<host>:<port>/hcmRestApi/resources/11.13.18.05/absences/300100159560225/child/absenceEntitlements/300100159592726/child/absenceEntitlementDetails/300100159592712/lov/UomMeaningVA",
                    "name": "UomMeaningVA",
                    "kind": "collection"
                }
            ]
        },
        {
            "entitlementDetailId": 300100159592713,
            "startDate": "2018-11-02T00:00:00+00:00",
            "endDate": "2018-11-02T00:00:00+00:00",
            "units": 1,
            "unitOfMeasure": "D",
            "absencePlanUOMMeaning": "Days",
            "payFactor": 50,
            "entitlementId": 300100159592726,
            "links": [
                {
                    "rel": "self",
                    "href": "https://<host>:<port>/hcmRestApi/resources/11.13.18.05/absences/300100159560225/child/absenceEntitlements/300100159592726/child/absenceEntitlementDetails/300100159592713",
                    "name": "absenceEntitlementDetails",
                    "kind": "item"
                },
                {
                    "rel": "canonical",
                    "href": "https://<host>:<port>/hcmRestApi/resources/11.13.18.05/absences/300100159560225/child/absenceEntitlements/300100159592726/child/absenceEntitlementDetails/300100159592713",
                    "name": "absenceEntitlementDetails",
                    "kind": "item"
                },
                {
                    "rel": "parent",
                    "href": "https://<host>:<port>/hcmRestApi/resources/11.13.18.05/absences/300100159560225/child/absenceEntitlements/300100159592726",
                    "name": "absenceEntitlements",
                    "kind": "item"
                },
                {
                    "rel": "lov",
                    "href": "https://<host>:<port>/hcmRestApi/resources/11.13.18.05/absences/300100159560225/child/absenceEntitlements/300100159592726/child/absenceEntitlementDetails/300100159592713/lov/UomMeaningVA",
                    "name": "UomMeaningVA",
                    "kind": "collection"
                }
            ]
        },
        {
            "entitlementDetailId": 300100159592714,
            "startDate": "2018-11-03T00:00:00+00:00",
            "endDate": "2018-11-03T00:00:00+00:00",
            "units": 0,
            "unitOfMeasure": "D",
            "absencePlanUOMMeaning": "Days",
            "payFactor": 50,
            "entitlementId": 300100159592726,
            "links": [
                {
                    "rel": "self",
                    "href": "https://<host>:<port>/hcmRestApi/resources/11.13.18.05/absences/300100159560225/child/absenceEntitlements/300100159592726/child/absenceEntitlementDetails/300100159592714",
                    "name": "absenceEntitlementDetails",
                    "kind": "item"
                },
                {
                    "rel": "canonical",
                    "href": "https://<host>:<port>/hcmRestApi/resources/11.13.18.05/absences/300100159560225/child/absenceEntitlements/300100159592726/child/absenceEntitlementDetails/300100159592714",
                    "name": "absenceEntitlementDetails",
                    "kind": "item"
                },
                {
                    "rel": "parent",
                    "href": "https://<host>:<port>/hcmRestApi/resources/11.13.18.05/absences/300100159560225/child/absenceEntitlements/300100159592726",
                    "name": "absenceEntitlements",
                    "kind": "item"
                },
                {
                    "rel": "lov",
                    "href": "https://<host>:<port>/hcmRestApi/resources/11.13.18.05/absences/300100159560225/child/absenceEntitlements/300100159592726/child/absenceEntitlementDetails/300100159592714/lov/UomMeaningVA",
                    "name": "UomMeaningVA",
                    "kind": "collection"
                }
            ]
        },
        {
            "entitlementDetailId": 300100159592715,
            "startDate": "2018-11-04T00:00:00+00:00",
            "endDate": "2018-11-04T00:00:00+00:00",
            "units": 0,
            "unitOfMeasure": "D",
            "absencePlanUOMMeaning": "Days",
            "payFactor": 50,
            "entitlementId": 300100159592726,
            "links": [
                {
                    "rel": "self",
                    "href": "https://<host>:<port>/hcmRestApi/resources/11.13.18.05/absences/300100159560225/child/absenceEntitlements/300100159592726/child/absenceEntitlementDetails/300100159592715",
                    "name": "absenceEntitlementDetails",
                    "kind": "item"
                },
                {
                    "rel": "canonical",
                    "href": "https://<host>:<port>/hcmRestApi/resources/11.13.18.05/absences/300100159560225/child/absenceEntitlements/300100159592726/child/absenceEntitlementDetails/300100159592715",
                    "name": "absenceEntitlementDetails",
                    "kind": "item"
                },
                {
                    "rel": "parent",
                    "href": "https://<host>:<port>/hcmRestApi/resources/11.13.18.05/absences/300100159560225/child/absenceEntitlements/300100159592726",
                    "name": "absenceEntitlements",
                    "kind": "item"
                },
                {
                    "rel": "lov",
                    "href": "https://<host>:<port>/hcmRestApi/resources/11.13.18.05/absences/300100159560225/child/absenceEntitlements/300100159592726/child/absenceEntitlementDetails/300100159592715/lov/UomMeaningVA",
                    "name": "UomMeaningVA",
                    "kind": "collection"
                }
            ]
        },
        {
            "entitlementDetailId": 300100159592716,
            "startDate": "2018-11-05T00:00:00+00:00",
            "endDate": "2018-11-05T00:00:00+00:00",
            "units": 1,
            "unitOfMeasure": "D",
            "absencePlanUOMMeaning": "Days",
            "payFactor": 50,
            "entitlementId": 300100159592726,
            "links": [
                {
                    "rel": "self",
                    "href": "https://<host>:<port>/hcmRestApi/resources/11.13.18.05/absences/300100159560225/child/absenceEntitlements/300100159592726/child/absenceEntitlementDetails/300100159592716",
                    "name": "absenceEntitlementDetails",
                    "kind": "item"
                },
                {
                    "rel": "canonical",
                    "href": "https://<host>:<port>/hcmRestApi/resources/11.13.18.05/absences/300100159560225/child/absenceEntitlements/300100159592726/child/absenceEntitlementDetails/300100159592716",
                    "name": "absenceEntitlementDetails",
                    "kind": "item"
                },
                {
                    "rel": "parent",
                    "href": "https://<host>:<port>/hcmRestApi/resources/11.13.18.05/absences/300100159560225/child/absenceEntitlements/300100159592726",
                    "name": "absenceEntitlements",
                    "kind": "item"
                },
                {
                    "rel": "lov",
                    "href": "https://<host>:<port>/hcmRestApi/resources/11.13.18.05/absences/300100159560225/child/absenceEntitlements/300100159592726/child/absenceEntitlementDetails/300100159592716/lov/UomMeaningVA",
                    "name": "UomMeaningVA",
                    "kind": "collection"
                }
            ]
        },
        {
            "entitlementDetailId": 300100159592717,
            "startDate": "2018-11-06T00:00:00+00:00",
            "endDate": "2018-11-06T00:00:00+00:00",
            "units": 1,
            "unitOfMeasure": "D",
            "absencePlanUOMMeaning": "Days",
            "payFactor": 50,
            "entitlementId": 300100159592726,
            "links": [
                {
                    "rel": "self",
                    "href": "https://<host>:<port>/hcmRestApi/resources/11.13.18.05/absences/300100159560225/child/absenceEntitlements/300100159592726/child/absenceEntitlementDetails/300100159592717",
                    "name": "absenceEntitlementDetails",
                    "kind": "item"
                },
                {
                    "rel": "canonical",
                    "href": "https://<host>:<port>/hcmRestApi/resources/11.13.18.05/absences/300100159560225/child/absenceEntitlements/300100159592726/child/absenceEntitlementDetails/300100159592717",
                    "name": "absenceEntitlementDetails",
                    "kind": "item"
                },
                {
                    "rel": "parent",
                    "href": "https://<host>:<port>/hcmRestApi/resources/11.13.18.05/absences/300100159560225/child/absenceEntitlements/300100159592726",
                    "name": "absenceEntitlements",
                    "kind": "item"
                },
                {
                    "rel": "lov",
                    "href": "https://<host>:<port>/hcmRestApi/resources/11.13.18.05/absences/300100159560225/child/absenceEntitlements/300100159592726/child/absenceEntitlementDetails/300100159592717/lov/UomMeaningVA",
                    "name": "UomMeaningVA",
                    "kind": "collection"
                }
            ]
        },
        {
            "entitlementDetailId": 300100159592718,
            "startDate": "2018-11-07T00:00:00+00:00",
            "endDate": "2018-11-07T00:00:00+00:00",
            "units": 1,
            "unitOfMeasure": "D",
            "absencePlanUOMMeaning": "Days",
            "payFactor": 50,
            "entitlementId": 300100159592726,
            "links": [
                {
                    "rel": "self",
                    "href": "https://<host>:<port>/hcmRestApi/resources/11.13.18.05/absences/300100159560225/child/absenceEntitlements/300100159592726/child/absenceEntitlementDetails/300100159592718",
                    "name": "absenceEntitlementDetails",
                    "kind": "item"
                },
                {
                    "rel": "canonical",
                    "href": "https://<host>:<port>/hcmRestApi/resources/11.13.18.05/absences/300100159560225/child/absenceEntitlements/300100159592726/child/absenceEntitlementDetails/300100159592718",
                    "name": "absenceEntitlementDetails",
                    "kind": "item"
                },
                {
                    "rel": "parent",
                    "href": "https://<host>:<port>/hcmRestApi/resources/11.13.18.05/absences/300100159560225/child/absenceEntitlements/300100159592726",
                    "name": "absenceEntitlements",
                    "kind": "item"
                },
                {
                    "rel": "lov",
                    "href": "https://<host>:<port>/hcmRestApi/resources/11.13.18.05/absences/300100159560225/child/absenceEntitlements/300100159592726/child/absenceEntitlementDetails/300100159592718/lov/UomMeaningVA",
                    "name": "UomMeaningVA",
                    "kind": "collection"
                }
            ]
        },
        {
            "entitlementDetailId": 300100159592719,
            "startDate": "2018-11-08T00:00:00+00:00",
            "endDate": "2018-11-08T00:00:00+00:00",
            "units": 1,
            "unitOfMeasure": "D",
            "absencePlanUOMMeaning": "Days",
            "payFactor": 50,
            "entitlementId": 300100159592726,
            "links": [
                {
                    "rel": "self",
                    "href": "https://<host>:<port>/hcmRestApi/resources/11.13.18.05/absences/300100159560225/child/absenceEntitlements/300100159592726/child/absenceEntitlementDetails/300100159592719",
                    "name": "absenceEntitlementDetails",
                    "kind": "item"
                },
                {
                    "rel": "canonical",
                    "href": "https://<host>:<port>/hcmRestApi/resources/11.13.18.05/absences/300100159560225/child/absenceEntitlements/300100159592726/child/absenceEntitlementDetails/300100159592719",
                    "name": "absenceEntitlementDetails",
                    "kind": "item"
                },
                {
                    "rel": "parent",
                    "href": "https://<host>:<port>/hcmRestApi/resources/11.13.18.05/absences/300100159560225/child/absenceEntitlements/300100159592726",
                    "name": "absenceEntitlements",
                    "kind": "item"
                },
                {
                    "rel": "lov",
                    "href": "https://<host>:<port>/hcmRestApi/resources/11.13.18.05/absences/300100159560225/child/absenceEntitlements/300100159592726/child/absenceEntitlementDetails/300100159592719/lov/UomMeaningVA",
                    "name": "UomMeaningVA",
                    "kind": "collection"
                }
            ]
        },
        {
            "entitlementDetailId": 300100159592720,
            "startDate": "2018-11-09T00:00:00+00:00",
            "endDate": "2018-11-09T00:00:00+00:00",
            "units": 1,
            "unitOfMeasure": "D",
            "absencePlanUOMMeaning": "Days",
            "payFactor": 50,
            "entitlementId": 300100159592726,
            "links": [
                {
                    "rel": "self",
                    "href": "https://<host>:<port>/hcmRestApi/resources/11.13.18.05/absences/300100159560225/child/absenceEntitlements/300100159592726/child/absenceEntitlementDetails/300100159592720",
                    "name": "absenceEntitlementDetails",
                    "kind": "item"
                },
                {
                    "rel": "canonical",
                    "href": "https://<host>:<port>/hcmRestApi/resources/11.13.18.05/absences/300100159560225/child/absenceEntitlements/300100159592726/child/absenceEntitlementDetails/300100159592720",
                    "name": "absenceEntitlementDetails",
                    "kind": "item"
                },
                {
                    "rel": "parent",
                    "href": "https://<host>:<port>/hcmRestApi/resources/11.13.18.05/absences/300100159560225/child/absenceEntitlements/300100159592726",
                    "name": "absenceEntitlements",
                    "kind": "item"
                },
                {
                    "rel": "lov",
                    "href": "https://<host>:<port>/hcmRestApi/resources/11.13.18.05/absences/300100159560225/child/absenceEntitlements/300100159592726/child/absenceEntitlementDetails/300100159592720/lov/UomMeaningVA",
                    "name": "UomMeaningVA",
                    "kind": "collection"
                }
            ]
        },
        {
            "entitlementDetailId": 300100159592721,
            "startDate": "2018-11-10T00:00:00+00:00",
            "endDate": "2018-11-10T00:00:00+00:00",
            "units": 0,
            "unitOfMeasure": "D",
            "absencePlanUOMMeaning": "Days",
            "payFactor": 50,
            "entitlementId": 300100159592726,
            "links": [
                {
                    "rel": "self",
                    "href": "https://<host>:<port>/hcmRestApi/resources/11.13.18.05/absences/300100159560225/child/absenceEntitlements/300100159592726/child/absenceEntitlementDetails/300100159592721",
                    "name": "absenceEntitlementDetails",
                    "kind": "item"
                },
                {
                    "rel": "canonical",
                    "href": "https://<host>:<port>/hcmRestApi/resources/11.13.18.05/absences/300100159560225/child/absenceEntitlements/300100159592726/child/absenceEntitlementDetails/300100159592721",
                    "name": "absenceEntitlementDetails",
                    "kind": "item"
                },
                {
                    "rel": "parent",
                    "href": "https://<host>:<port>/hcmRestApi/resources/11.13.18.05/absences/300100159560225/child/absenceEntitlements/300100159592726",
                    "name": "absenceEntitlements",
                    "kind": "item"
                },
                {
                    "rel": "lov",
                    "href": "https://<host>:<port>/hcmRestApi/resources/11.13.18.05/absences/300100159560225/child/absenceEntitlements/300100159592726/child/absenceEntitlementDetails/300100159592721/lov/UomMeaningVA",
                    "name": "UomMeaningVA",
                    "kind": "collection"
                }
            ]
        },
        {
            "entitlementDetailId": 300100159592722,
            "startDate": "2018-11-11T00:00:00+00:00",
            "endDate": "2018-11-11T00:00:00+00:00",
            "units": 0,
            "unitOfMeasure": "D",
            "absencePlanUOMMeaning": "Days",
            "payFactor": 50,
            "entitlementId": 300100159592726,
            "links": [
                {
                    "rel": "self",
                    "href": "https://<host>:<port>/hcmRestApi/resources/11.13.18.05/absences/300100159560225/child/absenceEntitlements/300100159592726/child/absenceEntitlementDetails/300100159592722",
                    "name": "absenceEntitlementDetails",
                    "kind": "item"
                },
                {
                    "rel": "canonical",
                    "href": "https://<host>:<port>/hcmRestApi/resources/11.13.18.05/absences/300100159560225/child/absenceEntitlements/300100159592726/child/absenceEntitlementDetails/300100159592722",
                    "name": "absenceEntitlementDetails",
                    "kind": "item"
                },
                {
                    "rel": "parent",
                    "href": "https://<host>:<port>/hcmRestApi/resources/11.13.18.05/absences/300100159560225/child/absenceEntitlements/300100159592726",
                    "name": "absenceEntitlements",
                    "kind": "item"
                },
                {
                    "rel": "lov",
                    "href": "https://<host>:<port>/hcmRestApi/resources/11.13.18.05/absences/300100159560225/child/absenceEntitlements/300100159592726/child/absenceEntitlementDetails/300100159592722/lov/UomMeaningVA",
                    "name": "UomMeaningVA",
                    "kind": "collection"
                }
            ]
        },
        {
            "entitlementDetailId": 300100159592723,
            "startDate": "2018-11-12T00:00:00+00:00",
            "endDate": "2018-11-12T00:00:00+00:00",
            "units": 1,
            "unitOfMeasure": "D",
            "absencePlanUOMMeaning": "Days",
            "payFactor": 50,
            "entitlementId": 300100159592726,
            "links": [
                {
                    "rel": "self",
                    "href": "https://<host>:<port>/hcmRestApi/resources/11.13.18.05/absences/300100159560225/child/absenceEntitlements/300100159592726/child/absenceEntitlementDetails/300100159592723",
                    "name": "absenceEntitlementDetails",
                    "kind": "item"
                },
                {
                    "rel": "canonical",
                    "href": "https://<host>:<port>/hcmRestApi/resources/11.13.18.05/absences/300100159560225/child/absenceEntitlements/300100159592726/child/absenceEntitlementDetails/300100159592723",
                    "name": "absenceEntitlementDetails",
                    "kind": "item"
                },
                {
                    "rel": "parent",
                    "href": "https://<host>:<port>/hcmRestApi/resources/11.13.18.05/absences/300100159560225/child/absenceEntitlements/300100159592726",
                    "name": "absenceEntitlements",
                    "kind": "item"
                },
                {
                    "rel": "lov",
                    "href": "https://<host>:<port>/hcmRestApi/resources/11.13.18.05/absences/300100159560225/child/absenceEntitlements/300100159592726/child/absenceEntitlementDetails/300100159592723/lov/UomMeaningVA",
                    "name": "UomMeaningVA",
                    "kind": "collection"
                }
            ]
        },
        {
            "entitlementDetailId": 300100159592724,
            "startDate": "2018-11-13T00:00:00+00:00",
            "endDate": "2018-11-13T00:00:00+00:00",
            "units": 1,
            "unitOfMeasure": "D",
            "absencePlanUOMMeaning": "Days",
            "payFactor": 50,
            "entitlementId": 300100159592726,
            "links": [
                {
                    "rel": "self",
                    "href": "https://<host>:<port>/hcmRestApi/resources/11.13.18.05/absences/300100159560225/child/absenceEntitlements/300100159592726/child/absenceEntitlementDetails/300100159592724",
                    "name": "absenceEntitlementDetails",
                    "kind": "item"
                },
                {
                    "rel": "canonical",
                    "href": "https://<host>:<port>/hcmRestApi/resources/11.13.18.05/absences/300100159560225/child/absenceEntitlements/300100159592726/child/absenceEntitlementDetails/300100159592724",
                    "name": "absenceEntitlementDetails",
                    "kind": "item"
                },
                {
                    "rel": "parent",
                    "href": "https://<host>:<port>/hcmRestApi/resources/11.13.18.05/absences/300100159560225/child/absenceEntitlements/300100159592726",
                    "name": "absenceEntitlements",
                    "kind": "item"
                },
                {
                    "rel": "lov",
                    "href": "https://<host>:<port>/hcmRestApi/resources/11.13.18.05/absences/300100159560225/child/absenceEntitlements/300100159592726/child/absenceEntitlementDetails/300100159592724/lov/UomMeaningVA",
                    "name": "UomMeaningVA",
                    "kind": "collection"
                }
            ]
        },
        {
            "entitlementDetailId": 300100159592725,
            "startDate": "2018-11-14T00:00:00+00:00",
            "endDate": "2018-11-14T00:00:00+00:00",
            "units": 1,
            "unitOfMeasure": "D",
            "absencePlanUOMMeaning": "Days",
            "payFactor": 50,
            "entitlementId": 300100159592726,
            "links": [
                {
                    "rel": "self",
                    "href": "https://<host>:<port>/hcmRestApi/resources/11.13.18.05/absences/300100159560225/child/absenceEntitlements/300100159592726/child/absenceEntitlementDetails/300100159592725",
                    "name": "absenceEntitlementDetails",
                    "kind": "item"
                },
                {
                    "rel": "canonical",
                    "href": "https://<host>:<port>/hcmRestApi/resources/11.13.18.05/absences/300100159560225/child/absenceEntitlements/300100159592726/child/absenceEntitlementDetails/300100159592725",
                    "name": "absenceEntitlementDetails",
                    "kind": "item"
                },
                {
                    "rel": "parent",
                    "href": "https://<host>:<port>/hcmRestApi/resources/11.13.18.05/absences/300100159560225/child/absenceEntitlements/300100159592726",
                    "name": "absenceEntitlements",
                    "kind": "item"
                },
                {
                    "rel": "lov",
                    "href": "https://<host>:<port>/hcmRestApi/resources/11.13.18.05/absences/300100159560225/child/absenceEntitlements/300100159592726/child/absenceEntitlementDetails/300100159592725/lov/UomMeaningVA",
                    "name": "UomMeaningVA",
                    "kind": "collection"
                }
            ]
        }
    ],
    "count": 21,
    "hasMore": false,
    "limit": 25,
    "offset": 0,
    "links": [
        {
            "rel": "self",
            "href": "https://<host>:<port>/hcmRestApi/resources/11.13.18.05/absences/300100159560225/child/absenceEntitlements/300100159592726/child/absenceEntitlementDetails",
            "name": "absenceEntitlementDetails",
            "kind": "collection"
        }
    ]
}