POST: /MachineOperationService/productionorders/{prodHeaderOrdNr}/operations/{prodBOOLineNr}/timeregistrations
Parameters are the ProdHeaderOrdNr and ProdBOOLineNr of the operation that has to be started.
Content: 2 – Setup of 5 – Cycle of 8 – Setoff
The result is a MachineTimeRegistration with the following schema:
<xs:schema xmlns:tns="Isah.ShopFloorControl.Model" elementFormDefault="qualified" targetNamespace="Isah.ShopFloorControl.Model" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:complexType name="MachineTimeRegistration">
<xs:sequence>
<xs:element minOccurs="0" name="ClusterCode" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="HourCode" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="MachCode" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="MalfunctionCode" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="ProdBOOLineNr" type="xs:short" />
<xs:element minOccurs="0" name="ProdHeaderDossierCode" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="TimeRegLineNr" type="xs:int" />
<xs:element minOccurs="0" name="WorkingHourCode" nillable="true" type="xs:string" />
</xs:sequence>
</xs:complexType>
<xs:element name="MachineTimeRegistration" nillable="true" type="tns:MachineTimeRegistration" />
</xs:schema>