POST api/v1/premiumlabor

Retrieve the Premium Labor Data

Request Information

URI Parameters

None.

Body Parameters

PremiumLaborRequestModel
NameDescriptionTypeAdditional information
FacilityIds

Collection of integer

Required

ClusterIds

Collection of integer

None.

DepartmentIds

Collection of integer

None.

SkillLevelIds

Collection of integer

None.

StartDate

date

Required

EndDate

date

Required

EmployeeTypeIds

Collection of integer

Required

ProductiveIndex

integer

Required

Commitment

integer

Required

RollingAverage

integer

Required

IncludeSecondaryAssociation

boolean

Required

Request Formats

application/json, text/json

Sample:
{
  "FacilityIds": [
    1,
    2
  ],
  "ClusterIds": [
    1,
    2
  ],
  "DepartmentIds": [
    1,
    2
  ],
  "SkillLevelIds": [
    1,
    2
  ],
  "StartDate": "2026-01-03T23:31:38.5799221-06:00",
  "EndDate": "2026-01-03T23:31:38.5799221-06:00",
  "EmployeeTypeIds": [
    1,
    2
  ],
  "ProductiveIndex": 3,
  "Commitment": 4,
  "RollingAverage": 5,
  "IncludeSecondaryAssociation": true
}

Response Information

Resource Description

ApiResponseModelOfInitialModel
NameDescriptionTypeAdditional information
Data

None.

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.