GetInboundShipmentsByQuery
This function retrieves all inbound shipments which fulfill certain search criteria. Inbound shipments are a way of organizing inbound deliveries and generally consist of received article items from one or more inorders.
Tags: GetInboundShipmentsByQuery, GetInboundShipmentsQuery, GetInboundShipmentsByQueryResponse, GetInboundShipmentsResult, InboundShipmentInfo, InboundShipmentHeaderInfo, InboundShipmentReceivedArticleItem, InboundShipmentInOrderLine, InboundShipmentInOrder, InboundShipmentCustomsStatusInfo, Supplier_GetInboundShipments, Seller_GetInboundShipments, InboundShipmentCustomsCertificateType, GoodsOwner_GetInboundShipments, InboundShipmentArticle, InboundShipmentInOrderHeaderInfo, InboundShipmentInOrderSupplier, InboundShipmentInOrderSupplierAddress, InboundShipmentInOrderSeller, InboundShipmentInOrderSellerAddress, Address_GetInboundShipments, InboundShipmentTaricNumber, InboundShipmentInOrderSupplierAddressCountryState, InboundShipmentInOrderSupplierAddressCountry, InboundShipmentInOrderSellerAddressCountryState, InboundShipmentInOrderSellerAddressCountry
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/GetInboundShipmentsByQuery"
<?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>
<GetInboundShipmentsByQuery xmlns="http://ongoingsystems.se/WSI">
<GoodsOwnerCode>string</GoodsOwnerCode>
<UserName>string</UserName>
<Password>string</Password>
<GetInboundShipmentsQuery>
<ShipmentIds>
<int>int</int>
<int>int</int>
</ShipmentIds>
<ShipmentOrderNumbers>
<string>string</string>
<string>string</string>
</ShipmentOrderNumbers>
<CustomsStatus>All or NoStatus or PendingForApproval or FetchedByCustomsSystem or Approved</CustomsStatus>
<ShipmentStatusFrom>int</ShipmentStatusFrom>
<ShipmentStatusTo>int</ShipmentStatusTo>
</GetInboundShipmentsQuery>
</GetInboundShipmentsByQuery>
</soap:Body>
</soap:Envelope>
Request specification
GetInboundShipmentsByQuery |
GoodsOwnerCode |
string(400) |
Req. |
The name/code of your client |
UserName |
string(50) |
Req. |
Your username |
Password |
string(50) |
Req. |
Your password |
GetInboundShipmentsQuery |
GetInboundShipmentsQuery |
Req. |
Specifies the query/search criteria |
GetInboundShipmentsQuery |
ShipmentIds |
int[] |
|
The shipment IDs to get |
ShipmentOrderNumbers |
string[] |
|
The shipment order numbers to get |
CustomsStatus |
enum |
|
Determines what customs status the shipment must have: - All - NoStatus - PendingForApproval - Approved |
ShipmentStatusFrom |
int |
|
Shipment status from |
ShipmentStatusTo |
int |
|
Shipment status to |
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>
<GetInboundShipmentsByQueryResponse xmlns="http://ongoingsystems.se/WSI">
<GetInboundShipmentsByQueryResult>
<Success>boolean</Success>
<Message>string</Message>
<InboundShipments>
<InboundShipmentInfo>
<ShipmentInfo>
<ShipmentId>int</ShipmentId>
<InDate>dateTime</InDate>
<ShipmentOrderNumber>string</ShipmentOrderNumber>
<CustomsReferenceNumber>string</CustomsReferenceNumber>
<OtherCustomerNumber>string</OtherCustomerNumber>
<ShipmentComment>string</ShipmentComment>
<FreightPriceCurrencyCode>string</FreightPriceCurrencyCode>
<DomesticFreightPrice>decimal</DomesticFreightPrice>
<AdditionalPrice>decimal</AdditionalPrice>
<FreightPrice>decimal</FreightPrice>
<TermsOfDeliveryTypeCode>string</TermsOfDeliveryTypeCode>
<TermsOfDeliveryTypeName>string</TermsOfDeliveryTypeName>
<CertificateEndDate>dateTime</CertificateEndDate>
<CustomsCertificateNumber>string</CustomsCertificateNumber>
<CustomsEUType>Unknown or NONEU or EU</CustomsEUType>
<WayOfDeliveryTypeCode>string</WayOfDeliveryTypeCode>
<WayOfDeliveryTypeName>string</WayOfDeliveryTypeName>
<CustomsStatus>
<Id>int</Id>
<Code>string</Code>
</CustomsStatus>
<ShipmentStatusId>int</ShipmentStatusId>
<TermsOfDeliveryTypeLocation>string</TermsOfDeliveryTypeLocation>
<ExportReference>string</ExportReference>
<Supplier>
<SupplierName>string</SupplierName>
<SupplierNumber>string</SupplierNumber>
<SupplierId>int</SupplierId>
<Address>
<Name>string</Name>
<Address>string</Address>
<Address2>string</Address2>
<Address3>string</Address3>
<PostCode>string</PostCode>
<City>string</City>
<TelePhone>string</TelePhone>
<Email>string</Email>
<MobilePhone>string</MobilePhone>
<IsEuCountry>boolean</IsEuCountry>
<CountryStateCode>string</CountryStateCode>
<CountryCode>string</CountryCode>
</Address>
</Supplier>
<Seller>
<SupplierName>string</SupplierName>
<SupplierNumber>string</SupplierNumber>
<SupplierId>int</SupplierId>
<Address>
<Name>string</Name>
<Address>string</Address>
<Address2>string</Address2>
<Address3>string</Address3>
<PostCode>string</PostCode>
<City>string</City>
<TelePhone>string</TelePhone>
<Email>string</Email>
<MobilePhone>string</MobilePhone>
<IsEuCountry>boolean</IsEuCountry>
<CountryStateCode>string</CountryStateCode>
<CountryCode>string</CountryCode>
</Address>
</Seller>
<Waybill>string</Waybill>
<CustomsCertificateType>
<Code>string</Code>
<Name>string</Name>
</CustomsCertificateType>
<GoodsOwner>
<GoodsOwnerCode>string</GoodsOwnerCode>
<GoodsOwnerId>int</GoodsOwnerId>
</GoodsOwner>
</ShipmentInfo>
<ReceivedArticleItems>
<InboundShipmentReceivedArticleItem>
<Article>
<ArticleNumber>string</ArticleNumber>
<Name>string</Name>
<ProductCode>string</ProductCode>
<SystemId>int</SystemId>
<VatCode>string</VatCode>
<VatPercent>decimal</VatPercent>
<StatisticsNumber>string</StatisticsNumber>
<TaricNumbers>
<InboundShipmentTaricNumber>
<CountryCode>string</CountryCode>
<TaricNumber>string</TaricNumber>
</InboundShipmentTaricNumber>
<InboundShipmentTaricNumber>
<CountryCode>string</CountryCode>
<TaricNumber>string</TaricNumber>
</InboundShipmentTaricNumber>
</TaricNumbers>
<CountryOfOriginCode>string</CountryOfOriginCode>
<ArticleCategoryCode>string</ArticleCategoryCode>
<ArticleCategoryName>string</ArticleCategoryName>
<ArticleGroupCode>string</ArticleGroupCode>
<ArticleGroupName>string</ArticleGroupName>
<ProcessArticleTime>dateTime</ProcessArticleTime>
<ArticleDescription>string</ArticleDescription>
<ArticleCustomsDescription>string</ArticleCustomsDescription>
<SubQuantityPerItem>decimal</SubQuantityPerItem>
</Article>
<Batch>string</Batch>
<Serial>string</Serial>
<GoodsStatusName>string</GoodsStatusName>
<GoodsStatusCode>string</GoodsStatusCode>
<IsLocked>boolean</IsLocked>
<InDate>dateTime</InDate>
<ExpiryDate>dateTime</ExpiryDate>
<NumberOfItems>decimal</NumberOfItems>
<SupplierNumberOfItems>decimal</SupplierNumberOfItems>
<IsDeclared>boolean</IsDeclared>
<ItemWeight>decimal</ItemWeight>
<Comment>string</Comment>
<OriginalArticleItemId>int</OriginalArticleItemId>
<ItemLength>decimal</ItemLength>
<ItemWidth>decimal</ItemWidth>
<ItemHeight>decimal</ItemHeight>
<Container>string</Container>
<InOrderLineId>int</InOrderLineId>
</InboundShipmentReceivedArticleItem>
<InboundShipmentReceivedArticleItem>
<Article>
<ArticleNumber>string</ArticleNumber>
<Name>string</Name>
<ProductCode>string</ProductCode>
<SystemId>int</SystemId>
<VatCode>string</VatCode>
<VatPercent>decimal</VatPercent>
<StatisticsNumber>string</StatisticsNumber>
<TaricNumbers>
<InboundShipmentTaricNumber>
<CountryCode>string</CountryCode>
<TaricNumber>string</TaricNumber>
</InboundShipmentTaricNumber>
<InboundShipmentTaricNumber>
<CountryCode>string</CountryCode>
<TaricNumber>string</TaricNumber>
</InboundShipmentTaricNumber>
</TaricNumbers>
<CountryOfOriginCode>string</CountryOfOriginCode>
<ArticleCategoryCode>string</ArticleCategoryCode>
<ArticleCategoryName>string</ArticleCategoryName>
<ArticleGroupCode>string</ArticleGroupCode>
<ArticleGroupName>string</ArticleGroupName>
<ProcessArticleTime>dateTime</ProcessArticleTime>
<ArticleDescription>string</ArticleDescription>
<ArticleCustomsDescription>string</ArticleCustomsDescription>
<SubQuantityPerItem>decimal</SubQuantityPerItem>
</Article>
<Batch>string</Batch>
<Serial>string</Serial>
<GoodsStatusName>string</GoodsStatusName>
<GoodsStatusCode>string</GoodsStatusCode>
<IsLocked>boolean</IsLocked>
<InDate>dateTime</InDate>
<ExpiryDate>dateTime</ExpiryDate>
<NumberOfItems>decimal</NumberOfItems>
<SupplierNumberOfItems>decimal</SupplierNumberOfItems>
<IsDeclared>boolean</IsDeclared>
<ItemWeight>decimal</ItemWeight>
<Comment>string</Comment>
<OriginalArticleItemId>int</OriginalArticleItemId>
<ItemLength>decimal</ItemLength>
<ItemWidth>decimal</ItemWidth>
<ItemHeight>decimal</ItemHeight>
<Container>string</Container>
<InOrderLineId>int</InOrderLineId>
</InboundShipmentReceivedArticleItem>
</ReceivedArticleItems>
<InOrderLines>
<InboundShipmentInOrderLine>
<Article>
<ArticleNumber>string</ArticleNumber>
<Name>string</Name>
<ProductCode>string</ProductCode>
<SystemId>int</SystemId>
<VatCode>string</VatCode>
<VatPercent>decimal</VatPercent>
<StatisticsNumber>string</StatisticsNumber>
<TaricNumbers>
<InboundShipmentTaricNumber>
<CountryCode>string</CountryCode>
<TaricNumber>string</TaricNumber>
</InboundShipmentTaricNumber>
<InboundShipmentTaricNumber>
<CountryCode>string</CountryCode>
<TaricNumber>string</TaricNumber>
</InboundShipmentTaricNumber>
</TaricNumbers>
<CountryOfOriginCode>string</CountryOfOriginCode>
<ArticleCategoryCode>string</ArticleCategoryCode>
<ArticleCategoryName>string</ArticleCategoryName>
<ArticleGroupCode>string</ArticleGroupCode>
<ArticleGroupName>string</ArticleGroupName>
<ProcessArticleTime>dateTime</ProcessArticleTime>
<ArticleDescription>string</ArticleDescription>
<ArticleCustomsDescription>string</ArticleCustomsDescription>
<SubQuantityPerItem>decimal</SubQuantityPerItem>
</Article>
<InOrderId>int</InOrderId>
<InOrderLineId>int</InOrderLineId>
<InOrderNumber>string</InOrderNumber>
<ExternalOrderLineCode>string</ExternalOrderLineCode>
<AdvisedNumberOfItems>decimal</AdvisedNumberOfItems>
<ShipmentNumberOfItems>decimal</ShipmentNumberOfItems>
<RowPrice>decimal</RowPrice>
<CurrencyCode>string</CurrencyCode>
<InOrderLineUnitPrice>decimal</InOrderLineUnitPrice>
</InboundShipmentInOrderLine>
<InboundShipmentInOrderLine>
<Article>
<ArticleNumber>string</ArticleNumber>
<Name>string</Name>
<ProductCode>string</ProductCode>
<SystemId>int</SystemId>
<VatCode>string</VatCode>
<VatPercent>decimal</VatPercent>
<StatisticsNumber>string</StatisticsNumber>
<TaricNumbers>
<InboundShipmentTaricNumber>
<CountryCode>string</CountryCode>
<TaricNumber>string</TaricNumber>
</InboundShipmentTaricNumber>
<InboundShipmentTaricNumber>
<CountryCode>string</CountryCode>
<TaricNumber>string</TaricNumber>
</InboundShipmentTaricNumber>
</TaricNumbers>
<CountryOfOriginCode>string</CountryOfOriginCode>
<ArticleCategoryCode>string</ArticleCategoryCode>
<ArticleCategoryName>string</ArticleCategoryName>
<ArticleGroupCode>string</ArticleGroupCode>
<ArticleGroupName>string</ArticleGroupName>
<ProcessArticleTime>dateTime</ProcessArticleTime>
<ArticleDescription>string</ArticleDescription>
<ArticleCustomsDescription>string</ArticleCustomsDescription>
<SubQuantityPerItem>decimal</SubQuantityPerItem>
</Article>
<InOrderId>int</InOrderId>
<InOrderLineId>int</InOrderLineId>
<InOrderNumber>string</InOrderNumber>
<ExternalOrderLineCode>string</ExternalOrderLineCode>
<AdvisedNumberOfItems>decimal</AdvisedNumberOfItems>
<ShipmentNumberOfItems>decimal</ShipmentNumberOfItems>
<RowPrice>decimal</RowPrice>
<CurrencyCode>string</CurrencyCode>
<InOrderLineUnitPrice>decimal</InOrderLineUnitPrice>
</InboundShipmentInOrderLine>
</InOrderLines>
<InOrders>
<InboundShipmentInOrder>
<InOrderInfo>
<InOrderId>int</InOrderId>
<InOrderNumber>string</InOrderNumber>
</InOrderInfo>
<Supplier>
<SupplierId>int</SupplierId>
<SupplierName>string</SupplierName>
</Supplier>
<SupplierAddress>
<Name>string</Name>
<Address>string</Address>
<Address2>string</Address2>
<Address3>string</Address3>
<PostCode>string</PostCode>
<City>string</City>
<TelePhone>string</TelePhone>
<Email>string</Email>
<MobilePhone>string</MobilePhone>
<DeliveryInstruction>string</DeliveryInstruction>
<CountryState>
<CountryStateCode>string</CountryStateCode>
</CountryState>
<Country>
<CountryCode>string</CountryCode>
<IsEuCountry>boolean</IsEuCountry>
</Country>
</SupplierAddress>
<Seller>
<SupplierId>int</SupplierId>
<SupplierName>string</SupplierName>
</Seller>
<SellerAddress>
<Name>string</Name>
<Address>string</Address>
<Address2>string</Address2>
<Address3>string</Address3>
<PostCode>string</PostCode>
<City>string</City>
<TelePhone>string</TelePhone>
<Email>string</Email>
<MobilePhone>string</MobilePhone>
<DeliveryInstruction>string</DeliveryInstruction>
<CountryState>
<CountryStateCode>string</CountryStateCode>
</CountryState>
<Country>
<CountryCode>string</CountryCode>
<IsEuCountry>boolean</IsEuCountry>
</Country>
</SellerAddress>
</InboundShipmentInOrder>
<InboundShipmentInOrder>
<InOrderInfo>
<InOrderId>int</InOrderId>
<InOrderNumber>string</InOrderNumber>
</InOrderInfo>
<Supplier>
<SupplierId>int</SupplierId>
<SupplierName>string</SupplierName>
</Supplier>
<SupplierAddress>
<Name>string</Name>
<Address>string</Address>
<Address2>string</Address2>
<Address3>string</Address3>
<PostCode>string</PostCode>
<City>string</City>
<TelePhone>string</TelePhone>
<Email>string</Email>
<MobilePhone>string</MobilePhone>
<DeliveryInstruction>string</DeliveryInstruction>
<CountryState>
<CountryStateCode>string</CountryStateCode>
</CountryState>
<Country>
<CountryCode>string</CountryCode>
<IsEuCountry>boolean</IsEuCountry>
</Country>
</SupplierAddress>
<Seller>
<SupplierId>int</SupplierId>
<SupplierName>string</SupplierName>
</Seller>
<SellerAddress>
<Name>string</Name>
<Address>string</Address>
<Address2>string</Address2>
<Address3>string</Address3>
<PostCode>string</PostCode>
<City>string</City>
<TelePhone>string</TelePhone>
<Email>string</Email>
<MobilePhone>string</MobilePhone>
<DeliveryInstruction>string</DeliveryInstruction>
<CountryState>
<CountryStateCode>string</CountryStateCode>
</CountryState>
<Country>
<CountryCode>string</CountryCode>
<IsEuCountry>boolean</IsEuCountry>
</Country>
</SellerAddress>
</InboundShipmentInOrder>
</InOrders>
</InboundShipmentInfo>
<InboundShipmentInfo>
<ShipmentInfo>
<ShipmentId>int</ShipmentId>
<InDate>dateTime</InDate>
<ShipmentOrderNumber>string</ShipmentOrderNumber>
<CustomsReferenceNumber>string</CustomsReferenceNumber>
<OtherCustomerNumber>string</OtherCustomerNumber>
<ShipmentComment>string</ShipmentComment>
<FreightPriceCurrencyCode>string</FreightPriceCurrencyCode>
<DomesticFreightPrice>decimal</DomesticFreightPrice>
<AdditionalPrice>decimal</AdditionalPrice>
<FreightPrice>decimal</FreightPrice>
<TermsOfDeliveryTypeCode>string</TermsOfDeliveryTypeCode>
<TermsOfDeliveryTypeName>string</TermsOfDeliveryTypeName>
<CertificateEndDate>dateTime</CertificateEndDate>
<CustomsCertificateNumber>string</CustomsCertificateNumber>
<CustomsEUType>Unknown or NONEU or EU</CustomsEUType>
<WayOfDeliveryTypeCode>string</WayOfDeliveryTypeCode>
<WayOfDeliveryTypeName>string</WayOfDeliveryTypeName>
<CustomsStatus>
<Id>int</Id>
<Code>string</Code>
</CustomsStatus>
<ShipmentStatusId>int</ShipmentStatusId>
<TermsOfDeliveryTypeLocation>string</TermsOfDeliveryTypeLocation>
<ExportReference>string</ExportReference>
<Supplier>
<SupplierName>string</SupplierName>
<SupplierNumber>string</SupplierNumber>
<SupplierId>int</SupplierId>
<Address>
<Name>string</Name>
<Address>string</Address>
<Address2>string</Address2>
<Address3>string</Address3>
<PostCode>string</PostCode>
<City>string</City>
<TelePhone>string</TelePhone>
<Email>string</Email>
<MobilePhone>string</MobilePhone>
<IsEuCountry>boolean</IsEuCountry>
<CountryStateCode>string</CountryStateCode>
<CountryCode>string</CountryCode>
</Address>
</Supplier>
<Seller>
<SupplierName>string</SupplierName>
<SupplierNumber>string</SupplierNumber>
<SupplierId>int</SupplierId>
<Address>
<Name>string</Name>
<Address>string</Address>
<Address2>string</Address2>
<Address3>string</Address3>
<PostCode>string</PostCode>
<City>string</City>
<TelePhone>string</TelePhone>
<Email>string</Email>
<MobilePhone>string</MobilePhone>
<IsEuCountry>boolean</IsEuCountry>
<CountryStateCode>string</CountryStateCode>
<CountryCode>string</CountryCode>
</Address>
</Seller>
<Waybill>string</Waybill>
<CustomsCertificateType>
<Code>string</Code>
<Name>string</Name>
</CustomsCertificateType>
<GoodsOwner>
<GoodsOwnerCode>string</GoodsOwnerCode>
<GoodsOwnerId>int</GoodsOwnerId>
</GoodsOwner>
</ShipmentInfo>
<ReceivedArticleItems>
<InboundShipmentReceivedArticleItem>
<Article>
<ArticleNumber>string</ArticleNumber>
<Name>string</Name>
<ProductCode>string</ProductCode>
<SystemId>int</SystemId>
<VatCode>string</VatCode>
<VatPercent>decimal</VatPercent>
<StatisticsNumber>string</StatisticsNumber>
<TaricNumbers>
<InboundShipmentTaricNumber>
<CountryCode>string</CountryCode>
<TaricNumber>string</TaricNumber>
</InboundShipmentTaricNumber>
<InboundShipmentTaricNumber>
<CountryCode>string</CountryCode>
<TaricNumber>string</TaricNumber>
</InboundShipmentTaricNumber>
</TaricNumbers>
<CountryOfOriginCode>string</CountryOfOriginCode>
<ArticleCategoryCode>string</ArticleCategoryCode>
<ArticleCategoryName>string</ArticleCategoryName>
<ArticleGroupCode>string</ArticleGroupCode>
<ArticleGroupName>string</ArticleGroupName>
<ProcessArticleTime>dateTime</ProcessArticleTime>
<ArticleDescription>string</ArticleDescription>
<ArticleCustomsDescription>string</ArticleCustomsDescription>
<SubQuantityPerItem>decimal</SubQuantityPerItem>
</Article>
<Batch>string</Batch>
<Serial>string</Serial>
<GoodsStatusName>string</GoodsStatusName>
<GoodsStatusCode>string</GoodsStatusCode>
<IsLocked>boolean</IsLocked>
<InDate>dateTime</InDate>
<ExpiryDate>dateTime</ExpiryDate>
<NumberOfItems>decimal</NumberOfItems>
<SupplierNumberOfItems>decimal</SupplierNumberOfItems>
<IsDeclared>boolean</IsDeclared>
<ItemWeight>decimal</ItemWeight>
<Comment>string</Comment>
<OriginalArticleItemId>int</OriginalArticleItemId>
<ItemLength>decimal</ItemLength>
<ItemWidth>decimal</ItemWidth>
<ItemHeight>decimal</ItemHeight>
<Container>string</Container>
<InOrderLineId>int</InOrderLineId>
</InboundShipmentReceivedArticleItem>
<InboundShipmentReceivedArticleItem>
<Article>
<ArticleNumber>string</ArticleNumber>
<Name>string</Name>
<ProductCode>string</ProductCode>
<SystemId>int</SystemId>
<VatCode>string</VatCode>
<VatPercent>decimal</VatPercent>
<StatisticsNumber>string</StatisticsNumber>
<TaricNumbers>
<InboundShipmentTaricNumber>
<CountryCode>string</CountryCode>
<TaricNumber>string</TaricNumber>
</InboundShipmentTaricNumber>
<InboundShipmentTaricNumber>
<CountryCode>string</CountryCode>
<TaricNumber>string</TaricNumber>
</InboundShipmentTaricNumber>
</TaricNumbers>
<CountryOfOriginCode>string</CountryOfOriginCode>
<ArticleCategoryCode>string</ArticleCategoryCode>
<ArticleCategoryName>string</ArticleCategoryName>
<ArticleGroupCode>string</ArticleGroupCode>
<ArticleGroupName>string</ArticleGroupName>
<ProcessArticleTime>dateTime</ProcessArticleTime>
<ArticleDescription>string</ArticleDescription>
<ArticleCustomsDescription>string</ArticleCustomsDescription>
<SubQuantityPerItem>decimal</SubQuantityPerItem>
</Article>
<Batch>string</Batch>
<Serial>string</Serial>
<GoodsStatusName>string</GoodsStatusName>
<GoodsStatusCode>string</GoodsStatusCode>
<IsLocked>boolean</IsLocked>
<InDate>dateTime</InDate>
<ExpiryDate>dateTime</ExpiryDate>
<NumberOfItems>decimal</NumberOfItems>
<SupplierNumberOfItems>decimal</SupplierNumberOfItems>
<IsDeclared>boolean</IsDeclared>
<ItemWeight>decimal</ItemWeight>
<Comment>string</Comment>
<OriginalArticleItemId>int</OriginalArticleItemId>
<ItemLength>decimal</ItemLength>
<ItemWidth>decimal</ItemWidth>
<ItemHeight>decimal</ItemHeight>
<Container>string</Container>
<InOrderLineId>int</InOrderLineId>
</InboundShipmentReceivedArticleItem>
</ReceivedArticleItems>
<InOrderLines>
<InboundShipmentInOrderLine>
<Article>
<ArticleNumber>string</ArticleNumber>
<Name>string</Name>
<ProductCode>string</ProductCode>
<SystemId>int</SystemId>
<VatCode>string</VatCode>
<VatPercent>decimal</VatPercent>
<StatisticsNumber>string</StatisticsNumber>
<TaricNumbers>
<InboundShipmentTaricNumber>
<CountryCode>string</CountryCode>
<TaricNumber>string</TaricNumber>
</InboundShipmentTaricNumber>
<InboundShipmentTaricNumber>
<CountryCode>string</CountryCode>
<TaricNumber>string</TaricNumber>
</InboundShipmentTaricNumber>
</TaricNumbers>
<CountryOfOriginCode>string</CountryOfOriginCode>
<ArticleCategoryCode>string</ArticleCategoryCode>
<ArticleCategoryName>string</ArticleCategoryName>
<ArticleGroupCode>string</ArticleGroupCode>
<ArticleGroupName>string</ArticleGroupName>
<ProcessArticleTime>dateTime</ProcessArticleTime>
<ArticleDescription>string</ArticleDescription>
<ArticleCustomsDescription>string</ArticleCustomsDescription>
<SubQuantityPerItem>decimal</SubQuantityPerItem>
</Article>
<InOrderId>int</InOrderId>
<InOrderLineId>int</InOrderLineId>
<InOrderNumber>string</InOrderNumber>
<ExternalOrderLineCode>string</ExternalOrderLineCode>
<AdvisedNumberOfItems>decimal</AdvisedNumberOfItems>
<ShipmentNumberOfItems>decimal</ShipmentNumberOfItems>
<RowPrice>decimal</RowPrice>
<CurrencyCode>string</CurrencyCode>
<InOrderLineUnitPrice>decimal</InOrderLineUnitPrice>
</InboundShipmentInOrderLine>
<InboundShipmentInOrderLine>
<Article>
<ArticleNumber>string</ArticleNumber>
<Name>string</Name>
<ProductCode>string</ProductCode>
<SystemId>int</SystemId>
<VatCode>string</VatCode>
<VatPercent>decimal</VatPercent>
<StatisticsNumber>string</StatisticsNumber>
<TaricNumbers>
<InboundShipmentTaricNumber>
<CountryCode>string</CountryCode>
<TaricNumber>string</TaricNumber>
</InboundShipmentTaricNumber>
<InboundShipmentTaricNumber>
<CountryCode>string</CountryCode>
<TaricNumber>string</TaricNumber>
</InboundShipmentTaricNumber>
</TaricNumbers>
<CountryOfOriginCode>string</CountryOfOriginCode>
<ArticleCategoryCode>string</ArticleCategoryCode>
<ArticleCategoryName>string</ArticleCategoryName>
<ArticleGroupCode>string</ArticleGroupCode>
<ArticleGroupName>string</ArticleGroupName>
<ProcessArticleTime>dateTime</ProcessArticleTime>
<ArticleDescription>string</ArticleDescription>
<ArticleCustomsDescription>string</ArticleCustomsDescription>
<SubQuantityPerItem>decimal</SubQuantityPerItem>
</Article>
<InOrderId>int</InOrderId>
<InOrderLineId>int</InOrderLineId>
<InOrderNumber>string</InOrderNumber>
<ExternalOrderLineCode>string</ExternalOrderLineCode>
<AdvisedNumberOfItems>decimal</AdvisedNumberOfItems>
<ShipmentNumberOfItems>decimal</ShipmentNumberOfItems>
<RowPrice>decimal</RowPrice>
<CurrencyCode>string</CurrencyCode>
<InOrderLineUnitPrice>decimal</InOrderLineUnitPrice>
</InboundShipmentInOrderLine>
</InOrderLines>
<InOrders>
<InboundShipmentInOrder>
<InOrderInfo>
<InOrderId>int</InOrderId>
<InOrderNumber>string</InOrderNumber>
</InOrderInfo>
<Supplier>
<SupplierId>int</SupplierId>
<SupplierName>string</SupplierName>
</Supplier>
<SupplierAddress>
<Name>string</Name>
<Address>string</Address>
<Address2>string</Address2>
<Address3>string</Address3>
<PostCode>string</PostCode>
<City>string</City>
<TelePhone>string</TelePhone>
<Email>string</Email>
<MobilePhone>string</MobilePhone>
<DeliveryInstruction>string</DeliveryInstruction>
<CountryState>
<CountryStateCode>string</CountryStateCode>
</CountryState>
<Country>
<CountryCode>string</CountryCode>
<IsEuCountry>boolean</IsEuCountry>
</Country>
</SupplierAddress>
<Seller>
<SupplierId>int</SupplierId>
<SupplierName>string</SupplierName>
</Seller>
<SellerAddress>
<Name>string</Name>
<Address>string</Address>
<Address2>string</Address2>
<Address3>string</Address3>
<PostCode>string</PostCode>
<City>string</City>
<TelePhone>string</TelePhone>
<Email>string</Email>
<MobilePhone>string</MobilePhone>
<DeliveryInstruction>string</DeliveryInstruction>
<CountryState>
<CountryStateCode>string</CountryStateCode>
</CountryState>
<Country>
<CountryCode>string</CountryCode>
<IsEuCountry>boolean</IsEuCountry>
</Country>
</SellerAddress>
</InboundShipmentInOrder>
<InboundShipmentInOrder>
<InOrderInfo>
<InOrderId>int</InOrderId>
<InOrderNumber>string</InOrderNumber>
</InOrderInfo>
<Supplier>
<SupplierId>int</SupplierId>
<SupplierName>string</SupplierName>
</Supplier>
<SupplierAddress>
<Name>string</Name>
<Address>string</Address>
<Address2>string</Address2>
<Address3>string</Address3>
<PostCode>string</PostCode>
<City>string</City>
<TelePhone>string</TelePhone>
<Email>string</Email>
<MobilePhone>string</MobilePhone>
<DeliveryInstruction>string</DeliveryInstruction>
<CountryState>
<CountryStateCode>string</CountryStateCode>
</CountryState>
<Country>
<CountryCode>string</CountryCode>
<IsEuCountry>boolean</IsEuCountry>
</Country>
</SupplierAddress>
<Seller>
<SupplierId>int</SupplierId>
<SupplierName>string</SupplierName>
</Seller>
<SellerAddress>
<Name>string</Name>
<Address>string</Address>
<Address2>string</Address2>
<Address3>string</Address3>
<PostCode>string</PostCode>
<City>string</City>
<TelePhone>string</TelePhone>
<Email>string</Email>
<MobilePhone>string</MobilePhone>
<DeliveryInstruction>string</DeliveryInstruction>
<CountryState>
<CountryStateCode>string</CountryStateCode>
</CountryState>
<Country>
<CountryCode>string</CountryCode>
<IsEuCountry>boolean</IsEuCountry>
</Country>
</SellerAddress>
</InboundShipmentInOrder>
</InOrders>
</InboundShipmentInfo>
</InboundShipments>
</GetInboundShipmentsByQueryResult>
</GetInboundShipmentsByQueryResponse>
</soap:Body>
</soap:Envelope>
Response specification
GetInboundShipmentsByQueryResponse |
GetInboundShipmentsByQueryResult |
GetInboundShipmentsResult |
|
GetInboundShipmentsResult |
Success |
boolean |
|
Message |
string |
|
InboundShipments |
InboundShipmentInfo[] |
|
InboundShipmentInfo |
ShipmentInfo |
InboundShipmentHeaderInfo |
An element of type InboundShipmentHeaderInfo. |
ReceivedArticleItems |
InboundShipmentReceivedArticleItem[] |
|
InOrderLines |
InboundShipmentInOrderLine[] |
|
InOrders |
InboundShipmentInOrder[] |
|
InboundShipmentReceivedArticleItem |
Article |
InboundShipmentArticle |
An element of type InboundShipmentArticle. |
Batch |
string |
|
Serial |
string |
|
GoodsStatusName |
string |
|
GoodsStatusCode |
string |
|
IsLocked |
boolean |
|
InDate |
dateTime |
|
ExpiryDate |
dateTime |
|
NumberOfItems |
decimal |
|
SupplierNumberOfItems |
decimal |
|
IsDeclared |
boolean |
|
ItemWeight |
decimal |
|
Comment |
string |
|
OriginalArticleItemId |
int |
|
ItemLength |
decimal |
|
ItemWidth |
decimal |
|
ItemHeight |
decimal |
|
Container |
string |
|
InOrderLineId |
int |
|
InboundShipmentInOrderLine |
Article |
InboundShipmentArticle |
An element of type InboundShipmentArticle. |
InOrderId |
int |
|
InOrderLineId |
int |
|
InOrderNumber |
string |
|
ExternalOrderLineCode |
string |
|
AdvisedNumberOfItems |
decimal |
|
ShipmentNumberOfItems |
decimal |
|
RowPrice |
decimal |
|
CurrencyCode |
string |
|
InOrderLineUnitPrice |
decimal |
|
InboundShipmentInOrder |
InOrderInfo |
InboundShipmentInOrderHeaderInfo |
An element of type InboundShipmentInOrderHeaderInfo. |
Supplier |
InboundShipmentInOrderSupplier |
An element of type InboundShipmentInOrderSupplier. |
SupplierAddress |
InboundShipmentInOrderSupplierAddress |
An element of type InboundShipmentInOrderSupplierAddress. |
Seller |
InboundShipmentInOrderSeller |
An element of type InboundShipmentInOrderSeller. |
SellerAddress |
InboundShipmentInOrderSellerAddress |
An element of type InboundShipmentInOrderSellerAddress. |
InboundShipmentCustomsStatusInfo |
Id |
int |
|
Code |
string |
|
Supplier_GetInboundShipments |
SupplierName |
string(200) |
Supplier name |
SupplierNumber |
string(200) |
Supplier number |
SupplierId |
int |
Ongoing WMS internal id of the Supplier |
Address |
Address_GetInboundShipments |
An Address object with info about the supplier's address |
Seller_GetInboundShipments |
SupplierName |
string(200) |
Supplier name |
SupplierNumber |
string(200) |
Supplier number |
SupplierId |
int |
Ongoing WMS internal id of the Supplier |
Address |
Address_GetInboundShipments |
An Address object with info about the supplier's address |
InboundShipmentCustomsCertificateType |
Code |
string |
|
Name |
string |
|
GoodsOwner_GetInboundShipments |
GoodsOwnerCode |
string |
The name/code of the client |
GoodsOwnerId |
int |
Ongoing WMS internal id of the client |
InboundShipmentArticle |
ArticleNumber |
string |
|
Name |
string |
|
ProductCode |
string |
|
SystemId |
int |
|
VatCode |
string |
|
VatPercent |
decimal |
|
StatisticsNumber |
string |
|
TaricNumbers |
InboundShipmentTaricNumber[] |
|
CountryOfOriginCode |
string |
|
ArticleCategoryCode |
string |
|
ArticleCategoryName |
string |
|
ArticleGroupCode |
string |
|
ArticleGroupName |
string |
|
ProcessArticleTime |
dateTime |
|
ArticleDescription |
string |
|
ArticleCustomsDescription |
string |
|
SubQuantityPerItem |
decimal |
|
InboundShipmentInOrderSupplier |
SupplierId |
int |
|
SupplierName |
string |
|
InboundShipmentInOrderSupplierAddress |
Name |
string(200) |
Name |
Address |
string(200) |
Address line 1 |
Address2 |
string(200) |
Address line 2 |
Address3 |
string(200) |
Address line 3 |
PostCode |
string(50) |
Post code/zip |
City |
string(200) |
City |
TelePhone |
string(50) |
Telephone number (non cellular) |
Email |
string(300) |
Email address |
MobilePhone |
string(50) |
Mobile phone number (cellular) |
DeliveryInstruction |
string(300) |
Delivery instruction |
CountryState |
InboundShipmentInOrderSupplierAddressCountryState |
An element of type InboundShipmentInOrderSupplierAddressCountryState. |
Country |
InboundShipmentInOrderSupplierAddressCountry |
An element of type InboundShipmentInOrderSupplierAddressCountry. |
InboundShipmentInOrderSeller |
SupplierId |
int |
|
SupplierName |
string |
|
InboundShipmentInOrderSellerAddress |
Name |
string(200) |
Name |
Address |
string(200) |
Address line 1 |
Address2 |
string(200) |
Address line 2 |
Address3 |
string(200) |
Address line 3 |
PostCode |
string(50) |
Post code/zip |
City |
string(200) |
City |
TelePhone |
string(50) |
Telephone number (non cellular) |
Email |
string(300) |
Email address |
MobilePhone |
string(50) |
Mobile phone number (cellular) |
DeliveryInstruction |
string(300) |
Delivery instruction |
CountryState |
InboundShipmentInOrderSellerAddressCountryState |
An element of type InboundShipmentInOrderSellerAddressCountryState. |
Country |
InboundShipmentInOrderSellerAddressCountry |
An element of type InboundShipmentInOrderSellerAddressCountry. |
Address_GetInboundShipments |
Name |
string(200) |
Name |
Address |
string(200) |
Address line 1 |
Address2 |
string(200) |
Address line 2 |
Address3 |
string(200) |
Address line 3 |
PostCode |
string(50) |
Post code/zip |
City |
string(200) |
City |
TelePhone |
string(50) |
Telephone number (non cellular) |
Email |
string(300) |
Email address |
MobilePhone |
string(50) |
Mobile phone number (cellular) |
IsEuCountry |
boolean |
True if country is within EU |
CountryStateCode |
string(50) |
The two-letter ISO 3166-2 abbreviation of the state. Mainly used for United States and Canada. See ISO 3166-2:US for United States and ISO 3166-2:CA for Canada. |
CountryCode |
string(2) |
The two-letter ISO 3166-1 alpha-2 code of the country. |
InboundShipmentTaricNumber |
CountryCode |
string |
|
TaricNumber |
string |
|
InboundShipmentInOrderSupplierAddressCountryState |
CountryStateCode |
string(50) |
The two-letter ISO 3166-2 abbreviation of the state. Mainly used for United States and Canada. See ISO 3166-2:US for United States and ISO 3166-2:CA for Canada. |
InboundShipmentInOrderSupplierAddressCountry |
CountryCode |
string(2) |
The two-letter ISO 3166-1 alpha-2 code of the country. |
IsEuCountry |
boolean |
True if country is within EU |
InboundShipmentInOrderSellerAddressCountryState |
CountryStateCode |
string(50) |
The two-letter ISO 3166-2 abbreviation of the state. Mainly used for United States and Canada. See ISO 3166-2:US for United States and ISO 3166-2:CA for Canada. |
InboundShipmentInOrderSellerAddressCountry |
CountryCode |
string(2) |
The two-letter ISO 3166-1 alpha-2 code of the country. |
IsEuCountry |
boolean |
True if country is within EU |