Zum Inhalt

Filter Item Attributes

This service returns items for defined attribute values. The available attributes and associated values can be queried in the service outboundItemAttributes.

Service Endpoint

The base Endpoint is:

OutFilterItemAttributesIISWebService/OutFilterItemAttributesIISWebService

API Methods

Here are the available methods for the Filter Item Attributes Service:

FilterItemAttributes

Sample Request

<soap:Envelope 
  xmlns:soap="http://www.w3.org/2003/05/soap-envelope" 
  xmlns:out="http://tempuri.org/OutFilterItemAttributesIISWebService/" 
  xmlns:x53="urn:microsoft-dynamics-nav/xmlports/x5371220">
   <soap:Header xmlns:wsa="http://www.w3.org/2005/08/addressing">
      <wsa:Action>http://tempuri.org/OutFilterItemAttributesIISWebService/OutFilterItemAttributesIISWebService/FilterItemAttributes</wsa:Action>
   </soap:Header>
   <soap:Body>
      <out:FilterItemAttributes>
         <out:outboundFilterAttributes>
            <x53:Items/>
            <x53:AttributeFilters>
               <!--Zero or more repetitions:-->
               <x53:AttributeFilter>
                  <x53:Name>Höhe</x53:Name>
                  <x53:Value>170|90</x53:Value>
               </x53:AttributeFilter>
               <x53:AttributeFilter>
                  <x53:Name>Farbe</x53:Name>
                  <x53:Value>Rot|Schwarz</x53:Value>
               </x53:AttributeFilter>              
            </x53:AttributeFilters>
         </out:outboundFilterAttributes>
         <out:maxResultItemFilter>0</out:maxResultItemFilter>
      </out:FilterItemAttributes>
   </soap:Body>
</soap:Envelope>

Sample Response

<s:Envelope xmlns:s="http://www.w3.org/2003/05/soap-envelope" xmlns:a="http://www.w3.org/2005/08/addressing">
   <s:Header>
      <a:Action s:mustUnderstand="1">http://tempuri.org/OutFilterItemAttributesIISWebService/OutFilterItemAttributesIISWebService/FilterItemAttributesResponse</a:Action>
   </s:Header>
   <s:Body xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
      <FilterItemAttributesResponse xmlns="http://tempuri.org/OutFilterItemAttributesIISWebService/">
         <outboundFilterAttributes>
            <Items xmlns="urn:microsoft-dynamics-nav/xmlports/x5371220">
               <Item No="1896-S"/>
               <Item No="1906-S"/>
            </Items>
            <AttributeFilters xmlns="urn:microsoft-dynamics-nav/xmlports/x5371220">
               <AttributeFilter>
                  <Name>Farbe</Name>
                  <Value>Rot|Schwarz</Value>
               </AttributeFilter>
               <AttributeFilter>
                  <Name>Höhe</Name>
                  <Value>170|90</Value>
               </AttributeFilter>
            </AttributeFilters>
         </outboundFilterAttributes>
      </FilterItemAttributesResponse>
   </s:Body>
</s:Envelope>

Field Information

Attribute Filter Field Information

Name Description Type max. Length Occurance
Name Specifies the attribute name String 250 1..1
Value The attribute value String 250 1..1

Misc Field Information

Name Description Type max. Length Occurance
maxResultItemFilter Maximum items in result message (default 2000) 1..1