GetData


Click here for a complete list of operations.

Get_PartialProd_Resources_vehicle

Test

To test the operation using the HTTP POST protocol, click the 'Invoke' button.
Parameter Value
PartialProd:
DealerID:
Basevehicle:
Submodel:

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 /getData.asmx HTTP/1.1
Host: api.coverking.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://coverkingprod.cloudapp.net/Get_PartialProd_Resources_vehicle"

<?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>
    <Get_PartialProd_Resources_vehicle xmlns="http://coverkingprod.cloudapp.net/">
      <PartialProd>string</PartialProd>
      <DealerID>string</DealerID>
      <Basevehicle>int</Basevehicle>
      <Submodel>string</Submodel>
    </Get_PartialProd_Resources_vehicle>
  </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>
    <Get_PartialProd_Resources_vehicleResponse xmlns="http://coverkingprod.cloudapp.net/">
      <Get_PartialProd_Resources_vehicleResult>
        <PartialProd_Master>
          <ID>int</ID>
          <Name>string</Name>
          <PartialProductID>string</PartialProductID>
          <Active>boolean</Active>
          <IsMandatory>boolean</IsMandatory>
          <PartialProd_Categories>
            <PartialProd_Categories xsi:nil="true" />
            <PartialProd_Categories xsi:nil="true" />
          </PartialProd_Categories>
        </PartialProd_Master>
        <PartialProd_Master>
          <ID>int</ID>
          <Name>string</Name>
          <PartialProductID>string</PartialProductID>
          <Active>boolean</Active>
          <IsMandatory>boolean</IsMandatory>
          <PartialProd_Categories>
            <PartialProd_Categories xsi:nil="true" />
            <PartialProd_Categories xsi:nil="true" />
          </PartialProd_Categories>
        </PartialProd_Master>
      </Get_PartialProd_Resources_vehicleResult>
    </Get_PartialProd_Resources_vehicleResponse>
  </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 /getData.asmx HTTP/1.1
Host: api.coverking.com
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>
    <Get_PartialProd_Resources_vehicle xmlns="http://coverkingprod.cloudapp.net/">
      <PartialProd>string</PartialProd>
      <DealerID>string</DealerID>
      <Basevehicle>int</Basevehicle>
      <Submodel>string</Submodel>
    </Get_PartialProd_Resources_vehicle>
  </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>
    <Get_PartialProd_Resources_vehicleResponse xmlns="http://coverkingprod.cloudapp.net/">
      <Get_PartialProd_Resources_vehicleResult>
        <PartialProd_Master>
          <ID>int</ID>
          <Name>string</Name>
          <PartialProductID>string</PartialProductID>
          <Active>boolean</Active>
          <IsMandatory>boolean</IsMandatory>
          <PartialProd_Categories>
            <PartialProd_Categories xsi:nil="true" />
            <PartialProd_Categories xsi:nil="true" />
          </PartialProd_Categories>
        </PartialProd_Master>
        <PartialProd_Master>
          <ID>int</ID>
          <Name>string</Name>
          <PartialProductID>string</PartialProductID>
          <Active>boolean</Active>
          <IsMandatory>boolean</IsMandatory>
          <PartialProd_Categories>
            <PartialProd_Categories xsi:nil="true" />
            <PartialProd_Categories xsi:nil="true" />
          </PartialProd_Categories>
        </PartialProd_Master>
      </Get_PartialProd_Resources_vehicleResult>
    </Get_PartialProd_Resources_vehicleResponse>
  </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 /getData.asmx/Get_PartialProd_Resources_vehicle?PartialProd=string&DealerID=string&Basevehicle=string&Submodel=string HTTP/1.1
Host: api.coverking.com
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<ArrayOfPartialProd_Master xmlns="http://coverkingprod.cloudapp.net/">
  <PartialProd_Master>
    <ID>int</ID>
    <Name>string</Name>
    <PartialProductID>string</PartialProductID>
    <Active>boolean</Active>
    <IsMandatory>boolean</IsMandatory>
    <PartialProd_Categories>
      <PartialProd_Categories>
        <ID>int</ID>
        <PartialProduct_MasterID>int</PartialProduct_MasterID>
        <Name>string</Name>
        <Active>boolean</Active>
        <PartialProd_Resources_Codes d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </PartialProd_Categories>
      <PartialProd_Categories>
        <ID>int</ID>
        <PartialProduct_MasterID>int</PartialProduct_MasterID>
        <Name>string</Name>
        <Active>boolean</Active>
        <PartialProd_Resources_Codes d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </PartialProd_Categories>
    </PartialProd_Categories>
  </PartialProd_Master>
  <PartialProd_Master>
    <ID>int</ID>
    <Name>string</Name>
    <PartialProductID>string</PartialProductID>
    <Active>boolean</Active>
    <IsMandatory>boolean</IsMandatory>
    <PartialProd_Categories>
      <PartialProd_Categories>
        <ID>int</ID>
        <PartialProduct_MasterID>int</PartialProduct_MasterID>
        <Name>string</Name>
        <Active>boolean</Active>
        <PartialProd_Resources_Codes d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </PartialProd_Categories>
      <PartialProd_Categories>
        <ID>int</ID>
        <PartialProduct_MasterID>int</PartialProduct_MasterID>
        <Name>string</Name>
        <Active>boolean</Active>
        <PartialProd_Resources_Codes d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </PartialProd_Categories>
    </PartialProd_Categories>
  </PartialProd_Master>
</ArrayOfPartialProd_Master>

HTTP POST

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

POST /getData.asmx/Get_PartialProd_Resources_vehicle HTTP/1.1
Host: api.coverking.com
Content-Type: application/x-www-form-urlencoded
Content-Length: length

PartialProd=string&DealerID=string&Basevehicle=string&Submodel=string
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<ArrayOfPartialProd_Master xmlns="http://coverkingprod.cloudapp.net/">
  <PartialProd_Master>
    <ID>int</ID>
    <Name>string</Name>
    <PartialProductID>string</PartialProductID>
    <Active>boolean</Active>
    <IsMandatory>boolean</IsMandatory>
    <PartialProd_Categories>
      <PartialProd_Categories>
        <ID>int</ID>
        <PartialProduct_MasterID>int</PartialProduct_MasterID>
        <Name>string</Name>
        <Active>boolean</Active>
        <PartialProd_Resources_Codes d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </PartialProd_Categories>
      <PartialProd_Categories>
        <ID>int</ID>
        <PartialProduct_MasterID>int</PartialProduct_MasterID>
        <Name>string</Name>
        <Active>boolean</Active>
        <PartialProd_Resources_Codes d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </PartialProd_Categories>
    </PartialProd_Categories>
  </PartialProd_Master>
  <PartialProd_Master>
    <ID>int</ID>
    <Name>string</Name>
    <PartialProductID>string</PartialProductID>
    <Active>boolean</Active>
    <IsMandatory>boolean</IsMandatory>
    <PartialProd_Categories>
      <PartialProd_Categories>
        <ID>int</ID>
        <PartialProduct_MasterID>int</PartialProduct_MasterID>
        <Name>string</Name>
        <Active>boolean</Active>
        <PartialProd_Resources_Codes d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </PartialProd_Categories>
      <PartialProd_Categories>
        <ID>int</ID>
        <PartialProduct_MasterID>int</PartialProduct_MasterID>
        <Name>string</Name>
        <Active>boolean</Active>
        <PartialProd_Resources_Codes d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </PartialProd_Categories>
    </PartialProd_Categories>
  </PartialProd_Master>
</ArrayOfPartialProd_Master>