Data Access Labors
Endpoints
Get labors list
/companies/{companycode}/establishments/{establishmentcode}/data-access/labors |
operation.deprecated |
Parameters
Type | Name | Description | Schema |
---|---|---|---|
Path |
companyCode |
Current context company code |
string |
Path |
establishmentCode |
Current context establishment code |
string |
Query |
from |
Begin date |
string |
Query |
to |
End date |
string |
Query |
lineCode |
Line code |
string |
Responses
HTTP Code | Description | Schema |
---|---|---|
200 |
Successfull |
< labors response > array |
400 |
Functionnal error |
No Content |
500 |
Internal server error |
No Content |
Data structure
LaborDTO
Name | Description | Value |
---|---|---|
areaCode |
Area code |
string |
areaLabel |
Area label |
string |
beginDate |
Begin date |
string |
companyCode |
Company code |
string |
companyLabel |
Company label |
string |
endDate |
End date |
string |
establishmentCode |
Establishment code |
string |
establishmentLabel |
Establishment label |
string |
itemCode |
Item code |
string |
itemLabel |
Item label |
string |
laborPeriodId |
Labor period id |
integer |
laborProfileAmount |
Labor profile amount |
double |
laborProfileCode |
Labor profile code |
string |
laborProfileLabel |
Labor profile label |
string |
laborProfileShared |
Is shared labor profile |
boolean |
laborProfileType |
Labor profile type |
string |
lineCode |
Line code |
string |
lineLabel |
Line label |
string |
lineOpenPeriodId |
Line open period id |
integer |
moNb |
Manufacturing order number |
string |
originLaborCode |
Origin labor profile code |
string |
originLaborLabel |
Origin labor profile label |
string |
teamCode |
Team code |
string |
teamLabel |
Team label |
string |
teamProdDay |
Team production day |
string |