Previous Topic

Next Topic

Inhoudsopgave

Book Index

Start a cluster

POST: /MachineOperationService/clusters/{clustercode}/timeregistrations

Parameters: The code of the cluster that needs 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.Model.Poco" elementFormDefault="qualified" targetNamespace="Isah.Model.Poco" 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>