Manufacturing
Endpoints
Get entity list
|
/processes/{processcode}/manufacturings |
Parameters
| Type | Name | Description | Schema |
|---|---|---|---|
Path |
processCode |
Process code |
string |
Query |
page |
Page index |
integer (int32) |
Query |
size |
Entity count per page |
integer (int32) |
Responses
| HTTP Code | Description | Schema |
|---|---|---|
200 |
Successfull |
< Manufacturing > array |
400 |
Functionnal error |
No Content |
500 |
Internal server error |
No Content |
Data structure
Manufacturing
Manufacturing.
| Name | Description | Value |
|---|---|---|
activityCode |
Activity code |
string |
activitySuiteCode |
Activity suite code |
string |
companyCode |
Current company code |
string |
endDate |
End date |
datetime (ISO-8601) |
establishmentCode |
Current establishment code |
string |
isValidated |
Is validated ? |
boolean |
itemCode |
Item code |
string |
operatingProcessCode |
Operating process code |
string |
quantity |
Quantity |
double |
startDate |
Start date |
datetime (ISO-8601) |
unitCode |
Unit code |
string |