Methods:
Anchor |
---|
| GetRetailerVehicleMakesDown |
---|
| GetRetailerVehicleMakesDown |
---|
|
GetRetailerVehicleMakesDown
...
public void vtVehicleServices.GetVehicleIDByVIN(AnsiString SessionId , AnsiString VIN , out Int32 VehicleID);
SOAP Examples:
...
Code Block |
---|
language | xml |
---|
title | Request |
---|
collapse | true |
---|
|
<?xml version="1.0" encoding="UTF-8"?> |
...
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:HNS="http://tempuri.org/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> |
...
<SOAP-ENV:Body xmlns:ro="http://tempuri.org/"> |
...
<v1:vtVehicleServices___GetVehicleIDByVIN xmlns:v1="http://tempuri.org/"> |
...
<v1:SessionId>SessionID</v1:SessionId> |
...
<v1:VIN>5FNRL5H96EB074997</v1:VIN> |
...
</v1:vtVehicleServices___ |
...
GetVehicleIDByVIN>
</SOAP-ENV:Body> |
...
...
Code Block |
---|
language | xml |
---|
title | Response |
---|
collapse | true |
---|
|
<?xml version="1.0" encoding="UTF-8"?> |
...
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:HNS="http://tempuri.org/" xmlns:v1="http://tempuri.org/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> |
...
...
<ROClientIDHeader xmlns="urn:vtVehicles" SOAP-ENV:mustUnderstand="0"> |
...
<ID>{755EB19F-C325-4436-B430-3E0BEBFF4D7C}</ID> |
...
...
...
<SOAP-ENV:Body xmlns:ro="http://tempuri.org/"> |
...
...
GetVehicleIDByVINResponse>
<v1:VehicleID>231832</v1:VehicleID> |
...
</v1:vtVehicleServices___ |
...
GetVehicleIDByVINResponse>
</SOAP-ENV:Body> |
...
...
JSON Examples:
Code Block |
---|
|
{
"version":"1. |
...
1",
"method":"vtVehicleServices.GetVehicleIDByVIN",
"params":{
"SessionId":"SessionID",
"VIN":"5FNRL5H96EB074997"
}
} |
Code Block |
---|
title | Response |
---|
collapse | true |
---|
|
{
"version":"1.1",
"result":{
"VehicleID":"231832"
}
} |