modelSearch
This service will send model number and respond with an array of model numbers.
WSDL LinkBasic Request elements
element | Value |
---|---|
xmlUser | assigned by Encompass |
xmlPassword | assigned by Encompass |
serviceName | XML.MODEL.SEARCH |
serviceMode | SOAP |
Additional Request elements
element | required | description | sample data |
---|---|---|---|
searchMfgCode | n | 3 character manufacturer code | hit |
searchModelNumber | y | model number to search | 19 |
Returned elements for the modelList array
element | description | sample data |
---|---|---|
mfgCode | manufacturer code | HIT |
mfgName | manufacturer name | HITACHI |
modelNumber | model number | 19VR11B |
description | description of the model | TV/VCR COMBINATION |
numberOfParts | number of parts in the model | 36 |
numberOfAccessoryParts | number of accessory parts in the model | 2 |
numberOfModelVariations | number of model variations | 2 |
modelVariations | array of model variations | array |
modelLink | URL of the model on our web-site | /model/HIT19VR11B |
Returned elements for the modelVariations array
element | description | sample data |
---|---|---|
variations | variation | abc |
This documentation is only designed as a guide for the corresponding WSDL file.