Updates the occupational absence business settings for the business.

Request

PUT http:///api/v2/business/{businessId}/leavecategory/occupationalabsencebusinesssettings

Path parameters

Parameter name Value Description Additional
businessId string Required

Request body

The request body takes a complete OccupationalAbsenceBusinessSettings resource, containing the following writable properties:

{
    "occupationalAbsenceEntitlementPeriod": "string"
}

Properties

Name Type Description
occupationalAbsenceEntitlementPeriod string OccupationalAbsenceEntitlementPeriodType

Possible values are:

  • RollingYear12Month
  • RollingYear24Month

Response

The following HTTP status codes may be returned, optionally with a response resource.

Status code Description Resource
200 OK

OK