Change Work order Position
NOTE:
- The system does not check all changed parameters.
- Not all properties are changeable.
- The system does not check the names of properties (it does not return an error if you define the wrong property).
PUT WorkorderPos(30023,10)
{"Property":value}
return 201 if ok or 400/401 in error case
Property |
Description |
|
---|---|---|
Closed |
|
|
Quantity |
Change Quantity in production unit, calculate new total quantity on BoM Level. Not allowed if work order position is closed. |
|
DeliveryDate |
Change delivery date. Note: Don't change the Start/End date. The system does not recalculate the work order automatically. |
|
UDF1-15 |
Change UDF fields. |
|
StartStructure, StartDate, CalcStart, EndDate |
Change this properties without additional actions. |
|
AdditionalText, BatchNumber, WhsCode, BinCode, Din, Price, Group, MatchCode, Rawmaterial, Variant, ShortVariant, project, prjUid, RevisionLevel, status_id, startcapacityplanung, startdisposition, starttimerequest, startbooking, canmodifywo, productionline |
All fields are changeable without additional checks. |
Example:
Change Production line after Work order Creation