Zum Inhalt

Item Variant

Items variants can be read and updated by various ways within the WebConnector. Please also see Item Transfer.

Service Endpoint

The base Endpoint is:

ItemVariantIISWebService/ItemVariantIISWebService

API Methods

Here are the available methods for the Item Variant Service:

  • Create
  • Read
  • Read Multiple
  • Update
  • Update Multiple

Read Sample

Request

<soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope" 
   xmlns:item="http://tempuri.org/ItemVariantIISWebService/">
   <soap:Header xmlns:wsa="http://www.w3.org/2005/08/addressing">
      <wsa:Action>http://tempuri.org/ItemVariantIISWebService/ItemVariantIISWebService/Read</wsa:Action>
   </soap:Header>
   <soap:Body>
      <item:Read>         
         <item:Item_No>LS-10PC</item:Item_No>         
         <item:Code>LS-10PC-B</item:Code>        
      </item:Read>
   </soap:Body>
</soap:Envelope>

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/ItemVariantIISWebService/ItemVariantIISWebService/ReadResponse</a:Action>
   </s:Header>
   <s:Body xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
      <ReadResponse xmlns="http://tempuri.org/ItemVariantIISWebService/">
         <ReadResult>
            <Key xmlns="urn:microsoft-dynamics-schemas/page/itemvariant">60;GRUAAAJ7/0wAUwAtADEAMABQAEMAAAACe/9MAFMALQAxADAAUABDAC0AQg==6;4353600;</Key>
            <Code xmlns="urn:microsoft-dynamics-schemas/page/itemvariant">LS-10PC-B</Code>
            <Item_No xmlns="urn:microsoft-dynamics-schemas/page/itemvariant">LS-10PC</Item_No>
            <Description xmlns="urn:microsoft-dynamics-schemas/page/itemvariant">Schwarz</Description>
         </ReadResult>
      </ReadResponse>
   </s:Body>
</s:Envelope>

Field Information

Item Variant Field Information

Name Description Type max. Length Occurance
🔑 Code Item Variant Code String 10 1..1
🔑 Item_No Item Numbe String 20 0..1
Description Primary item descriptio String 50 0..1