GetReportingPointAssociations response message
- Last UpdatedSep 06, 2023
- 1 minute read
This is an example of the full structure of a GetReportingPointAssociations response message.
<GetReportingPointAssociationsResponseMessage xmlns="http://www.citect.com/Ampla/Inventory/2010/03">
<Response>
<ReportingPointAssociations>
<ReportingPointAssociation>
<LotReportingPoint i:nil="true" />
<Material>Material Model.Coal</Material>
<MaterialQualityReportingPoint>SiteFolder.ProcessCell.MaterialQualityReportingPoint</MaterialQualityReportingPoint>
<WorkCenter>SiteFolder.ProcessCell</WorkCenter>
</ReportingPointAssociation>
<ReportingPointAssociation>
<LotReportingPoint i:nil="true" />
<Material>Material Model.Raw Coal</Material>
<MaterialQualityReportingPoint>SiteFolder.ProcessCell.MaterialQualityReportingPoint</MaterialQualityReportingPoint>
<WorkCenter>SiteFolder.ProcessCell</WorkCenter>
</ReportingPointAssociation>
<ReportingPointAssociation>
<LotReportingPoint i:nil="true" />
<Material>Material Model.Coal</Material>
<MaterialQualityReportingPoint i:nil="true" />
<WorkCenter>SiteFolder.Output</WorkCenter>
</ReportingPointAssociation>
<ReportingPointAssociation>
<LotReportingPoint i:nil="true" />
<Material>Material Model.Raw Coal</Material>
<MaterialQualityReportingPoint i:nil="true" />
<WorkCenter>SiteFolder.StorageZone</WorkCenter>
</ReportingPointAssociation>
</ReportingPointAssociations>
</Response>
</GetReportingPointAssociationsResponseMessage>
Response parameters: ReportingPointAssociations section
Contains sets of reporting point associations.
<ReportingPointAssociation>
<LotReportingPoint i:nil="true" />
<Material>Material Model.Coal</Material>
<MaterialQualityReportingPoint>SiteFolder.ProcessCell.MaterialQualityReportingPoint</MaterialQualityReportingPoint>
<WorkCenter>SiteFolder.ProcessCell</WorkCenter>
</ReportingPointAssociation>
|
Parameter |
Description |
|---|---|
|
ReportingPointAssociation |
Contains the information of a reporting point association. |
|
LotReportingPoint |
Reports whether a Lot reporting point is associated with this work center/material pair. This value can be null.Name of lot reporting point, unless null. |
|
Material |
One of the allowed materials associated with the named work center.Name of allowed material.Material.Coal |
|
MaterialQualityReportingPoint |
Reports whether a Material Quality reporting point is associated with this work center/material pair. This value can be null.Name of Material Quality reporting point, unless null. |
|
WorkCenter |
The full name of the work center. For example, SiteFolder.WorkCenter |