webservice


Click here for a complete list of operations.

GetFitmentbyBrazilModelID

Test

To test the operation using the HTTP POST protocol, click the 'Invoke' button.
Parameter Value
username:
password:
Placa:
ModeloID:

SOAP 1.1

The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.

POST /eu/webservice.asmx HTTP/1.1
Host: api.wheelwizards.net
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://driveright.com/GetFitmentbyBrazilModelID"

<?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>
    <GetFitmentbyBrazilModelID xmlns="http://driveright.com/">
      <username>string</username>
      <password>string</password>
      <Placa>string</Placa>
      <ModeloID>string</ModeloID>
    </GetFitmentbyBrazilModelID>
  </soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?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>
    <GetFitmentbyBrazilModelIDResponse xmlns="http://driveright.com/">
      <GetFitmentbyBrazilModelIDResult>
        <PlateNumber>string</PlateNumber>
        <ModeloID>string</ModeloID>
        <DRD>
          <drdidsForFitment />
          <drdidsForFitment />
        </DRD>
        <DRModelByChassisReturnList>
          <DRModelByChassisReturn>
            <ChassisID>int</ChassisID>
            <ModelName>string</ModelName>
            <ModelID>int</ModelID>
            <KW>string</KW>
            <VIN>string</VIN>
            <UKYear>string</UKYear>
            <EuroYear>string</EuroYear>
            <TyreSize>string</TyreSize>
            <LoadIndex>string</LoadIndex>
            <SpeedIndex>string</SpeedIndex>
            <TyrePressure>string</TyrePressure>
            <RimSize>string</RimSize>
            <RimOffset>string</RimOffset>
            <TyreSizeR>string</TyreSizeR>
            <LoadIndexR>string</LoadIndexR>
            <SpeedIndexR>string</SpeedIndexR>
            <TyrePressureR>string</TyrePressureR>
            <RimSizeR>string</RimSizeR>
            <OffsetR>string</OffsetR>
            <Model_laden_tp_f>string</Model_laden_tp_f>
            <Model_laden_tp_r>string</Model_laden_tp_r>
            <Runflatf>string</Runflatf>
            <Runflatr>string</Runflatr>
            <Extraloadf>string</Extraloadf>
            <ExtraloadR>string</ExtraloadR>
            <OEDescription>string</OEDescription>
            <ChangeDate>string</ChangeDate>
            <TP_F_PSI>string</TP_F_PSI>
            <TP_R_PSI>string</TP_R_PSI>
            <LTP_F_PSI>string</LTP_F_PSI>
            <LTP_R_PSI>string</LTP_R_PSI>
            <PCD>string</PCD>
            <CentreBore>double</CentreBore>
            <NutBoltThreadType>string</NutBoltThreadType>
            <NutBoltHex>string</NutBoltHex>
            <BoltLength>string</BoltLength>
            <NutBoltTorque>string</NutBoltTorque>
            <sortorder>int</sortorder>
          </DRModelByChassisReturn>
          <DRModelByChassisReturn>
            <ChassisID>int</ChassisID>
            <ModelName>string</ModelName>
            <ModelID>int</ModelID>
            <KW>string</KW>
            <VIN>string</VIN>
            <UKYear>string</UKYear>
            <EuroYear>string</EuroYear>
            <TyreSize>string</TyreSize>
            <LoadIndex>string</LoadIndex>
            <SpeedIndex>string</SpeedIndex>
            <TyrePressure>string</TyrePressure>
            <RimSize>string</RimSize>
            <RimOffset>string</RimOffset>
            <TyreSizeR>string</TyreSizeR>
            <LoadIndexR>string</LoadIndexR>
            <SpeedIndexR>string</SpeedIndexR>
            <TyrePressureR>string</TyrePressureR>
            <RimSizeR>string</RimSizeR>
            <OffsetR>string</OffsetR>
            <Model_laden_tp_f>string</Model_laden_tp_f>
            <Model_laden_tp_r>string</Model_laden_tp_r>
            <Runflatf>string</Runflatf>
            <Runflatr>string</Runflatr>
            <Extraloadf>string</Extraloadf>
            <ExtraloadR>string</ExtraloadR>
            <OEDescription>string</OEDescription>
            <ChangeDate>string</ChangeDate>
            <TP_F_PSI>string</TP_F_PSI>
            <TP_R_PSI>string</TP_R_PSI>
            <LTP_F_PSI>string</LTP_F_PSI>
            <LTP_R_PSI>string</LTP_R_PSI>
            <PCD>string</PCD>
            <CentreBore>double</CentreBore>
            <NutBoltThreadType>string</NutBoltThreadType>
            <NutBoltHex>string</NutBoltHex>
            <BoltLength>string</BoltLength>
            <NutBoltTorque>string</NutBoltTorque>
            <sortorder>int</sortorder>
          </DRModelByChassisReturn>
        </DRModelByChassisReturnList>
      </GetFitmentbyBrazilModelIDResult>
    </GetFitmentbyBrazilModelIDResponse>
  </soap:Body>
</soap:Envelope>

SOAP 1.2

The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.

POST /eu/webservice.asmx HTTP/1.1
Host: api.wheelwizards.net
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <GetFitmentbyBrazilModelID xmlns="http://driveright.com/">
      <username>string</username>
      <password>string</password>
      <Placa>string</Placa>
      <ModeloID>string</ModeloID>
    </GetFitmentbyBrazilModelID>
  </soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <GetFitmentbyBrazilModelIDResponse xmlns="http://driveright.com/">
      <GetFitmentbyBrazilModelIDResult>
        <PlateNumber>string</PlateNumber>
        <ModeloID>string</ModeloID>
        <DRD>
          <drdidsForFitment />
          <drdidsForFitment />
        </DRD>
        <DRModelByChassisReturnList>
          <DRModelByChassisReturn>
            <ChassisID>int</ChassisID>
            <ModelName>string</ModelName>
            <ModelID>int</ModelID>
            <KW>string</KW>
            <VIN>string</VIN>
            <UKYear>string</UKYear>
            <EuroYear>string</EuroYear>
            <TyreSize>string</TyreSize>
            <LoadIndex>string</LoadIndex>
            <SpeedIndex>string</SpeedIndex>
            <TyrePressure>string</TyrePressure>
            <RimSize>string</RimSize>
            <RimOffset>string</RimOffset>
            <TyreSizeR>string</TyreSizeR>
            <LoadIndexR>string</LoadIndexR>
            <SpeedIndexR>string</SpeedIndexR>
            <TyrePressureR>string</TyrePressureR>
            <RimSizeR>string</RimSizeR>
            <OffsetR>string</OffsetR>
            <Model_laden_tp_f>string</Model_laden_tp_f>
            <Model_laden_tp_r>string</Model_laden_tp_r>
            <Runflatf>string</Runflatf>
            <Runflatr>string</Runflatr>
            <Extraloadf>string</Extraloadf>
            <ExtraloadR>string</ExtraloadR>
            <OEDescription>string</OEDescription>
            <ChangeDate>string</ChangeDate>
            <TP_F_PSI>string</TP_F_PSI>
            <TP_R_PSI>string</TP_R_PSI>
            <LTP_F_PSI>string</LTP_F_PSI>
            <LTP_R_PSI>string</LTP_R_PSI>
            <PCD>string</PCD>
            <CentreBore>double</CentreBore>
            <NutBoltThreadType>string</NutBoltThreadType>
            <NutBoltHex>string</NutBoltHex>
            <BoltLength>string</BoltLength>
            <NutBoltTorque>string</NutBoltTorque>
            <sortorder>int</sortorder>
          </DRModelByChassisReturn>
          <DRModelByChassisReturn>
            <ChassisID>int</ChassisID>
            <ModelName>string</ModelName>
            <ModelID>int</ModelID>
            <KW>string</KW>
            <VIN>string</VIN>
            <UKYear>string</UKYear>
            <EuroYear>string</EuroYear>
            <TyreSize>string</TyreSize>
            <LoadIndex>string</LoadIndex>
            <SpeedIndex>string</SpeedIndex>
            <TyrePressure>string</TyrePressure>
            <RimSize>string</RimSize>
            <RimOffset>string</RimOffset>
            <TyreSizeR>string</TyreSizeR>
            <LoadIndexR>string</LoadIndexR>
            <SpeedIndexR>string</SpeedIndexR>
            <TyrePressureR>string</TyrePressureR>
            <RimSizeR>string</RimSizeR>
            <OffsetR>string</OffsetR>
            <Model_laden_tp_f>string</Model_laden_tp_f>
            <Model_laden_tp_r>string</Model_laden_tp_r>
            <Runflatf>string</Runflatf>
            <Runflatr>string</Runflatr>
            <Extraloadf>string</Extraloadf>
            <ExtraloadR>string</ExtraloadR>
            <OEDescription>string</OEDescription>
            <ChangeDate>string</ChangeDate>
            <TP_F_PSI>string</TP_F_PSI>
            <TP_R_PSI>string</TP_R_PSI>
            <LTP_F_PSI>string</LTP_F_PSI>
            <LTP_R_PSI>string</LTP_R_PSI>
            <PCD>string</PCD>
            <CentreBore>double</CentreBore>
            <NutBoltThreadType>string</NutBoltThreadType>
            <NutBoltHex>string</NutBoltHex>
            <BoltLength>string</BoltLength>
            <NutBoltTorque>string</NutBoltTorque>
            <sortorder>int</sortorder>
          </DRModelByChassisReturn>
        </DRModelByChassisReturnList>
      </GetFitmentbyBrazilModelIDResult>
    </GetFitmentbyBrazilModelIDResponse>
  </soap12:Body>
</soap12:Envelope>

HTTP GET

The following is a sample HTTP GET request and response. The placeholders shown need to be replaced with actual values.

GET /eu/webservice.asmx/GetFitmentbyBrazilModelID?username=string&password=string&Placa=string&ModeloID=string HTTP/1.1
Host: api.wheelwizards.net
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<GetFitmentbyBrazilModelIDReturn xmlns="http://driveright.com/">
  <PlateNumber>string</PlateNumber>
  <ModeloID>string</ModeloID>
  <DRD>
    <drdidsForFitment />
    <drdidsForFitment />
  </DRD>
  <DRModelByChassisReturnList>
    <DRModelByChassisReturn>
      <ChassisID>int</ChassisID>
      <ModelName>string</ModelName>
      <ModelID>int</ModelID>
      <KW>string</KW>
      <VIN>string</VIN>
      <UKYear>string</UKYear>
      <EuroYear>string</EuroYear>
      <TyreSize>string</TyreSize>
      <LoadIndex>string</LoadIndex>
      <SpeedIndex>string</SpeedIndex>
      <TyrePressure>string</TyrePressure>
      <RimSize>string</RimSize>
      <RimOffset>string</RimOffset>
      <TyreSizeR>string</TyreSizeR>
      <LoadIndexR>string</LoadIndexR>
      <SpeedIndexR>string</SpeedIndexR>
      <TyrePressureR>string</TyrePressureR>
      <RimSizeR>string</RimSizeR>
      <OffsetR>string</OffsetR>
      <Model_laden_tp_f>string</Model_laden_tp_f>
      <Model_laden_tp_r>string</Model_laden_tp_r>
      <Runflatf>string</Runflatf>
      <Runflatr>string</Runflatr>
      <Extraloadf>string</Extraloadf>
      <ExtraloadR>string</ExtraloadR>
      <OEDescription>string</OEDescription>
      <ChangeDate>string</ChangeDate>
      <TP_F_PSI>string</TP_F_PSI>
      <TP_R_PSI>string</TP_R_PSI>
      <LTP_F_PSI>string</LTP_F_PSI>
      <LTP_R_PSI>string</LTP_R_PSI>
      <PCD>string</PCD>
      <CentreBore>double</CentreBore>
      <NutBoltThreadType>string</NutBoltThreadType>
      <NutBoltHex>string</NutBoltHex>
      <BoltLength>string</BoltLength>
      <NutBoltTorque>string</NutBoltTorque>
      <sortorder>int</sortorder>
    </DRModelByChassisReturn>
    <DRModelByChassisReturn>
      <ChassisID>int</ChassisID>
      <ModelName>string</ModelName>
      <ModelID>int</ModelID>
      <KW>string</KW>
      <VIN>string</VIN>
      <UKYear>string</UKYear>
      <EuroYear>string</EuroYear>
      <TyreSize>string</TyreSize>
      <LoadIndex>string</LoadIndex>
      <SpeedIndex>string</SpeedIndex>
      <TyrePressure>string</TyrePressure>
      <RimSize>string</RimSize>
      <RimOffset>string</RimOffset>
      <TyreSizeR>string</TyreSizeR>
      <LoadIndexR>string</LoadIndexR>
      <SpeedIndexR>string</SpeedIndexR>
      <TyrePressureR>string</TyrePressureR>
      <RimSizeR>string</RimSizeR>
      <OffsetR>string</OffsetR>
      <Model_laden_tp_f>string</Model_laden_tp_f>
      <Model_laden_tp_r>string</Model_laden_tp_r>
      <Runflatf>string</Runflatf>
      <Runflatr>string</Runflatr>
      <Extraloadf>string</Extraloadf>
      <ExtraloadR>string</ExtraloadR>
      <OEDescription>string</OEDescription>
      <ChangeDate>string</ChangeDate>
      <TP_F_PSI>string</TP_F_PSI>
      <TP_R_PSI>string</TP_R_PSI>
      <LTP_F_PSI>string</LTP_F_PSI>
      <LTP_R_PSI>string</LTP_R_PSI>
      <PCD>string</PCD>
      <CentreBore>double</CentreBore>
      <NutBoltThreadType>string</NutBoltThreadType>
      <NutBoltHex>string</NutBoltHex>
      <BoltLength>string</BoltLength>
      <NutBoltTorque>string</NutBoltTorque>
      <sortorder>int</sortorder>
    </DRModelByChassisReturn>
  </DRModelByChassisReturnList>
</GetFitmentbyBrazilModelIDReturn>

HTTP POST

The following is a sample HTTP POST request and response. The placeholders shown need to be replaced with actual values.

POST /eu/webservice.asmx/GetFitmentbyBrazilModelID HTTP/1.1
Host: api.wheelwizards.net
Content-Type: application/x-www-form-urlencoded
Content-Length: length

username=string&password=string&Placa=string&ModeloID=string
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<GetFitmentbyBrazilModelIDReturn xmlns="http://driveright.com/">
  <PlateNumber>string</PlateNumber>
  <ModeloID>string</ModeloID>
  <DRD>
    <drdidsForFitment />
    <drdidsForFitment />
  </DRD>
  <DRModelByChassisReturnList>
    <DRModelByChassisReturn>
      <ChassisID>int</ChassisID>
      <ModelName>string</ModelName>
      <ModelID>int</ModelID>
      <KW>string</KW>
      <VIN>string</VIN>
      <UKYear>string</UKYear>
      <EuroYear>string</EuroYear>
      <TyreSize>string</TyreSize>
      <LoadIndex>string</LoadIndex>
      <SpeedIndex>string</SpeedIndex>
      <TyrePressure>string</TyrePressure>
      <RimSize>string</RimSize>
      <RimOffset>string</RimOffset>
      <TyreSizeR>string</TyreSizeR>
      <LoadIndexR>string</LoadIndexR>
      <SpeedIndexR>string</SpeedIndexR>
      <TyrePressureR>string</TyrePressureR>
      <RimSizeR>string</RimSizeR>
      <OffsetR>string</OffsetR>
      <Model_laden_tp_f>string</Model_laden_tp_f>
      <Model_laden_tp_r>string</Model_laden_tp_r>
      <Runflatf>string</Runflatf>
      <Runflatr>string</Runflatr>
      <Extraloadf>string</Extraloadf>
      <ExtraloadR>string</ExtraloadR>
      <OEDescription>string</OEDescription>
      <ChangeDate>string</ChangeDate>
      <TP_F_PSI>string</TP_F_PSI>
      <TP_R_PSI>string</TP_R_PSI>
      <LTP_F_PSI>string</LTP_F_PSI>
      <LTP_R_PSI>string</LTP_R_PSI>
      <PCD>string</PCD>
      <CentreBore>double</CentreBore>
      <NutBoltThreadType>string</NutBoltThreadType>
      <NutBoltHex>string</NutBoltHex>
      <BoltLength>string</BoltLength>
      <NutBoltTorque>string</NutBoltTorque>
      <sortorder>int</sortorder>
    </DRModelByChassisReturn>
    <DRModelByChassisReturn>
      <ChassisID>int</ChassisID>
      <ModelName>string</ModelName>
      <ModelID>int</ModelID>
      <KW>string</KW>
      <VIN>string</VIN>
      <UKYear>string</UKYear>
      <EuroYear>string</EuroYear>
      <TyreSize>string</TyreSize>
      <LoadIndex>string</LoadIndex>
      <SpeedIndex>string</SpeedIndex>
      <TyrePressure>string</TyrePressure>
      <RimSize>string</RimSize>
      <RimOffset>string</RimOffset>
      <TyreSizeR>string</TyreSizeR>
      <LoadIndexR>string</LoadIndexR>
      <SpeedIndexR>string</SpeedIndexR>
      <TyrePressureR>string</TyrePressureR>
      <RimSizeR>string</RimSizeR>
      <OffsetR>string</OffsetR>
      <Model_laden_tp_f>string</Model_laden_tp_f>
      <Model_laden_tp_r>string</Model_laden_tp_r>
      <Runflatf>string</Runflatf>
      <Runflatr>string</Runflatr>
      <Extraloadf>string</Extraloadf>
      <ExtraloadR>string</ExtraloadR>
      <OEDescription>string</OEDescription>
      <ChangeDate>string</ChangeDate>
      <TP_F_PSI>string</TP_F_PSI>
      <TP_R_PSI>string</TP_R_PSI>
      <LTP_F_PSI>string</LTP_F_PSI>
      <LTP_R_PSI>string</LTP_R_PSI>
      <PCD>string</PCD>
      <CentreBore>double</CentreBore>
      <NutBoltThreadType>string</NutBoltThreadType>
      <NutBoltHex>string</NutBoltHex>
      <BoltLength>string</BoltLength>
      <NutBoltTorque>string</NutBoltTorque>
      <sortorder>int</sortorder>
    </DRModelByChassisReturn>
  </DRModelByChassisReturnList>
</GetFitmentbyBrazilModelIDReturn>