ServiceVt


Click here for a complete list of operations.

GetVtMakeListTcd

Test

The test form is only available for requests from the local machine.

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 /soap/ServiceVt.asmx HTTP/1.1
Host: rmi-services.tecalliance.net
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "https://tecrmi-services.tecalliance.net/40/GetVtMakeListTcd"

<?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>
    <GetVtMakeListTcd xmlns="https://tecrmi-services.tecalliance.net/40/">
      <input>
        <ModuleFilter>None or Ad or Coo or CooNew or Ctrl or Di or Lt or Md or Sos or Tm or Td or Wd or Notes or Cwd or Fr or Pp or Bg or VIN or Paint or All</ModuleFilter>
        <RangeNameFilter>string</RangeNameFilter>
        <TypeNameFilter>string</TypeNameFilter>
        <AddInfoKeyFilter>
          <AddInfoKeyFilterParameter>
            <AddInfoKeyId>int</AddInfoKeyId>
            <AddInfoKeyFilterValue>string</AddInfoKeyFilterValue>
          </AddInfoKeyFilterParameter>
          <AddInfoKeyFilterParameter>
            <AddInfoKeyId>int</AddInfoKeyId>
            <AddInfoKeyFilterValue>string</AddInfoKeyFilterValue>
          </AddInfoKeyFilterParameter>
        </AddInfoKeyFilter>
        <ComponentTypeIdFilter>int</ComponentTypeIdFilter>
        <ShowCar>boolean</ShowCar>
        <ShowTruck>boolean</ShowTruck>
        <ShowBike>boolean</ShowBike>
        <CountryCode>string</CountryCode>
        <LanguageCode>string</LanguageCode>
      </input>
    </GetVtMakeListTcd>
  </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>
    <GetVtMakeListTcdResponse xmlns="https://tecrmi-services.tecalliance.net/40/">
      <GetVtMakeListTcdResult>
        <VtMakeTcd>
          <TcdMakeId>int</TcdMakeId>
        </VtMakeTcd>
        <VtMakeTcd>
          <TcdMakeId>int</TcdMakeId>
        </VtMakeTcd>
      </GetVtMakeListTcdResult>
    </GetVtMakeListTcdResponse>
  </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 /soap/ServiceVt.asmx HTTP/1.1
Host: rmi-services.tecalliance.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>
    <GetVtMakeListTcd xmlns="https://tecrmi-services.tecalliance.net/40/">
      <input>
        <ModuleFilter>None or Ad or Coo or CooNew or Ctrl or Di or Lt or Md or Sos or Tm or Td or Wd or Notes or Cwd or Fr or Pp or Bg or VIN or Paint or All</ModuleFilter>
        <RangeNameFilter>string</RangeNameFilter>
        <TypeNameFilter>string</TypeNameFilter>
        <AddInfoKeyFilter>
          <AddInfoKeyFilterParameter>
            <AddInfoKeyId>int</AddInfoKeyId>
            <AddInfoKeyFilterValue>string</AddInfoKeyFilterValue>
          </AddInfoKeyFilterParameter>
          <AddInfoKeyFilterParameter>
            <AddInfoKeyId>int</AddInfoKeyId>
            <AddInfoKeyFilterValue>string</AddInfoKeyFilterValue>
          </AddInfoKeyFilterParameter>
        </AddInfoKeyFilter>
        <ComponentTypeIdFilter>int</ComponentTypeIdFilter>
        <ShowCar>boolean</ShowCar>
        <ShowTruck>boolean</ShowTruck>
        <ShowBike>boolean</ShowBike>
        <CountryCode>string</CountryCode>
        <LanguageCode>string</LanguageCode>
      </input>
    </GetVtMakeListTcd>
  </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>
    <GetVtMakeListTcdResponse xmlns="https://tecrmi-services.tecalliance.net/40/">
      <GetVtMakeListTcdResult>
        <VtMakeTcd>
          <TcdMakeId>int</TcdMakeId>
        </VtMakeTcd>
        <VtMakeTcd>
          <TcdMakeId>int</TcdMakeId>
        </VtMakeTcd>
      </GetVtMakeListTcdResult>
    </GetVtMakeListTcdResponse>
  </soap12:Body>
</soap12:Envelope>