ExbReportResponse

Used to encapsulate a response for any of the reports.
See the Introduction Guide for Reports for more details

Name / Description Type / Format Example
yearsService
Number of years of service.
integer int32 0
totalAdditionalDaysHoliday
Total additional days of holiday entitlement.
number double 0.0
{
  "yearsService": 0,
  "totalAdditionalDaysHoliday": 0.0
}
Consumed by Operations

- none -

Returned by Operations

- none -