Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

Code Block
languagexml
titleResponseRequest
collapsetrue
 <<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:HNS="http://tempuri.org/" xmlns:v1="http://tempuri.org/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
   <SOAP-ENV:Body xmlns:ro="http://tempuri.org/">
      <v1:vtProductServices___GetCompanyProducts2Response>
         <v1:Products>
            <v1:vtProduct10>
               <v1:Active>false</v1:Active>
               <v1:ApplicationNotes />
               <v1:AttributeGroups />
               <v1:AttributeValues />
               <v1:CategoryID>48</v1:CategoryID>
               <v1:CategoryIds />
               <v1:CreateDate>11/17/2015 9:21:27 PM</v1:CreateDate>
               <v1:DeletedCategoryIds />
               <v1:Description>CompD® 10-Inch (25cm) Subwoofer, Dual Voice Coil, 2-Ohm</v1:Description>
               <v1:DynamicProductDetails>false</v1:DynamicProductDetails>
               <v1:EndYear />
               <v1:FitGuides>false</v1:FitGuides>
               <v1:Image />
               <v1:Instructions />
               <v1:LargeDescription />
               <v1:Link>http://www.kicker.com/compd-10-inch-subwoofer</v1:Link>
               <v1:Manufacturer>Kicker</v1:Manufacturer>
               <v1:ManufacturerID>65</v1:ManufacturerID>
               <v1:MAPPrice>0</v1:MAPPrice>
               <v1:MSRPPrice>0</v1:MSRPPrice>
               <v1:OnLanding>false</v1:OnLanding>
               <v1:OnlinePrice>0</v1:OnlinePrice>
               <v1:OrderForms>false</v1:OrderForms>
               <v1:PartNumber>COMPD10#2</v1:PartNumber>
               <v1:ProductID>42421</v1:ProductID>
               <v1:Sizes />
               <v1:SpecialPrice>0</v1:SpecialPrice>
               <v1:Specs />
               <v1:StartYear />
               <v1:StorePrice>0</v1:StorePrice>
               <v1:Universal>true</v1:Universal>
               <v1:Updatedate>11/17/2015 9:21:27 PM</v1:Updatedate>
               <v1:VehicleGuides>false</v1:VehicleGuides>
            </v1:vtProduct10>
            <v1:vtProduct10>
               <v1:Active>false</v1:Active>
               <v1:ApplicationNotes />
               <v1:AttributeGroups />
               <v1:AttributeValues />
               <v1:CategoryID>48</v1:CategoryID>
               <v1:CategoryIds />
               <v1:CreateDate>11/17/2015 9:21:27 PM</v1:CreateDate>
               <v1:DeletedCategoryIds />
               <v1:Description>CompD® 10-Inch (25cm) Subwoofer, Dual Voice Coil, 4-Ohm</v1:Description>
               <v1:DynamicProductDetails>false</v1:DynamicProductDetails>
               <v1:EndYear />
               <v1:FitGuides>false</v1:FitGuides>
               <v1:Image />
               <v1:Instructions />
               <v1:LargeDescription />
               <v1:Link>http://www.kicker.com/10-comps-subwoofer-4-ohm</v1:Link>
               <v1:Manufacturer>Kicker</v1:Manufacturer>
               <v1:ManufacturerID>65</v1:ManufacturerID>
               <v1:MAPPrice>0</v1:MAPPrice>
               <v1:MSRPPrice>0</v1:MSRPPrice>
               <v1:OnLanding>false</v1:OnLanding>
               <v1:OnlinePrice>0</v1:OnlinePrice>
               <v1:OrderForms>false</v1:OrderForms>
               <v1:PartNumber>COMPD10#4</v1:PartNumber>
               <v1:ProductID>42422</v1:ProductID>
               <v1:Sizes />
               <v1:SpecialPrice>0</v1:SpecialPrice>
               <v1:Specs />
               <v1:StartYear />
               <v1:StorePrice>0</v1:StorePrice>
               <v1:Universal>true</v1:Universal>
               <v1:Updatedate>11/17/2015 9:21:27 PM</v1:Updatedate>
               <v1:VehicleGuides>false</v1:VehicleGuides>
            </v1:vtProduct10>
         </v1:Products>
      </v1:vtProductServices___GetCompanyProducts2Response>
   </SOAP-ENV:Body>
</SOAP-ENV:Envelope>

JSON Examples:

...

Code Block
titleRequest
linenumberscollapsetrue
 {
   "version":"1.1",
   "method":"vtProductServices.GetCompanyProducts2",
   "params":{
      "SessionId":"SessionID",
      "CompanyId":CompanyID
   }
}

...