vtProductServices
Structs:
vtRetailerVehicleRequest4
Field | Data Type | Required | Documentation |
|---|---|---|---|
RetailerId | Integer | Yes | CompanyID returned from Login |
VehicleId | Integer | Yes | VehicleID returned from VehicleServices selector methods |
ProductCategories | Boolean | Yes | Switch to return product categories |
Products | Boolean | Yes | Switch to return products |
InstallParts | Integer | Yes | Switch to return install parts |
ProductCategoryId | AnsiString | No |
|
CustomCategory | AnsiString | No |
|
ProductAttributes | Boolean | No | Switch to return product attributes |
vtRetailerVehicleResponse9
Field | Data Type | Documentation |
|---|---|---|
VehicleName | AnsiString | Full Year, Make, Model, Body, Trim description of vehicle |
ProductCategories | vtProductCategory2Array | Array of product categories |
Products | vtProduct15Array | Array of products |
ImageInformation | vtKeyValueArray | Array of Vehicle Images |
RadioInformation | vtOpeningInformation | Radio opening details |
SpeakerInformation | vtOpeningInformationArray | Array of speaker opening details |
InstallPartInformation | vtInstallPartInformationArray | Array of install parts |
Methods:
GetRetailerVehicleInformation11
Parameters:
Flag | Name | Type | Documentation |
|---|---|---|---|
In | SessionID | AnsiString | Current SessionID |
In | Request | vtRetailerVehicleRequest4 | Input struct, see field descriptions above |
Out | Response | vtRetailerVehicleResponse9 | Output struct, see field descriptions above |
C# Syntax:
public void vtProductServices.GetRetailerVehicleInformation11(AnsiString SessionId , vtRetailerVehicleRequest4 Request , out vtRetailerVehicleResponse9 Response);
SOAP Examples:
JSON Examples:
GetCompanyProducts2
Parameters:
Flag | Name | Type | Documentation |
|---|---|---|---|
In | SessionId | AnsiString | Current SessionID |
In | CompanyId | Integer | CompanyId returned from login |
Out | Products | vtProduct10Array | Array of products |
C# Syntax:
public void vtProductServices.GetCompanyProducts2(AnsiString SessionId , Int32 CompanyId , out vtProduct10Array Products);
SOAP Examples:
JSON Examples: