GetProductionOrdersByQuery
This function allows getting multiple production orders within a certain search critera.
Tags: GetProductionOrdersByQuery, ProductionOrderFilters, ProductionOrderSpecialFilters, GetProductionOrdersByQueryResponse, GetProductionOrdersResult, ProductionOrderInfo, ProductionOrderHeaderInfo, ProductionOrderLineInfo, ProductionOrderHeaderFreeValues, ProductionOrderLineConsumedInfo, ProductionOrderLineProducedInfo, ProductionOrderLineConsumedInOrderInfo, ProductionOrderLineConsumedInOrderSupplierInfo
Request XML
POST /xxx/Service.asmx HTTP/1.1
Host: api.ongoingsystems.se
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://ongoingsystems.se/WSI/GetProductionOrdersByQuery"
<?xml version="1.0" encoding="utf-8" ?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<GetProductionOrdersByQuery xmlns="http://ongoingsystems.se/WSI">
<GoodsOwnerCode>string</GoodsOwnerCode>
<UserName>string</UserName>
<Password>string</Password>
<query>
<LastProductionTimeFrom>dateTime</LastProductionTimeFrom>
<LastProductionTimeTo>dateTime</LastProductionTimeTo>
<ProductionOrderIdToGet>
<int>int</int>
<int>int</int>
</ProductionOrderIdToGet>
<ProductionOrderNumberToGet>
<string>string</string>
<string>string</string>
</ProductionOrderNumberToGet>
<ProductionOrderStatusFrom>int</ProductionOrderStatusFrom>
<ProductionOrderStatusTo>int</ProductionOrderStatusTo>
<LastProducedTimeFrom>dateTime</LastProducedTimeFrom>
<LastProducedTimeTo>dateTime</LastProducedTimeTo>
<ProductionOrderSpecialFilters>
<OnlyProductionOrdersWithLinesToReport>boolean</OnlyProductionOrdersWithLinesToReport>
<OnlyNotFullyProducedProductionOrders>boolean</OnlyNotFullyProducedProductionOrders>
</ProductionOrderSpecialFilters>
<ProductionOrderFreeBoolean1>boolean</ProductionOrderFreeBoolean1>
<ProductionOrderFreeBoolean2>boolean</ProductionOrderFreeBoolean2>
</query>
</GetProductionOrdersByQuery>
</soap:Body>
</soap:Envelope>
Request specification
GetProductionOrdersByQuery |
GoodsOwnerCode |
string(400) |
Req. |
The name/code of your client |
UserName |
string(50) |
Req. |
Your username |
Password |
string(50) |
Req. |
Your password |
query |
ProductionOrderFilters |
Req. |
The query object |
ProductionOrderFilters |
LastProductionTimeFrom |
dateTime |
|
Last datetime an article was produced/consumed, from |
LastProductionTimeTo |
dateTime |
|
Last datetime an article was produced/consumed, to |
ProductionOrderIdToGet |
int[] |
|
A list of production orders Id's |
ProductionOrderNumberToGet |
string[] |
|
A list of production orders numbers |
ProductionOrderStatusFrom |
int |
|
Production order status from |
ProductionOrderStatusTo |
int |
|
Production order status to |
LastProducedTimeFrom |
dateTime |
|
Last datetime an article was produced, from |
LastProducedTimeTo |
dateTime |
|
Last datetime an article was produced, to |
ProductionOrderSpecialFilters |
ProductionOrderSpecialFilters |
|
Special filters |
ProductionOrderFreeBoolean1 |
boolean |
|
Filter for production orders with the specificed value of free boolean 1 |
ProductionOrderFreeBoolean2 |
boolean |
|
Filter for production orders with the specificed value of free boolean 2 |
ProductionOrderSpecialFilters |
OnlyProductionOrdersWithLinesToReport |
boolean |
|
Only show production orders where there are order lines with ReportedNumberOfItems != Produced |
OnlyNotFullyProducedProductionOrders |
boolean |
|
Only show production orders where there are order lines where Produced < NumberOfItems |
Response XML
<?xml version="1.0" encoding="utf-8" ?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<GetProductionOrdersByQueryResponse xmlns="http://ongoingsystems.se/WSI">
<GetProductionOrdersByQueryResult>
<ProductionOrders>
<ProductionOrderInfo>
<ProductionOrderHeader>
<GoodsOwnerId>int</GoodsOwnerId>
<Comment>string</Comment>
<OrderNumber>string</OrderNumber>
<ProductionDate>dateTime</ProductionDate>
<OrderedNumberOfItems>decimal</OrderedNumberOfItems>
<ProducedNumberOfItems>decimal</ProducedNumberOfItems>
<StartProductionTime>dateTime</StartProductionTime>
<EndProductionTime>dateTime</EndProductionTime>
<ProductionOrderId>int</ProductionOrderId>
<ProductionOrderStatus>int</ProductionOrderStatus>
<ProductionOrderFreeValues>
<ProductionOrderFreeBoolean1>boolean</ProductionOrderFreeBoolean1>
<ProductionOrderFreeBoolean2>boolean</ProductionOrderFreeBoolean2>
<ProductionOrderFreeText1>string</ProductionOrderFreeText1>
</ProductionOrderFreeValues>
</ProductionOrderHeader>
<ProductionOrderLines>
<ProductionOrderLineInfo>
<ArticleName>string</ArticleName>
<ArticleNumber>string</ArticleNumber>
<OrderLineComment>string</OrderLineComment>
<ProductionOrderLineId>int</ProductionOrderLineId>
<OrderedNumberOfItems>decimal</OrderedNumberOfItems>
<ProducedNumberOfItems>decimal</ProducedNumberOfItems>
<ArticleUnitCode>string</ArticleUnitCode>
<ArticleUnitName>string</ArticleUnitName>
<Consumed>
<ProductionOrderLineConsumedInfo>
<ArticleName>string</ArticleName>
<ArticleNumber>string</ArticleNumber>
<BatchNumber>string</BatchNumber>
<NumberOfItems>decimal</NumberOfItems>
<ArticleUnitName>string</ArticleUnitName>
<ArticleUnitCode>string</ArticleUnitCode>
<ExpiryDate>dateTime</ExpiryDate>
<Serial>string</Serial>
<ProducedArticleItemId>int</ProducedArticleItemId>
<Weight>decimal</Weight>
<InOrderInfo>
<InOrderId>int</InOrderId>
<InOrderNumber>string</InOrderNumber>
<InOrderSupplierInfo>
<SupplierName>string</SupplierName>
<SupplierNumber>string</SupplierNumber>
</InOrderSupplierInfo>
</InOrderInfo>
</ProductionOrderLineConsumedInfo>
<ProductionOrderLineConsumedInfo>
<ArticleName>string</ArticleName>
<ArticleNumber>string</ArticleNumber>
<BatchNumber>string</BatchNumber>
<NumberOfItems>decimal</NumberOfItems>
<ArticleUnitName>string</ArticleUnitName>
<ArticleUnitCode>string</ArticleUnitCode>
<ExpiryDate>dateTime</ExpiryDate>
<Serial>string</Serial>
<ProducedArticleItemId>int</ProducedArticleItemId>
<Weight>decimal</Weight>
<InOrderInfo>
<InOrderId>int</InOrderId>
<InOrderNumber>string</InOrderNumber>
<InOrderSupplierInfo>
<SupplierName>string</SupplierName>
<SupplierNumber>string</SupplierNumber>
</InOrderSupplierInfo>
</InOrderInfo>
</ProductionOrderLineConsumedInfo>
</Consumed>
<Produced>
<ProductionOrderLineProducedInfo>
<ArticleName>string</ArticleName>
<ArticleNumber>string</ArticleNumber>
<BatchNumber>string</BatchNumber>
<NumberOfItems>decimal</NumberOfItems>
<ArticleUnitName>string</ArticleUnitName>
<ArticleUnitCode>string</ArticleUnitCode>
<ExpiryDate>dateTime</ExpiryDate>
<Serial>string</Serial>
<ArticleItemId>int</ArticleItemId>
<Weight>decimal</Weight>
<InDate>dateTime</InDate>
</ProductionOrderLineProducedInfo>
<ProductionOrderLineProducedInfo>
<ArticleName>string</ArticleName>
<ArticleNumber>string</ArticleNumber>
<BatchNumber>string</BatchNumber>
<NumberOfItems>decimal</NumberOfItems>
<ArticleUnitName>string</ArticleUnitName>
<ArticleUnitCode>string</ArticleUnitCode>
<ExpiryDate>dateTime</ExpiryDate>
<Serial>string</Serial>
<ArticleItemId>int</ArticleItemId>
<Weight>decimal</Weight>
<InDate>dateTime</InDate>
</ProductionOrderLineProducedInfo>
</Produced>
<MinDaysToExpiryDate>int</MinDaysToExpiryDate>
<ProductionOrderLineNumber>string</ProductionOrderLineNumber>
<ReportedNumberOfItems>decimal</ReportedNumberOfItems>
</ProductionOrderLineInfo>
<ProductionOrderLineInfo>
<ArticleName>string</ArticleName>
<ArticleNumber>string</ArticleNumber>
<OrderLineComment>string</OrderLineComment>
<ProductionOrderLineId>int</ProductionOrderLineId>
<OrderedNumberOfItems>decimal</OrderedNumberOfItems>
<ProducedNumberOfItems>decimal</ProducedNumberOfItems>
<ArticleUnitCode>string</ArticleUnitCode>
<ArticleUnitName>string</ArticleUnitName>
<Consumed>
<ProductionOrderLineConsumedInfo>
<ArticleName>string</ArticleName>
<ArticleNumber>string</ArticleNumber>
<BatchNumber>string</BatchNumber>
<NumberOfItems>decimal</NumberOfItems>
<ArticleUnitName>string</ArticleUnitName>
<ArticleUnitCode>string</ArticleUnitCode>
<ExpiryDate>dateTime</ExpiryDate>
<Serial>string</Serial>
<ProducedArticleItemId>int</ProducedArticleItemId>
<Weight>decimal</Weight>
<InOrderInfo>
<InOrderId>int</InOrderId>
<InOrderNumber>string</InOrderNumber>
<InOrderSupplierInfo>
<SupplierName>string</SupplierName>
<SupplierNumber>string</SupplierNumber>
</InOrderSupplierInfo>
</InOrderInfo>
</ProductionOrderLineConsumedInfo>
<ProductionOrderLineConsumedInfo>
<ArticleName>string</ArticleName>
<ArticleNumber>string</ArticleNumber>
<BatchNumber>string</BatchNumber>
<NumberOfItems>decimal</NumberOfItems>
<ArticleUnitName>string</ArticleUnitName>
<ArticleUnitCode>string</ArticleUnitCode>
<ExpiryDate>dateTime</ExpiryDate>
<Serial>string</Serial>
<ProducedArticleItemId>int</ProducedArticleItemId>
<Weight>decimal</Weight>
<InOrderInfo>
<InOrderId>int</InOrderId>
<InOrderNumber>string</InOrderNumber>
<InOrderSupplierInfo>
<SupplierName>string</SupplierName>
<SupplierNumber>string</SupplierNumber>
</InOrderSupplierInfo>
</InOrderInfo>
</ProductionOrderLineConsumedInfo>
</Consumed>
<Produced>
<ProductionOrderLineProducedInfo>
<ArticleName>string</ArticleName>
<ArticleNumber>string</ArticleNumber>
<BatchNumber>string</BatchNumber>
<NumberOfItems>decimal</NumberOfItems>
<ArticleUnitName>string</ArticleUnitName>
<ArticleUnitCode>string</ArticleUnitCode>
<ExpiryDate>dateTime</ExpiryDate>
<Serial>string</Serial>
<ArticleItemId>int</ArticleItemId>
<Weight>decimal</Weight>
<InDate>dateTime</InDate>
</ProductionOrderLineProducedInfo>
<ProductionOrderLineProducedInfo>
<ArticleName>string</ArticleName>
<ArticleNumber>string</ArticleNumber>
<BatchNumber>string</BatchNumber>
<NumberOfItems>decimal</NumberOfItems>
<ArticleUnitName>string</ArticleUnitName>
<ArticleUnitCode>string</ArticleUnitCode>
<ExpiryDate>dateTime</ExpiryDate>
<Serial>string</Serial>
<ArticleItemId>int</ArticleItemId>
<Weight>decimal</Weight>
<InDate>dateTime</InDate>
</ProductionOrderLineProducedInfo>
</Produced>
<MinDaysToExpiryDate>int</MinDaysToExpiryDate>
<ProductionOrderLineNumber>string</ProductionOrderLineNumber>
<ReportedNumberOfItems>decimal</ReportedNumberOfItems>
</ProductionOrderLineInfo>
</ProductionOrderLines>
</ProductionOrderInfo>
<ProductionOrderInfo>
<ProductionOrderHeader>
<GoodsOwnerId>int</GoodsOwnerId>
<Comment>string</Comment>
<OrderNumber>string</OrderNumber>
<ProductionDate>dateTime</ProductionDate>
<OrderedNumberOfItems>decimal</OrderedNumberOfItems>
<ProducedNumberOfItems>decimal</ProducedNumberOfItems>
<StartProductionTime>dateTime</StartProductionTime>
<EndProductionTime>dateTime</EndProductionTime>
<ProductionOrderId>int</ProductionOrderId>
<ProductionOrderStatus>int</ProductionOrderStatus>
<ProductionOrderFreeValues>
<ProductionOrderFreeBoolean1>boolean</ProductionOrderFreeBoolean1>
<ProductionOrderFreeBoolean2>boolean</ProductionOrderFreeBoolean2>
<ProductionOrderFreeText1>string</ProductionOrderFreeText1>
</ProductionOrderFreeValues>
</ProductionOrderHeader>
<ProductionOrderLines>
<ProductionOrderLineInfo>
<ArticleName>string</ArticleName>
<ArticleNumber>string</ArticleNumber>
<OrderLineComment>string</OrderLineComment>
<ProductionOrderLineId>int</ProductionOrderLineId>
<OrderedNumberOfItems>decimal</OrderedNumberOfItems>
<ProducedNumberOfItems>decimal</ProducedNumberOfItems>
<ArticleUnitCode>string</ArticleUnitCode>
<ArticleUnitName>string</ArticleUnitName>
<Consumed>
<ProductionOrderLineConsumedInfo>
<ArticleName>string</ArticleName>
<ArticleNumber>string</ArticleNumber>
<BatchNumber>string</BatchNumber>
<NumberOfItems>decimal</NumberOfItems>
<ArticleUnitName>string</ArticleUnitName>
<ArticleUnitCode>string</ArticleUnitCode>
<ExpiryDate>dateTime</ExpiryDate>
<Serial>string</Serial>
<ProducedArticleItemId>int</ProducedArticleItemId>
<Weight>decimal</Weight>
<InOrderInfo>
<InOrderId>int</InOrderId>
<InOrderNumber>string</InOrderNumber>
<InOrderSupplierInfo>
<SupplierName>string</SupplierName>
<SupplierNumber>string</SupplierNumber>
</InOrderSupplierInfo>
</InOrderInfo>
</ProductionOrderLineConsumedInfo>
<ProductionOrderLineConsumedInfo>
<ArticleName>string</ArticleName>
<ArticleNumber>string</ArticleNumber>
<BatchNumber>string</BatchNumber>
<NumberOfItems>decimal</NumberOfItems>
<ArticleUnitName>string</ArticleUnitName>
<ArticleUnitCode>string</ArticleUnitCode>
<ExpiryDate>dateTime</ExpiryDate>
<Serial>string</Serial>
<ProducedArticleItemId>int</ProducedArticleItemId>
<Weight>decimal</Weight>
<InOrderInfo>
<InOrderId>int</InOrderId>
<InOrderNumber>string</InOrderNumber>
<InOrderSupplierInfo>
<SupplierName>string</SupplierName>
<SupplierNumber>string</SupplierNumber>
</InOrderSupplierInfo>
</InOrderInfo>
</ProductionOrderLineConsumedInfo>
</Consumed>
<Produced>
<ProductionOrderLineProducedInfo>
<ArticleName>string</ArticleName>
<ArticleNumber>string</ArticleNumber>
<BatchNumber>string</BatchNumber>
<NumberOfItems>decimal</NumberOfItems>
<ArticleUnitName>string</ArticleUnitName>
<ArticleUnitCode>string</ArticleUnitCode>
<ExpiryDate>dateTime</ExpiryDate>
<Serial>string</Serial>
<ArticleItemId>int</ArticleItemId>
<Weight>decimal</Weight>
<InDate>dateTime</InDate>
</ProductionOrderLineProducedInfo>
<ProductionOrderLineProducedInfo>
<ArticleName>string</ArticleName>
<ArticleNumber>string</ArticleNumber>
<BatchNumber>string</BatchNumber>
<NumberOfItems>decimal</NumberOfItems>
<ArticleUnitName>string</ArticleUnitName>
<ArticleUnitCode>string</ArticleUnitCode>
<ExpiryDate>dateTime</ExpiryDate>
<Serial>string</Serial>
<ArticleItemId>int</ArticleItemId>
<Weight>decimal</Weight>
<InDate>dateTime</InDate>
</ProductionOrderLineProducedInfo>
</Produced>
<MinDaysToExpiryDate>int</MinDaysToExpiryDate>
<ProductionOrderLineNumber>string</ProductionOrderLineNumber>
<ReportedNumberOfItems>decimal</ReportedNumberOfItems>
</ProductionOrderLineInfo>
<ProductionOrderLineInfo>
<ArticleName>string</ArticleName>
<ArticleNumber>string</ArticleNumber>
<OrderLineComment>string</OrderLineComment>
<ProductionOrderLineId>int</ProductionOrderLineId>
<OrderedNumberOfItems>decimal</OrderedNumberOfItems>
<ProducedNumberOfItems>decimal</ProducedNumberOfItems>
<ArticleUnitCode>string</ArticleUnitCode>
<ArticleUnitName>string</ArticleUnitName>
<Consumed>
<ProductionOrderLineConsumedInfo>
<ArticleName>string</ArticleName>
<ArticleNumber>string</ArticleNumber>
<BatchNumber>string</BatchNumber>
<NumberOfItems>decimal</NumberOfItems>
<ArticleUnitName>string</ArticleUnitName>
<ArticleUnitCode>string</ArticleUnitCode>
<ExpiryDate>dateTime</ExpiryDate>
<Serial>string</Serial>
<ProducedArticleItemId>int</ProducedArticleItemId>
<Weight>decimal</Weight>
<InOrderInfo>
<InOrderId>int</InOrderId>
<InOrderNumber>string</InOrderNumber>
<InOrderSupplierInfo>
<SupplierName>string</SupplierName>
<SupplierNumber>string</SupplierNumber>
</InOrderSupplierInfo>
</InOrderInfo>
</ProductionOrderLineConsumedInfo>
<ProductionOrderLineConsumedInfo>
<ArticleName>string</ArticleName>
<ArticleNumber>string</ArticleNumber>
<BatchNumber>string</BatchNumber>
<NumberOfItems>decimal</NumberOfItems>
<ArticleUnitName>string</ArticleUnitName>
<ArticleUnitCode>string</ArticleUnitCode>
<ExpiryDate>dateTime</ExpiryDate>
<Serial>string</Serial>
<ProducedArticleItemId>int</ProducedArticleItemId>
<Weight>decimal</Weight>
<InOrderInfo>
<InOrderId>int</InOrderId>
<InOrderNumber>string</InOrderNumber>
<InOrderSupplierInfo>
<SupplierName>string</SupplierName>
<SupplierNumber>string</SupplierNumber>
</InOrderSupplierInfo>
</InOrderInfo>
</ProductionOrderLineConsumedInfo>
</Consumed>
<Produced>
<ProductionOrderLineProducedInfo>
<ArticleName>string</ArticleName>
<ArticleNumber>string</ArticleNumber>
<BatchNumber>string</BatchNumber>
<NumberOfItems>decimal</NumberOfItems>
<ArticleUnitName>string</ArticleUnitName>
<ArticleUnitCode>string</ArticleUnitCode>
<ExpiryDate>dateTime</ExpiryDate>
<Serial>string</Serial>
<ArticleItemId>int</ArticleItemId>
<Weight>decimal</Weight>
<InDate>dateTime</InDate>
</ProductionOrderLineProducedInfo>
<ProductionOrderLineProducedInfo>
<ArticleName>string</ArticleName>
<ArticleNumber>string</ArticleNumber>
<BatchNumber>string</BatchNumber>
<NumberOfItems>decimal</NumberOfItems>
<ArticleUnitName>string</ArticleUnitName>
<ArticleUnitCode>string</ArticleUnitCode>
<ExpiryDate>dateTime</ExpiryDate>
<Serial>string</Serial>
<ArticleItemId>int</ArticleItemId>
<Weight>decimal</Weight>
<InDate>dateTime</InDate>
</ProductionOrderLineProducedInfo>
</Produced>
<MinDaysToExpiryDate>int</MinDaysToExpiryDate>
<ProductionOrderLineNumber>string</ProductionOrderLineNumber>
<ReportedNumberOfItems>decimal</ReportedNumberOfItems>
</ProductionOrderLineInfo>
</ProductionOrderLines>
</ProductionOrderInfo>
</ProductionOrders>
</GetProductionOrdersByQueryResult>
</GetProductionOrdersByQueryResponse>
</soap:Body>
</soap:Envelope>
Response specification
GetProductionOrdersByQueryResponse |
GetProductionOrdersByQueryResult |
GetProductionOrdersResult |
|
GetProductionOrdersResult |
ProductionOrders |
ProductionOrderInfo[] |
|
ProductionOrderInfo |
ProductionOrderHeader |
ProductionOrderHeaderInfo |
Contains production order head info. |
ProductionOrderLines |
ProductionOrderLineInfo[] |
The lines of the production order. Collection of ProductionOrderLineInfo. |
ProductionOrderLineInfo |
ArticleName |
string |
Article name of production article. |
ArticleNumber |
string |
Article number of production article. |
OrderLineComment |
string |
Comment on production order line. |
ProductionOrderLineId |
int |
Ongoing WMS internal id of the production order line. |
OrderedNumberOfItems |
decimal |
The number of items advised to be produced on production order line. |
ProducedNumberOfItems |
decimal |
The number of items produced on production order line. |
ArticleUnitCode |
string |
Stock unit code of production article |
ArticleUnitName |
string |
Stock unit name of production article |
Consumed |
ProductionOrderLineConsumedInfo[] |
Contains elements of ProductionOrderLineConsumedInfo. Consumed goods used to produce the production article. |
Produced |
ProductionOrderLineProducedInfo[] |
Contains elements of ProductionOrderLineProducedInfo. Produced goods. |
MinDaysToExpiryDate |
int |
Minimun days to expiry date |
ProductionOrderLineNumber |
string |
Order line number of the production order line. |
ReportedNumberOfItems |
decimal |
Reported number of items |
ProductionOrderLineConsumedInfo |
ArticleName |
string |
Article name of consumed item |
ArticleNumber |
string |
Article number of consumed item |
BatchNumber |
string |
Batch number of consumed item |
NumberOfItems |
decimal |
Consumed number of items |
ArticleUnitName |
string |
Stock unit name of consumed item |
ArticleUnitCode |
string |
Stock unit code of consumed item |
ExpiryDate |
dateTime |
Expiry date of the produced item |
Serial |
string(128) |
Serial number of the produced item |
ProducedArticleItemId |
int |
Ongoing WMS internal id of the produced item |
Weight |
decimal |
Weight in kg |
InOrderInfo |
ProductionOrderLineConsumedInOrderInfo |
Information about the inorder that the item was originally received on (may be null) |
ProductionOrderLineProducedInfo |
ArticleName |
string |
Article name of produced item |
ArticleNumber |
string |
Article number of produced item |
BatchNumber |
string |
Batch number of produced item |
NumberOfItems |
decimal |
Produced number of items. |
ArticleUnitName |
string |
Stock unit name of produced item |
ArticleUnitCode |
string |
Stock unit code of produced item |
ExpiryDate |
dateTime |
Expiry date of the produced item |
Serial |
string(128) |
Serial number of the produced item |
ArticleItemId |
int |
Ongoing WMS internal id of the produced item |
Weight |
decimal |
Weight in kg |
InDate |
dateTime |
The time when the item was produced |
ProductionOrderLineConsumedInOrderInfo |
InOrderId |
int |
Ongoing WMS internal id of the Inorder |
InOrderNumber |
string(50) |
Order number |
InOrderSupplierInfo |
ProductionOrderLineConsumedInOrderSupplierInfo |
Information about the inorder's supplier |
ProductionOrderLineConsumedInOrderSupplierInfo |
SupplierName |
string(200) |
Supplier name |
SupplierNumber |
string(200) |
Supplier number |