POST api/v1/premiumlabor/Save
Save Premium Labor Level Settings and Returns the data.
Request Information
URI Parameters
None.
Body Parameters
PremiumLaborSaveModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Updates | Collection of PremiumLaborSettingModel |
None. |
|
| Inserts | Collection of PremiumLaborSettingModel |
None. |
|
| Filters | PremiumLaborRequestModel |
None. |
Request Formats
application/json, text/json
Sample:
{
"Updates": [
{
"FsPremiumLaborSettingID": "bb6731be-4afe-43e7-ab40-42bb599317fd",
"FsDeptID": 2,
"FsSkillLevelID": 3,
"Date": "2026-03-10T22:33:59.2332112-05:00",
"FsDeptShiftID": 5,
"PremiumLaborLevel": "sample string 6"
},
{
"FsPremiumLaborSettingID": "bb6731be-4afe-43e7-ab40-42bb599317fd",
"FsDeptID": 2,
"FsSkillLevelID": 3,
"Date": "2026-03-10T22:33:59.2332112-05:00",
"FsDeptShiftID": 5,
"PremiumLaborLevel": "sample string 6"
}
],
"Inserts": [
{
"FsPremiumLaborSettingID": "bb6731be-4afe-43e7-ab40-42bb599317fd",
"FsDeptID": 2,
"FsSkillLevelID": 3,
"Date": "2026-03-10T22:33:59.2332112-05:00",
"FsDeptShiftID": 5,
"PremiumLaborLevel": "sample string 6"
},
{
"FsPremiumLaborSettingID": "bb6731be-4afe-43e7-ab40-42bb599317fd",
"FsDeptID": 2,
"FsSkillLevelID": 3,
"Date": "2026-03-10T22:33:59.2332112-05:00",
"FsDeptShiftID": 5,
"PremiumLaborLevel": "sample string 6"
}
],
"Filters": {
"FacilityIds": [
1,
2
],
"ClusterIds": [
1,
2
],
"DepartmentIds": [
1,
2
],
"SkillLevelIds": [
1,
2
],
"StartDate": "2026-03-10T22:33:59.2332112-05:00",
"EndDate": "2026-03-10T22:33:59.2332112-05:00",
"EmployeeTypeIds": [
1,
2
],
"ProductiveIndex": 3,
"Commitment": 4,
"RollingAverage": 5,
"IncludeSecondaryAssociation": true
}
}
Response Information
Resource Description
ApiResponseModelOfInitialModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Data |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.