GetWorkCenters response message
- Last UpdatedSep 06, 2023
- 1 minute read
This is an example of the full structure of a GetWorkCenters response message.
<GetWorkCentersResponseMessage xmlns="http://www.citect.com/Ampla/Inventory/2010/03">
<Response xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<WorkCenters>
<WorkCenter>
<AllowNegativeBalance>False</AllowNegativeBalance>
<AllowedMaterials />
<DisplayName>Input</DisplayName>
<LotBehavior>Selective</LotBehavior>
<Name>EnterpriseFolder.SiteFolder.Input</Name>
<WorkCenterType>Input</WorkCenterType>
</WorkCenter>
<WorkCenter>
<AllowNegativeBalance>True</AllowNegativeBalance>
<AllowedMaterials />
<DisplayName>ProcessCell</DisplayName>
<LotBehavior>Selective</LotBehavior>
<Name>EnterpriseFolder.SiteFolder.ProcessCell</Name>
<WorkCenterType>ProcessCell</WorkCenterType>
</WorkCenter>
<WorkCenter>
<AllowNegativeBalance>False</AllowNegativeBalance>
<AllowedMaterials />
<DisplayName>Output</DisplayName>
<LotBehavior>Selective</LotBehavior>
<Name>EnterpriseFolder.SiteFolder.Output</Name>
<WorkCenterType>Output</WorkCenterType>
</WorkCenter>
</WorkCenters>
</Response>
</GetWorkCentersResponseMessage>
Response parameters: WorkCenters section
Contains the set of returned work centers.
<WorkCenters>
<WorkCenter>
<AllowedMaterials />
<DisplayName>Input</DisplayName>
<LotBehavior>Selective</LotBehavior>
<Name>EnterpriseFolder.SiteFolder.Input</Name>
<WorkCenterType>Input</WorkCenterType>
<AllowNegativeBalance>False</AllowNegativeBalance>
<UseDestinationQuality>False</UseDestinationQuality>
</WorkCenter>
|
Parameter |
Description |
|---|---|
|
WorkCenter |
Contains the details about an individual work center. |
|
AllowedMaterials |
The allowed materials for the work center. |
|
DisplayName |
The display name of the work center. |
|
LotBehavior |
The lot behavior for the work center. Valid values are: Mixed, Selective, Lifo, Fifo, WeightedAverage. |
|
Name |
The full name of the work center. |
|
WorkCenterType |
The work center type. Valid values are: Input, Output, Process Cell, Production Line, Production Unit, Storage Zone. |
|
AllNegativeBalance |
Specifies whether this work center is allowed to have a negative balance. Can be True or False. |
|
UseDestinationQuality |
This property enables you to specify use destination quality instead of use source quality on the work center. Can be True or False. |