ServiceVt


Click here for a complete list of operations.

GetVtRangeList

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/GetVtRangeList"

<?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>
    <GetVtRangeList 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>
        <MakeId>int</MakeId>
        <CountryCode>string</CountryCode>
        <LanguageCode>string</LanguageCode>
      </input>
    </GetVtRangeList>
  </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>
    <GetVtRangeListResponse xmlns="https://tecrmi-services.tecalliance.net/40/">
      <GetVtRangeListResult>
        <VtRange>
          <RangeId>int</RangeId>
          <RangeName>string</RangeName>
          <ClassId>int</ClassId>
          <IsLocked>boolean</IsLocked>
          <InfoDataExists>boolean</InfoDataExists>
        </VtRange>
        <VtRange>
          <RangeId>int</RangeId>
          <RangeName>string</RangeName>
          <ClassId>int</ClassId>
          <IsLocked>boolean</IsLocked>
          <InfoDataExists>boolean</InfoDataExists>
        </VtRange>
      </GetVtRangeListResult>
    </GetVtRangeListResponse>
  </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>
    <GetVtRangeList 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>
        <MakeId>int</MakeId>
        <CountryCode>string</CountryCode>
        <LanguageCode>string</LanguageCode>
      </input>
    </GetVtRangeList>
  </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>
    <GetVtRangeListResponse xmlns="https://tecrmi-services.tecalliance.net/40/">
      <GetVtRangeListResult>
        <VtRange>
          <RangeId>int</RangeId>
          <RangeName>string</RangeName>
          <ClassId>int</ClassId>
          <IsLocked>boolean</IsLocked>
          <InfoDataExists>boolean</InfoDataExists>
        </VtRange>
        <VtRange>
          <RangeId>int</RangeId>
          <RangeName>string</RangeName>
          <ClassId>int</ClassId>
          <IsLocked>boolean</IsLocked>
          <InfoDataExists>boolean</InfoDataExists>
        </VtRange>
      </GetVtRangeListResult>
    </GetVtRangeListResponse>
  </soap12:Body>
</soap12:Envelope>