This document is split into the following sections:
Library Description:
The following table lists the Services defined in "VTTechnician":
| vtSessionDAServices | |
| vtCallServices | |
| vtUserServices | |
| vtUserDAServices | |
| vtVehicleServices |
Victory Technologies Technician Web Service, Vehicle Services. This service allows for accessing and manipulating the vehicles contained within the Technician data store, including manipulation of vehicle makes, models, and attributes. |
| vtVehicleDAServices | |
| vtAdminServices |
Victory Technologies Administration Web Service |
| vtApplicationServices | |
| vtApplicationDAServices | |
| vtChartServices | |
| vtDealerServices | |
| vtDocumentServices | |
| vtDocumentDAServices | |
| vtForumServices | |
| vtPaymentServices | |
| vtProductServices | |
| vtProductDAServices | |
| vtReportServices | |
| vtSchedulingServices | |
| vtStructureServices | |
| vtStructureDAServices | |
| vtTaskServices | |
| vtTaskDAServices | |
| vtUpdateServices | |
| vtAAIAVehicleServices |
The following table lists the Operations defined in "vtSessionDAServices":
| Login | |
| SimpleLogin |
| Flag | Name | Type | Description |
|---|---|---|---|
| In | LoginRequest | vtLoginRequest | |
| Out | LoginResult | vtLoginResult |
| Flag | Name | Type |
|---|---|---|
| Result | Result | Boolean |
method vtSessionDAServices.Login(const LoginRequest: vtLoginRequest
; LoginResult: vtLoginResult)
: Boolean;
public Boolean vtSessionDAServices.Login(vtLoginRequest LoginRequest
, out vtLoginResult LoginResult);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | Username | AnsiString | |
| In | Password | AnsiString |
| Flag | Name | Type |
|---|---|---|
| Result | Result | Boolean |
method vtSessionDAServices.SimpleLogin(const Username: AnsiString
; const Password: AnsiString)
: Boolean;
public Boolean vtSessionDAServices.SimpleLogin(AnsiString Username
, AnsiString Password);
The following table lists the Operations defined in "vtCallServices":
| SelectCalls | |
| SelectCalls2 | |
| SelectCall | |
| SelectCall2 | |
| AddCall | |
| AddCall2 | |
| EditCall | |
| EditCall2 | |
| DeleteCall | |
| SelectCompanyContacts | |
| SelectCompanyCalls | |
| SelectCompanyContacts2 |
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | CompanyId | Integer | |
| In | StartDate | DateTime | |
| In | EndDate | DateTime | |
| In | Closed | Boolean | |
| Out | Calls | vtCallArray |
method vtCallServices.SelectCalls(const SessionId: AnsiString
; const CompanyId: Integer
; const StartDate: DateTime
; const EndDate: DateTime
; const Closed: Boolean
; Calls: vtCallArray);
public void
vtCallServices.SelectCalls(AnsiString SessionId
,
Int32
CompanyId
, DateTime StartDate
, DateTime EndDate
, Boolean Closed
, out vtCallArray Calls);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | CompanyId | Integer | |
| In | StartDate | DateTime | |
| In | EndDate | DateTime | |
| In | Closed | Boolean | |
| Out | Calls | vtCall2Array |
method vtCallServices.SelectCalls2(const SessionId: AnsiString
; const CompanyId: Integer
; const StartDate: DateTime
; const EndDate: DateTime
; const Closed: Boolean
; Calls: vtCall2Array);
public void
vtCallServices.SelectCalls2(AnsiString SessionId
,
Int32
CompanyId
, DateTime StartDate
, DateTime EndDate
, Boolean Closed
, out vtCall2Array Calls);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | CallId | Integer | |
| Out | Call | vtCall |
method vtCallServices.SelectCall(const SessionId: AnsiString
; const CallId: Integer
; Call: vtCall);
public void
vtCallServices.SelectCall(AnsiString SessionId
,
Int32
CallId
, out vtCall Call);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | CallId | Integer | |
| Out | Call | vtCall2 |
method vtCallServices.SelectCall2(const SessionId: AnsiString
; const CallId: Integer
; Call: vtCall2);
public void
vtCallServices.SelectCall2(AnsiString SessionId
,
Int32
CallId
, out vtCall2 Call);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | Call | vtCall | |
| Out | CallId | Integer |
method vtCallServices.AddCall(const SessionId: AnsiString
; const Call: vtCall
; CallId: Integer);
public void
vtCallServices.AddCall(AnsiString SessionId
, vtCall Call
, out
Int32
CallId);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | Call | vtCall2 | |
| Out | CallId | Integer |
method vtCallServices.AddCall2(const SessionId: AnsiString
; const Call: vtCall2
; CallId: Integer);
public void
vtCallServices.AddCall2(AnsiString SessionId
, vtCall2 Call
, out
Int32
CallId);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | Call | vtCall |
method vtCallServices.EditCall(const SessionId: AnsiString
; const Call: vtCall);
public void
vtCallServices.EditCall(AnsiString SessionId
, vtCall Call);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | Call | vtCall2 |
method vtCallServices.EditCall2(const SessionId: AnsiString
; const Call: vtCall2);
public void
vtCallServices.EditCall2(AnsiString SessionId
, vtCall2 Call);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | CallId | Integer |
method vtCallServices.DeleteCall(const SessionId: AnsiString
; const CallId: Integer);
public void
vtCallServices.DeleteCall(AnsiString SessionId
,
Int32
CallId);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | CompanyId | Integer | |
| Out | Contacts | vtContactArray |
method vtCallServices.SelectCompanyContacts(const SessionId: AnsiString
; const CompanyId: Integer
; Contacts: vtContactArray);
public void
vtCallServices.SelectCompanyContacts(AnsiString SessionId
,
Int32
CompanyId
, out vtContactArray Contacts);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | CompanyId | Integer | |
| Out | Calls | vtCall2Array |
method vtCallServices.SelectCompanyCalls(const SessionId: AnsiString
; const CompanyId: Integer
; Calls: vtCall2Array);
public void
vtCallServices.SelectCompanyCalls(AnsiString SessionId
,
Int32
CompanyId
, out vtCall2Array Calls);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | CompanyId | Integer | |
| In | PrivateContacts | Boolean | |
| Out | Contacts | vtContact2Array |
method vtCallServices.SelectCompanyContacts2(const SessionId: AnsiString
; const CompanyId: Integer
; const PrivateContacts: Boolean
; Contacts: vtContact2Array);
public void
vtCallServices.SelectCompanyContacts2(AnsiString SessionId
,
Int32
CompanyId
, Boolean PrivateContacts
, out vtContact2Array Contacts);
The following table lists the Operations defined in "vtUserServices":
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionID | AnsiString | |
| In | CompanyName | AnsiString | |
| In | Address1 | AnsiString | |
| In | Address2 | AnsiString | |
| In | City | AnsiString | |
| In | Region | AnsiString | |
| In | PostalCode | AnsiString | |
| In | Country | AnsiString | |
| In | Phone | AnsiString | |
| In | Fax | AnsiString | |
| In | AnsiString | ||
| In | Notes | AnsiString | |
| In | Active | Boolean | |
| In | ExpireDate | AnsiString | |
| In | Application | AnsiString | |
| In | Contact | AnsiString | |
| In | AppKey | AnsiString | |
| In | BillingRate | Double | |
| In | BillingPeriod | AnsiString | |
| In | RegisteredCompany | AnsiString | |
| In | RegisteredEmail | AnsiString | |
| In | TempAppKey | AnsiString | |
| Out | CompanyID | Integer |
| Flag | Name | Type |
|---|---|---|
| Result | Result | Boolean |
method vtUserServices.AddCompany(const SessionID: AnsiString
; const CompanyName: AnsiString
; const Address1: AnsiString
; const Address2: AnsiString
; const City: AnsiString
; const Region: AnsiString
; const PostalCode: AnsiString
; const Country: AnsiString
; const Phone: AnsiString
; const Fax: AnsiString
; const Email: AnsiString
; const Notes: AnsiString
; const Active: Boolean
; const ExpireDate: AnsiString
; const Application: AnsiString
; const Contact: AnsiString
; const AppKey: AnsiString
; const BillingRate: Double
; const BillingPeriod: AnsiString
; const RegisteredCompany: AnsiString
; const RegisteredEmail: AnsiString
; const TempAppKey: AnsiString
; CompanyID: Integer)
: Boolean;
public Boolean vtUserServices.AddCompany(AnsiString SessionID
, AnsiString CompanyName
, AnsiString Address1
, AnsiString Address2
, AnsiString City
, AnsiString Region
, AnsiString PostalCode
, AnsiString Country
, AnsiString Phone
, AnsiString Fax
, AnsiString Email
, AnsiString Notes
, Boolean Active
, AnsiString ExpireDate
, AnsiString Application
, AnsiString Contact
, AnsiString AppKey
, Double BillingRate
, AnsiString BillingPeriod
, AnsiString RegisteredCompany
, AnsiString RegisteredEmail
, AnsiString TempAppKey
, out
Int32
CompanyID);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | Company | vtCompany11 | |
| Out | CompanyId | Integer |
method vtUserServices.AddCompany10(const SessionId: AnsiString
; const Company: vtCompany11
; CompanyId: Integer);
public void
vtUserServices.AddCompany10(AnsiString SessionId
, vtCompany11 Company
, out
Int32
CompanyId);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | Company | vtCompany12 | |
| Out | CompanyId | Integer |
method vtUserServices.AddCompany11(const SessionId: AnsiString
; const Company: vtCompany12
; CompanyId: Integer);
public void
vtUserServices.AddCompany11(AnsiString SessionId
, vtCompany12 Company
, out
Int32
CompanyId);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | Company | vtCompany13 | |
| Out | CompanyId | Integer |
method vtUserServices.AddCompany12(const SessionId: AnsiString
; const Company: vtCompany13
; CompanyId: Integer);
public void
vtUserServices.AddCompany12(AnsiString SessionId
, vtCompany13 Company
, out
Int32
CompanyId);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | Company | vtCompany14 | |
| Out | CompanyId | Integer |
method vtUserServices.AddCompany13(const SessionId: AnsiString
; const Company: vtCompany14
; CompanyId: Integer);
public void
vtUserServices.AddCompany13(AnsiString SessionId
, vtCompany14 Company
, out
Int32
CompanyId);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | Company | vtCompany15 | |
| Out | CompanyId | Integer |
method vtUserServices.AddCompany14(const SessionId: AnsiString
; const Company: vtCompany15
; CompanyId: Integer);
public void
vtUserServices.AddCompany14(AnsiString SessionId
, vtCompany15 Company
, out
Int32
CompanyId);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | Company | vtCompany16 | |
| Out | CompanyId | Integer |
method vtUserServices.AddCompany15(const SessionId: AnsiString
; const Company: vtCompany16
; CompanyId: Integer);
public void
vtUserServices.AddCompany15(AnsiString SessionId
, vtCompany16 Company
, out
Int32
CompanyId);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | Company | vtCompany17 | |
| Out | CompanyId | Integer |
method vtUserServices.AddCompany16(const SessionId: AnsiString
; const Company: vtCompany17
; CompanyId: Integer);
public void
vtUserServices.AddCompany16(AnsiString SessionId
, vtCompany17 Company
, out
Int32
CompanyId);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | Company | vtCompany18 | |
| Out | CompanyId | Integer |
method vtUserServices.AddCompany17(const SessionId: AnsiString
; const Company: vtCompany18
; CompanyId: Integer);
public void
vtUserServices.AddCompany17(AnsiString SessionId
, vtCompany18 Company
, out
Int32
CompanyId);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | Company | vtCompany19 | |
| Out | CompanyId | Integer |
method vtUserServices.AddCompany18(const SessionId: AnsiString
; const Company: vtCompany19
; CompanyId: Integer);
public void
vtUserServices.AddCompany18(AnsiString SessionId
, vtCompany19 Company
, out
Int32
CompanyId);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | Company | vtCompany20 | |
| Out | CompanyId | Integer | |
| Out | AddressValidVar | Boolean |
method vtUserServices.AddCompany19(const SessionId: AnsiString
; const Company: vtCompany20
; CompanyId: Integer
; AddressValidVar: Boolean);
public void
vtUserServices.AddCompany19(AnsiString SessionId
, vtCompany20 Company
, out
Int32
CompanyId
, out Boolean AddressValidVar);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionID | AnsiString | |
| In | Company | vtCompany2 | |
| Out | CompanyID | Integer |
| Flag | Name | Type |
|---|---|---|
| Result | Result | Boolean |
method vtUserServices.AddCompany2(const SessionID: AnsiString
; const Company: vtCompany2
; CompanyID: Integer)
: Boolean;
public Boolean vtUserServices.AddCompany2(AnsiString SessionID
, vtCompany2 Company
, out
Int32
CompanyID);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | Company | vtCompany22 | |
| Out | CompanyId | Integer | |
| Out | AddressValid | Boolean |
method vtUserServices.AddCompany20(const SessionId: AnsiString
; const Company: vtCompany22
; CompanyId: Integer
; AddressValid: Boolean);
public void
vtUserServices.AddCompany20(AnsiString SessionId
, vtCompany22 Company
, out
Int32
CompanyId
, out Boolean AddressValid);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | Company | vtCompany23 | |
| Out | CompanyId | Integer | |
| Out | AddressValid | Boolean |
method vtUserServices.AddCompany21(const SessionId: AnsiString
; const Company: vtCompany23
; CompanyId: Integer
; AddressValid: Boolean);
public void
vtUserServices.AddCompany21(AnsiString SessionId
, vtCompany23 Company
, out
Int32
CompanyId
, out Boolean AddressValid);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionID | AnsiString | |
| In | Company | vtCompany4 | |
| Out | CompanyID | Integer |
| Flag | Name | Type |
|---|---|---|
| Result | Result | Boolean |
method vtUserServices.AddCompany3(const SessionID: AnsiString
; const Company: vtCompany4
; CompanyID: Integer)
: Boolean;
public Boolean vtUserServices.AddCompany3(AnsiString SessionID
, vtCompany4 Company
, out
Int32
CompanyID);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | Company | vtCompany4 | |
| Out | CompanyId | Integer |
method vtUserServices.AddCompany4(const SessionId: AnsiString
; const Company: vtCompany4
; CompanyId: Integer);
public void
vtUserServices.AddCompany4(AnsiString SessionId
, vtCompany4 Company
, out
Int32
CompanyId);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | Company | vtCompany5 | |
| Out | CompanyId | Integer |
method vtUserServices.AddCompany5(const SessionId: AnsiString
; const Company: vtCompany5
; CompanyId: Integer);
public void
vtUserServices.AddCompany5(AnsiString SessionId
, vtCompany5 Company
, out
Int32
CompanyId);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | Company | vtCompany6 | |
| Out | CompanyId | Integer |
method vtUserServices.AddCompany6(const SessionId: AnsiString
; const Company: vtCompany6
; CompanyId: Integer);
public void
vtUserServices.AddCompany6(AnsiString SessionId
, vtCompany6 Company
, out
Int32
CompanyId);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | Company | vtCompany8 | |
| Out | CompanyId | Integer |
method vtUserServices.AddCompany7(const SessionId: AnsiString
; const Company: vtCompany8
; CompanyId: Integer);
public void
vtUserServices.AddCompany7(AnsiString SessionId
, vtCompany8 Company
, out
Int32
CompanyId);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | Company | vtCompany9 | |
| Out | CompanyId | Integer |
method vtUserServices.AddCompany8(const SessionId: AnsiString
; const Company: vtCompany9
; CompanyId: Integer);
public void
vtUserServices.AddCompany8(AnsiString SessionId
, vtCompany9 Company
, out
Int32
CompanyId);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | Company | vtCompany10 | |
| Out | CompanyId | Integer |
method vtUserServices.AddCompany9(const SessionId: AnsiString
; const Company: vtCompany10
; CompanyId: Integer);
public void
vtUserServices.AddCompany9(AnsiString SessionId
, vtCompany10 Company
, out
Int32
CompanyId);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | NewsItem | vtNews |
method vtUserServices.AddCompanyNewsItem(const SessionId: AnsiString
; const NewsItem: vtNews);
public void
vtUserServices.AddCompanyNewsItem(AnsiString SessionId
, vtNews NewsItem);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionID | AnsiString | |
| In | CompanyID | Integer | |
| In | ModelID | Integer | |
| In | Year | AnsiString | |
| In | BodyTypeID | Integer |
| Flag | Name | Type |
|---|---|---|
| Result | Result | Boolean |
method vtUserServices.AddCompanyVehicle(const SessionID: AnsiString
; const CompanyID: Integer
; const ModelID: Integer
; const Year: AnsiString
; const BodyTypeID: Integer)
: Boolean;
public Boolean vtUserServices.AddCompanyVehicle(AnsiString SessionID
,
Int32
CompanyID
,
Int32
ModelID
, AnsiString Year
,
Int32
BodyTypeID);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionID | AnsiString | |
| In | ModelID | Integer | |
| In | Year | AnsiString | |
| In | BodyTypeID | Integer |
| Flag | Name | Type |
|---|---|---|
| Result | Result | Boolean |
method vtUserServices.AddCompanyVehicleBySession(const SessionID: AnsiString
; const ModelID: Integer
; const Year: AnsiString
; const BodyTypeID: Integer)
: Boolean;
public Boolean vtUserServices.AddCompanyVehicleBySession(AnsiString SessionID
,
Int32
ModelID
, AnsiString Year
,
Int32
BodyTypeID);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | VehicleId | Integer | |
| Out | SubscribedVehicleIds | vtIntegerArray |
| Flag | Name | Type |
|---|---|---|
| Result | Result | Boolean |
method vtUserServices.AddCompanyVehicleByVehicleId(const SessionId: AnsiString
; const VehicleId: Integer
; SubscribedVehicleIds: vtIntegerArray)
: Boolean;
public Boolean vtUserServices.AddCompanyVehicleByVehicleId(AnsiString SessionId
,
Int32
VehicleId
, out vtIntegerArray SubscribedVehicleIds);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | WebLink | vtWebLink |
method vtUserServices.AddCompanyWebLink(const SessionId: AnsiString
; const WebLink: vtWebLink);
public void
vtUserServices.AddCompanyWebLink(AnsiString SessionId
, vtWebLink WebLink);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | Lead | vtCompanyLead | |
| Out | CompanyId | Integer |
method vtUserServices.AddLead(const SessionId: AnsiString
; const Lead: vtCompanyLead
; CompanyId: Integer);
public void
vtUserServices.AddLead(AnsiString SessionId
, vtCompanyLead Lead
, out
Int32
CompanyId);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | Lead | vtCompanyLead2 | |
| Out | CompanyId | Integer |
method vtUserServices.AddLead2(const SessionId: AnsiString
; const Lead: vtCompanyLead2
; CompanyId: Integer);
public void
vtUserServices.AddLead2(AnsiString SessionId
, vtCompanyLead2 Lead
, out
Int32
CompanyId);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | Lead | vtCompanyLead3 | |
| Out | CompanyId | Integer |
method vtUserServices.AddLead3(const SessionId: AnsiString
; const Lead: vtCompanyLead3
; CompanyId: Integer);
public void
vtUserServices.AddLead3(AnsiString SessionId
, vtCompanyLead3 Lead
, out
Int32
CompanyId);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | PressRelease | vtPressRelease |
method vtUserServices.AddPressRelease(const SessionId: AnsiString
; const PressRelease: vtPressRelease);
public void
vtUserServices.AddPressRelease(AnsiString SessionId
, vtPressRelease PressRelease);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionID | AnsiString | |
| In | CompanyID | Integer | |
| In | Username | AnsiString | |
| In | Password | AnsiString | |
| In | CanAdmin | Boolean | |
| In | CanSelect | Boolean | |
| In | CanEdit | Boolean | |
| In | CanLocal | Boolean | |
| In | Active | Boolean | |
| In | Deleted | Boolean | |
| Out | UserID | Integer |
| Flag | Name | Type |
|---|---|---|
| Result | Result | Boolean |
method vtUserServices.AddUser(const SessionID: AnsiString
; const CompanyID: Integer
; const Username: AnsiString
; const Password: AnsiString
; const CanAdmin: Boolean
; const CanSelect: Boolean
; const CanEdit: Boolean
; const CanLocal: Boolean
; const Active: Boolean
; const Deleted: Boolean
; UserID: Integer)
: Boolean;
public Boolean vtUserServices.AddUser(AnsiString SessionID
,
Int32
CompanyID
, AnsiString Username
, AnsiString Password
, Boolean CanAdmin
, Boolean CanSelect
, Boolean CanEdit
, Boolean CanLocal
, Boolean Active
, Boolean Deleted
, out
Int32
UserID);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | User | vtUser3 | |
| Out | UserId | Integer |
method vtUserServices.AddUser2(const SessionId: AnsiString
; const User: vtUser3
; UserId: Integer);
public void
vtUserServices.AddUser2(AnsiString SessionId
, vtUser3 User
, out
Int32
UserId);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | User | vtUser4 | |
| Out | UserId | Integer |
method vtUserServices.AddUser3(const SessionId: AnsiString
; const User: vtUser4
; UserId: Integer);
public void
vtUserServices.AddUser3(AnsiString SessionId
, vtUser4 User
, out
Int32
UserId);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | User | vtUser5 | |
| Out | UserId | Integer |
method vtUserServices.AddUser4(const SessionId: AnsiString
; const User: vtUser5
; UserId: Integer);
public void
vtUserServices.AddUser4(AnsiString SessionId
, vtUser5 User
, out
Int32
UserId);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | User | vtUser6 | |
| Out | UserId | Integer |
method vtUserServices.AddUser5(const SessionId: AnsiString
; const User: vtUser6
; UserId: Integer);
public void
vtUserServices.AddUser5(AnsiString SessionId
, vtUser6 User
, out
Int32
UserId);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionID | AnsiString | |
| In | CompanyID | Integer |
| Flag | Name | Type |
|---|---|---|
| Result | Result | Boolean |
method vtUserServices.DeleteCompany(const SessionID: AnsiString
; const CompanyID: Integer)
: Boolean;
public Boolean vtUserServices.DeleteCompany(AnsiString SessionID
,
Int32
CompanyID);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | NewsId | Integer |
method vtUserServices.DeleteCompanyNews(const SessionId: AnsiString
; const NewsId: Integer);
public void
vtUserServices.DeleteCompanyNews(AnsiString SessionId
,
Int32
NewsId);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | CompanyId | Integer | |
| In | NewsId | Integer |
method vtUserServices.DeleteCompanyNews2(const SessionId: AnsiString
; const CompanyId: Integer
; const NewsId: Integer);
public void
vtUserServices.DeleteCompanyNews2(AnsiString SessionId
,
Int32
CompanyId
,
Int32
NewsId);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionID | AnsiString | |
| In | CompanyID | Integer | |
| In | ModelID | Integer | |
| In | Year | AnsiString | |
| In | BodyTypeID | Integer |
| Flag | Name | Type |
|---|---|---|
| Result | Result | Boolean |
method vtUserServices.DeleteCompanyVehicle(const SessionID: AnsiString
; const CompanyID: Integer
; const ModelID: Integer
; const Year: AnsiString
; const BodyTypeID: Integer)
: Boolean;
public Boolean vtUserServices.DeleteCompanyVehicle(AnsiString SessionID
,
Int32
CompanyID
,
Int32
ModelID
, AnsiString Year
,
Int32
BodyTypeID);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | WebLinkId | Integer |
method vtUserServices.DeleteCompanyWebLink(const SessionId: AnsiString
; const WebLinkId: Integer);
public void
vtUserServices.DeleteCompanyWebLink(AnsiString SessionId
,
Int32
WebLinkId);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | CompanyId | Integer | |
| In | PressReleaseId | AnsiString |
method vtUserServices.DeletePressRelease(const SessionId: AnsiString
; const CompanyId: Integer
; const PressReleaseId: AnsiString);
public void
vtUserServices.DeletePressRelease(AnsiString SessionId
,
Int32
CompanyId
, AnsiString PressReleaseId);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionID | AnsiString | |
| In | UserID | Integer |
| Flag | Name | Type |
|---|---|---|
| Result | Result | Boolean |
method vtUserServices.DeleteUser(const SessionID: AnsiString
; const UserID: Integer)
: Boolean;
public Boolean vtUserServices.DeleteUser(AnsiString SessionID
,
Int32
UserID);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | IncludedCompanyIds | vtIntegerArray | |
| In | ExcludedCompanyIds | vtIntegerArray |
method vtUserServices.ExtendExpirations(const SessionId: AnsiString
; const IncludedCompanyIds: vtIntegerArray
; const ExcludedCompanyIds: vtIntegerArray);
public void
vtUserServices.ExtendExpirations(AnsiString SessionId
, vtIntegerArray IncludedCompanyIds
, vtIntegerArray ExcludedCompanyIds);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionID | AnsiString | |
| Out | Applications | vtApplicationArray |
method vtUserServices.GetAllApplications(const SessionID: AnsiString
; Applications: vtApplicationArray);
public void
vtUserServices.GetAllApplications(AnsiString SessionID
, out vtApplicationArray Applications);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionID | AnsiString | |
| Out | Locales | vtLocaleArray |
method vtUserServices.GetAllLocales(const SessionID: AnsiString
; Locales: vtLocaleArray);
public void
vtUserServices.GetAllLocales(AnsiString SessionID
, out vtLocaleArray Locales);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | CompanyId | Integer | |
| Out | Settings | vtAuthorizeNetSettings |
method vtUserServices.GetAuthorizeNetSettings(const SessionId: AnsiString
; const CompanyId: Integer
; Settings: vtAuthorizeNetSettings);
public void
vtUserServices.GetAuthorizeNetSettings(AnsiString SessionId
,
Int32
CompanyId
, out vtAuthorizeNetSettings Settings);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionID | AnsiString | |
| Out | CompanyList | vtCompanyArray |
| Flag | Name | Type |
|---|---|---|
| Result | Result | Boolean |
method vtUserServices.GetCompanies(const SessionID: AnsiString
; CompanyList: vtCompanyArray)
: Boolean;
public Boolean vtUserServices.GetCompanies(AnsiString SessionID
, out vtCompanyArray CompanyList);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| Out | Companies | vtCompany10Array |
method vtUserServices.GetCompanies10(const SessionId: AnsiString
; Companies: vtCompany10Array);
public void
vtUserServices.GetCompanies10(AnsiString SessionId
, out vtCompany10Array Companies);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| Out | Companies | vtCompany11Array |
method vtUserServices.GetCompanies11(const SessionId: AnsiString
; Companies: vtCompany11Array);
public void
vtUserServices.GetCompanies11(AnsiString SessionId
, out vtCompany11Array Companies);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| Out | Companies | vtCompany12Array |
method vtUserServices.GetCompanies12(const SessionId: AnsiString
; Companies: vtCompany12Array);
public void
vtUserServices.GetCompanies12(AnsiString SessionId
, out vtCompany12Array Companies);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | Request | vtRequestCompanies | |
| Out | Companies | vtCompany13Array |
method vtUserServices.GetCompanies13(const SessionId: AnsiString
; const Request: vtRequestCompanies
; Companies: vtCompany13Array);
public void
vtUserServices.GetCompanies13(AnsiString SessionId
, vtRequestCompanies Request
, out vtCompany13Array Companies);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | Request | vtRequestCompanies | |
| Out | Companies | vtCompany14Array |
method vtUserServices.GetCompanies14(const SessionId: AnsiString
; const Request: vtRequestCompanies
; Companies: vtCompany14Array);
public void
vtUserServices.GetCompanies14(AnsiString SessionId
, vtRequestCompanies Request
, out vtCompany14Array Companies);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | Request | vtRequestCompanies | |
| Out | Companies | vtCompany15Array |
method vtUserServices.GetCompanies15(const SessionId: AnsiString
; const Request: vtRequestCompanies
; Companies: vtCompany15Array);
public void
vtUserServices.GetCompanies15(AnsiString SessionId
, vtRequestCompanies Request
, out vtCompany15Array Companies);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | Request | vtRequestCompanies | |
| Out | Companies | vtCompany16Array |
method vtUserServices.GetCompanies16(const SessionId: AnsiString
; const Request: vtRequestCompanies
; Companies: vtCompany16Array);
public void
vtUserServices.GetCompanies16(AnsiString SessionId
, vtRequestCompanies Request
, out vtCompany16Array Companies);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | Request | vtRequestCompanies | |
| Out | Companies | vtCompany17Array |
method vtUserServices.GetCompanies17(const SessionId: AnsiString
; const Request: vtRequestCompanies
; Companies: vtCompany17Array);
public void
vtUserServices.GetCompanies17(AnsiString SessionId
, vtRequestCompanies Request
, out vtCompany17Array Companies);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | Request | vtRequestCompanies | |
| Out | Companies | vtCompany18Array |
method vtUserServices.GetCompanies18(const SessionId: AnsiString
; const Request: vtRequestCompanies
; Companies: vtCompany18Array);
public void
vtUserServices.GetCompanies18(AnsiString SessionId
, vtRequestCompanies Request
, out vtCompany18Array Companies);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | Request | vtRequestCompanies | |
| Out | Companies | vtCompany19Array |
method vtUserServices.GetCompanies19(const SessionId: AnsiString
; const Request: vtRequestCompanies
; Companies: vtCompany19Array);
public void
vtUserServices.GetCompanies19(AnsiString SessionId
, vtRequestCompanies Request
, out vtCompany19Array Companies);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionID | AnsiString | |
| Out | CompanyList | vtCompany2Array |
| Flag | Name | Type |
|---|---|---|
| Result | Result | Boolean |
method vtUserServices.GetCompanies2(const SessionID: AnsiString
; CompanyList: vtCompany2Array)
: Boolean;
public Boolean vtUserServices.GetCompanies2(AnsiString SessionID
, out vtCompany2Array CompanyList);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | Request | vtRequestCompanies | |
| Out | Companies | vtCompany20Array |
method vtUserServices.GetCompanies20(const SessionId: AnsiString
; const Request: vtRequestCompanies
; Companies: vtCompany20Array);
public void
vtUserServices.GetCompanies20(AnsiString SessionId
, vtRequestCompanies Request
, out vtCompany20Array Companies);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | Request | vtRequestCompanies2 | |
| Out | Companies | vtCompany20Array |
method vtUserServices.GetCompanies21(const SessionId: AnsiString
; const Request: vtRequestCompanies2
; Companies: vtCompany20Array);
public void
vtUserServices.GetCompanies21(AnsiString SessionId
, vtRequestCompanies2 Request
, out vtCompany20Array Companies);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | Request | vtRequestCompanies2 | |
| Out | Companies | vtCompany21Array |
method vtUserServices.GetCompanies22(const SessionId: AnsiString
; const Request: vtRequestCompanies2
; Companies: vtCompany21Array);
public void
vtUserServices.GetCompanies22(AnsiString SessionId
, vtRequestCompanies2 Request
, out vtCompany21Array Companies);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | Request | vtRequestCompanies2 | |
| Out | Companies | vtCompany22Array |
method vtUserServices.GetCompanies23(const SessionId: AnsiString
; const Request: vtRequestCompanies2
; Companies: vtCompany22Array);
public void
vtUserServices.GetCompanies23(AnsiString SessionId
, vtRequestCompanies2 Request
, out vtCompany22Array Companies);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | Request | vtRequestCompanies2 | |
| Out | Companies | vtCompany23Array |
method vtUserServices.GetCompanies24(const SessionId: AnsiString
; const Request: vtRequestCompanies2
; Companies: vtCompany23Array);
public void
vtUserServices.GetCompanies24(AnsiString SessionId
, vtRequestCompanies2 Request
, out vtCompany23Array Companies);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | Request | vtRequestCompanies3 | |
| Out | Companies | vtCompany23Array |
method vtUserServices.GetCompanies25(const SessionId: AnsiString
; const Request: vtRequestCompanies3
; Companies: vtCompany23Array);
public void
vtUserServices.GetCompanies25(AnsiString SessionId
, vtRequestCompanies3 Request
, out vtCompany23Array Companies);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionID | AnsiString | |
| Out | CompanyList | vtCompany3Array |
| Flag | Name | Type |
|---|---|---|
| Result | Result | Boolean |
method vtUserServices.GetCompanies3(const SessionID: AnsiString
; CompanyList: vtCompany3Array)
: Boolean;
public Boolean vtUserServices.GetCompanies3(AnsiString SessionID
, out vtCompany3Array CompanyList);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionID | AnsiString | |
| Out | CompanyList | vtCompany4Array |
| Flag | Name | Type |
|---|---|---|
| Result | Result | Boolean |
method vtUserServices.GetCompanies4(const SessionID: AnsiString
; CompanyList: vtCompany4Array)
: Boolean;
public Boolean vtUserServices.GetCompanies4(AnsiString SessionID
, out vtCompany4Array CompanyList);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| Out | Companies | vtCompany5Array |
method vtUserServices.GetCompanies5(const SessionId: AnsiString
; Companies: vtCompany5Array);
public void
vtUserServices.GetCompanies5(AnsiString SessionId
, out vtCompany5Array Companies);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| Out | Companies | vtCompany6Array |
method vtUserServices.GetCompanies6(const SessionId: AnsiString
; Companies: vtCompany6Array);
public void
vtUserServices.GetCompanies6(AnsiString SessionId
, out vtCompany6Array Companies);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| Out | Companies | vtCompany7Array |
method vtUserServices.GetCompanies7(const SessionId: AnsiString
; Companies: vtCompany7Array);
public void
vtUserServices.GetCompanies7(AnsiString SessionId
, out vtCompany7Array Companies);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| Out | Companies | vtCompany8Array |
method vtUserServices.GetCompanies8(const SessionId: AnsiString
; Companies: vtCompany8Array);
public void
vtUserServices.GetCompanies8(AnsiString SessionId
, out vtCompany8Array Companies);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| Out | Companies | vtCompany9Array |
method vtUserServices.GetCompanies9(const SessionId: AnsiString
; Companies: vtCompany9Array);
public void
vtUserServices.GetCompanies9(AnsiString SessionId
, out vtCompany9Array Companies);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionID | AnsiString | |
| In | CompanyID | Integer | |
| Out | Company | vtCompany |
| Flag | Name | Type |
|---|---|---|
| Result | Result | Boolean |
method vtUserServices.GetCompany(const SessionID: AnsiString
; const CompanyID: Integer
; Company: vtCompany)
: Boolean;
public Boolean vtUserServices.GetCompany(AnsiString SessionID
,
Int32
CompanyID
, out vtCompany Company);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | CompanyId | Integer | |
| Out | Company | vtCompany10 |
method vtUserServices.GetCompany10(const SessionId: AnsiString
; const CompanyId: Integer
; Company: vtCompany10);
public void
vtUserServices.GetCompany10(AnsiString SessionId
,
Int32
CompanyId
, out vtCompany10 Company);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | CompanyId | Integer | |
| Out | Company | vtCompany11 |
method vtUserServices.GetCompany11(const SessionId: AnsiString
; const CompanyId: Integer
; Company: vtCompany11);
public void
vtUserServices.GetCompany11(AnsiString SessionId
,
Int32
CompanyId
, out vtCompany11 Company);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | CompanyId | Integer | |
| Out | Company | vtCompany12 |
method vtUserServices.GetCompany12(const SessionId: AnsiString
; const CompanyId: Integer
; Company: vtCompany12);
public void
vtUserServices.GetCompany12(AnsiString SessionId
,
Int32
CompanyId
, out vtCompany12 Company);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | CompanyId | Integer | |
| Out | Company | vtCompany13 |
method vtUserServices.GetCompany13(const SessionId: AnsiString
; const CompanyId: Integer
; Company: vtCompany13);
public void
vtUserServices.GetCompany13(AnsiString SessionId
,
Int32
CompanyId
, out vtCompany13 Company);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | CompanyId | Integer | |
| Out | Company | vtCompany14 |
method vtUserServices.GetCompany14(const SessionId: AnsiString
; const CompanyId: Integer
; Company: vtCompany14);
public void
vtUserServices.GetCompany14(AnsiString SessionId
,
Int32
CompanyId
, out vtCompany14 Company);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | CompanyId | Integer | |
| Out | Company | vtCompany15 |
method vtUserServices.GetCompany15(const SessionId: AnsiString
; const CompanyId: Integer
; Company: vtCompany15);
public void
vtUserServices.GetCompany15(AnsiString SessionId
,
Int32
CompanyId
, out vtCompany15 Company);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | CompanyId | Integer | |
| Out | Company | vtCompany16 |
method vtUserServices.GetCompany16(const SessionId: AnsiString
; const CompanyId: Integer
; Company: vtCompany16);
public void
vtUserServices.GetCompany16(AnsiString SessionId
,
Int32
CompanyId
, out vtCompany16 Company);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | CompanyId | Integer | |
| Out | Company | vtCompany17 |
method vtUserServices.GetCompany17(const SessionId: AnsiString
; const CompanyId: Integer
; Company: vtCompany17);
public void
vtUserServices.GetCompany17(AnsiString SessionId
,
Int32
CompanyId
, out vtCompany17 Company);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | CompanyId | Integer | |
| Out | Company | vtCompany18 |
method vtUserServices.GetCompany18(const SessionId: AnsiString
; const CompanyId: Integer
; Company: vtCompany18);
public void
vtUserServices.GetCompany18(AnsiString SessionId
,
Int32
CompanyId
, out vtCompany18 Company);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | CompanyId | Integer | |
| Out | Company | vtCompany19 |
method vtUserServices.GetCompany19(const SessionId: AnsiString
; const CompanyId: Integer
; Company: vtCompany19);
public void
vtUserServices.GetCompany19(AnsiString SessionId
,
Int32
CompanyId
, out vtCompany19 Company);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionID | AnsiString | |
| In | CompanyID | Integer | |
| Out | Company | vtCompany2 |
| Flag | Name | Type |
|---|---|---|
| Result | Result | Boolean |
method vtUserServices.GetCompany2(const SessionID: AnsiString
; const CompanyID: Integer
; Company: vtCompany2)
: Boolean;
public Boolean vtUserServices.GetCompany2(AnsiString SessionID
,
Int32
CompanyID
, out vtCompany2 Company);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | CompanyId | Integer | |
| Out | Company | vtCompany20 |
method vtUserServices.GetCompany20(const SessionId: AnsiString
; const CompanyId: Integer
; Company: vtCompany20);
public void
vtUserServices.GetCompany20(AnsiString SessionId
,
Int32
CompanyId
, out vtCompany20 Company);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | CompanyId | Integer | |
| Out | Company | vtCompany21 |
method vtUserServices.GetCompany21(const SessionId: AnsiString
; const CompanyId: Integer
; Company: vtCompany21);
public void
vtUserServices.GetCompany21(AnsiString SessionId
,
Int32
CompanyId
, out vtCompany21 Company);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | CompanyId | Integer | |
| Out | Company | vtCompany22 |
method vtUserServices.GetCompany22(const SessionId: AnsiString
; const CompanyId: Integer
; Company: vtCompany22);
public void
vtUserServices.GetCompany22(AnsiString SessionId
,
Int32
CompanyId
, out vtCompany22 Company);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | CompanyId | Integer | |
| Out | Company | vtCompany23 |
method vtUserServices.GetCompany23(const SessionId: AnsiString
; const CompanyId: Integer
; Company: vtCompany23);
public void
vtUserServices.GetCompany23(AnsiString SessionId
,
Int32
CompanyId
, out vtCompany23 Company);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | CompanyId | Integer | |
| In | Request | vtRequestCompany | |
| Out | Company | vtCompany23 |
method vtUserServices.GetCompany24(const SessionId: AnsiString
; const CompanyId: Integer
; const Request: vtRequestCompany
; Company: vtCompany23);
public void
vtUserServices.GetCompany24(AnsiString SessionId
,
Int32
CompanyId
, vtRequestCompany Request
, out vtCompany23 Company);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionID | AnsiString | |
| In | CompanyID | Integer | |
| Out | Company | vtCompany3 |
| Flag | Name | Type |
|---|---|---|
| Result | Result | Boolean |
method vtUserServices.GetCompany3(const SessionID: AnsiString
; const CompanyID: Integer
; Company: vtCompany3)
: Boolean;
public Boolean vtUserServices.GetCompany3(AnsiString SessionID
,
Int32
CompanyID
, out vtCompany3 Company);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionID | AnsiString | |
| In | CompanyID | Integer | |
| Out | Company | vtCompany4 |
| Flag | Name | Type |
|---|---|---|
| Result | Result | Boolean |
method vtUserServices.GetCompany4(const SessionID: AnsiString
; const CompanyID: Integer
; Company: vtCompany4)
: Boolean;
public Boolean vtUserServices.GetCompany4(AnsiString SessionID
,
Int32
CompanyID
, out vtCompany4 Company);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | CompanyId | Integer | |
| Out | Company | vtCompany5 |
method vtUserServices.GetCompany5(const SessionId: AnsiString
; const CompanyId: Integer
; Company: vtCompany5);
public void
vtUserServices.GetCompany5(AnsiString SessionId
,
Int32
CompanyId
, out vtCompany5 Company);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | CompanyId | Integer | |
| Out | Company | vtCompany6 |
method vtUserServices.GetCompany6(const SessionId: AnsiString
; const CompanyId: Integer
; Company: vtCompany6);
public void
vtUserServices.GetCompany6(AnsiString SessionId
,
Int32
CompanyId
, out vtCompany6 Company);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | CompanyId | Integer | |
| Out | Company | vtCompany7 |
method vtUserServices.GetCompany7(const SessionId: AnsiString
; const CompanyId: Integer
; Company: vtCompany7);
public void
vtUserServices.GetCompany7(AnsiString SessionId
,
Int32
CompanyId
, out vtCompany7 Company);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | CompanyId | Integer | |
| Out | Company | vtCompany8 |
method vtUserServices.GetCompany8(const SessionId: AnsiString
; const CompanyId: Integer
; Company: vtCompany8);
public void
vtUserServices.GetCompany8(AnsiString SessionId
,
Int32
CompanyId
, out vtCompany8 Company);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | CompanyId | Integer | |
| Out | Company | vtCompany9 |
method vtUserServices.GetCompany9(const SessionId: AnsiString
; const CompanyId: Integer
; Company: vtCompany9);
public void
vtUserServices.GetCompany9(AnsiString SessionId
,
Int32
CompanyId
, out vtCompany9 Company);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | CompanyId | Integer | |
| Out | CategoryIds | vtIntegerArray | |
| Out | GroupIds | vtIntegerArray |
method vtUserServices.GetCompanyAttributeDenials(const SessionId: AnsiString
; const CompanyId: Integer
; CategoryIds: vtIntegerArray
; GroupIds: vtIntegerArray);
public void
vtUserServices.GetCompanyAttributeDenials(AnsiString SessionId
,
Int32
CompanyId
, out vtIntegerArray CategoryIds
, out vtIntegerArray GroupIds);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionID | AnsiString | |
| Out | CompanyList | vtCompanyBrowseArray |
| Flag | Name | Type |
|---|---|---|
| Result | Result | Boolean |
method vtUserServices.GetCompanyBrowse(const SessionID: AnsiString
; CompanyList: vtCompanyBrowseArray)
: Boolean;
public Boolean vtUserServices.GetCompanyBrowse(AnsiString SessionID
, out vtCompanyBrowseArray CompanyList);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | CompanyId | Integer | |
| Out | CompanyDatasources | vtOrderedPairArray |
method vtUserServices.GetCompanyDatasources(const SessionId: AnsiString
; const CompanyId: Integer
; CompanyDatasources: vtOrderedPairArray);
public void
vtUserServices.GetCompanyDatasources(AnsiString SessionId
,
Int32
CompanyId
, out vtOrderedPairArray CompanyDatasources);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | CompanyId | Integer | |
| Out | FitGuide | Boolean |
method vtUserServices.GetCompanyFitGuide(const SessionId: AnsiString
; const CompanyId: Integer
; FitGuide: Boolean);
public void
vtUserServices.GetCompanyFitGuide(AnsiString SessionId
,
Int32
CompanyId
, out Boolean FitGuide);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | CompanyId | Integer | |
| Out | FitGuide | Boolean | |
| Out | FitGuideOptions | vtFitGuideOptions | |
| Out | FitGuideAttributes | vtFitGuideAttributeArray |
method vtUserServices.GetCompanyFitGuideOptions(const SessionId: AnsiString
; const CompanyId: Integer
; FitGuide: Boolean
; FitGuideOptions: vtFitGuideOptions
; FitGuideAttributes: vtFitGuideAttributeArray);
public void
vtUserServices.GetCompanyFitGuideOptions(AnsiString SessionId
,
Int32
CompanyId
, out Boolean FitGuide
, out vtFitGuideOptions FitGuideOptions
, out vtFitGuideAttributeArray FitGuideAttributes);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | CompanyId | Integer | |
| Out | FitGuide | Boolean | |
| Out | FitGuideOptions | vtFitGuideOptions2 | |
| Out | FitGuideAttributes | vtFitGuideAttribute3Array |
method vtUserServices.GetCompanyFitGuideOptions2(const SessionId: AnsiString
; const CompanyId: Integer
; FitGuide: Boolean
; FitGuideOptions: vtFitGuideOptions2
; FitGuideAttributes: vtFitGuideAttribute3Array);
public void
vtUserServices.GetCompanyFitGuideOptions2(AnsiString SessionId
,
Int32
CompanyId
, out Boolean FitGuide
, out vtFitGuideOptions2 FitGuideOptions
, out vtFitGuideAttribute3Array FitGuideAttributes);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | CompanyId | Integer | |
| Out | FitGuide | Boolean | |
| Out | FitGuideOptions | vtFitGuideOptions3 | |
| Out | FitGuideAttributes | vtFitGuideAttribute3Array |
method vtUserServices.GetCompanyFitGuideOptions3(const SessionId: AnsiString
; const CompanyId: Integer
; FitGuide: Boolean
; FitGuideOptions: vtFitGuideOptions3
; FitGuideAttributes: vtFitGuideAttribute3Array);
public void
vtUserServices.GetCompanyFitGuideOptions3(AnsiString SessionId
,
Int32
CompanyId
, out Boolean FitGuide
, out vtFitGuideOptions3 FitGuideOptions
, out vtFitGuideAttribute3Array FitGuideAttributes);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | CompanyId | Integer | |
| Out | FitGuide | Boolean | |
| Out | FitGuideOptions | vtFitGuideOptions4 | |
| Out | FitGuideAttributes | vtFitGuideAttribute3Array |
method vtUserServices.GetCompanyFitGuideOptions4(const SessionId: AnsiString
; const CompanyId: Integer
; FitGuide: Boolean
; FitGuideOptions: vtFitGuideOptions4
; FitGuideAttributes: vtFitGuideAttribute3Array);
public void
vtUserServices.GetCompanyFitGuideOptions4(AnsiString SessionId
,
Int32
CompanyId
, out Boolean FitGuide
, out vtFitGuideOptions4 FitGuideOptions
, out vtFitGuideAttribute3Array FitGuideAttributes);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | CompanyId | Integer | |
| Out | FitGuide | Boolean | |
| Out | FitGuideOptions | vtFitGuideOptions5 | |
| Out | FitGuideAttributes | vtFitGuideAttribute3Array |
method vtUserServices.GetCompanyFitGuideOptions5(const SessionId: AnsiString
; const CompanyId: Integer
; FitGuide: Boolean
; FitGuideOptions: vtFitGuideOptions5
; FitGuideAttributes: vtFitGuideAttribute3Array);
public void
vtUserServices.GetCompanyFitGuideOptions5(AnsiString SessionId
,
Int32
CompanyId
, out Boolean FitGuide
, out vtFitGuideOptions5 FitGuideOptions
, out vtFitGuideAttribute3Array FitGuideAttributes);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionID | AnsiString | |
| Out | CompanyList | vtCompanyArray |
| Flag | Name | Type |
|---|---|---|
| Result | Result | Boolean |
method vtUserServices.GetCompanyList(const SessionID: AnsiString
; CompanyList: vtCompanyArray)
: Boolean;
public Boolean vtUserServices.GetCompanyList(AnsiString SessionID
, out vtCompanyArray CompanyList);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionID | AnsiString | |
| In | CompanyID | Integer | |
| Out | Locales | vtLocaleArray |
method vtUserServices.GetCompanyLocales(const SessionID: AnsiString
; const CompanyID: Integer
; Locales: vtLocaleArray);
public void
vtUserServices.GetCompanyLocales(AnsiString SessionID
,
Int32
CompanyID
, out vtLocaleArray Locales);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | CompanyId | Integer | |
| Out | CompanyManufacturers | vtIntegerArray |
method vtUserServices.GetCompanyManufacturers(const SessionId: AnsiString
; const CompanyId: Integer
; CompanyManufacturers: vtIntegerArray);
public void
vtUserServices.GetCompanyManufacturers(AnsiString SessionId
,
Int32
CompanyId
, out vtIntegerArray CompanyManufacturers);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| Out | NewsItems | vtNewsArray |
method vtUserServices.GetCompanyNews(const SessionId: AnsiString
; NewsItems: vtNewsArray);
public void
vtUserServices.GetCompanyNews(AnsiString SessionId
, out vtNewsArray NewsItems);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | CompanyId | Integer | |
| Out | NewsItems | vtNewsArray |
method vtUserServices.GetCompanyNews2(const SessionId: AnsiString
; const CompanyId: Integer
; NewsItems: vtNewsArray);
public void
vtUserServices.GetCompanyNews2(AnsiString SessionId
,
Int32
CompanyId
, out vtNewsArray NewsItems);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | CompanyId | Integer | |
| Out | SizeLinks | vtCompanySizeLinkArray |
method vtUserServices.GetCompanySizeLinks(const SessionId: AnsiString
; const CompanyId: Integer
; SizeLinks: vtCompanySizeLinkArray);
public void
vtUserServices.GetCompanySizeLinks(AnsiString SessionId
,
Int32
CompanyId
, out vtCompanySizeLinkArray SizeLinks);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | CompanyId | Integer | |
| Out | VehicleIds | vtIntegerArray |
method vtUserServices.GetCompanyVehicleIds(const SessionId: AnsiString
; const CompanyId: Integer
; VehicleIds: vtIntegerArray);
public void
vtUserServices.GetCompanyVehicleIds(AnsiString SessionId
,
Int32
CompanyId
, out vtIntegerArray VehicleIds);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionID | AnsiString | |
| In | CompanyID | Integer | |
| Out | Vehicles | vtVehicleArray |
| Flag | Name | Type |
|---|---|---|
| Result | Result | Boolean |
method vtUserServices.GetCompanyVehicles(const SessionID: AnsiString
; const CompanyID: Integer
; Vehicles: vtVehicleArray)
: Boolean;
public Boolean vtUserServices.GetCompanyVehicles(AnsiString SessionID
,
Int32
CompanyID
, out vtVehicleArray Vehicles);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| Out | Weblinks | vtWebLinkArray |
method vtUserServices.GetCompanyWebLinks(const SessionId: AnsiString
; Weblinks: vtWebLinkArray);
public void
vtUserServices.GetCompanyWebLinks(AnsiString SessionId
, out vtWebLinkArray Weblinks);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | CompanyId | Integer | |
| Out | Weblinks | vtWebLinkArray |
method vtUserServices.GetCompanyWebLinks2(const SessionId: AnsiString
; const CompanyId: Integer
; Weblinks: vtWebLinkArray);
public void
vtUserServices.GetCompanyWebLinks2(AnsiString SessionId
,
Int32
CompanyId
, out vtWebLinkArray Weblinks);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | DistributorId | AnsiString | |
| In | Request | vtRequestCompanies3 | |
| Out | Companies | vtCompany23Array |
method vtUserServices.GetDistributorCompanies(const SessionId: AnsiString
; const DistributorId: AnsiString
; const Request: vtRequestCompanies3
; Companies: vtCompany23Array);
public void
vtUserServices.GetDistributorCompanies(AnsiString SessionId
, AnsiString DistributorId
, vtRequestCompanies3 Request
, out vtCompany23Array Companies);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | CompanyId | Integer | |
| Out | Lead | vtCompanyLead |
method vtUserServices.GetLead(const SessionId: AnsiString
; const CompanyId: Integer
; Lead: vtCompanyLead);
public void
vtUserServices.GetLead(AnsiString SessionId
,
Int32
CompanyId
, out vtCompanyLead Lead);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | CompanyId | Integer | |
| Out | Lead | vtCompanyLead2 |
method vtUserServices.GetLead2(const SessionId: AnsiString
; const CompanyId: Integer
; Lead: vtCompanyLead2);
public void
vtUserServices.GetLead2(AnsiString SessionId
,
Int32
CompanyId
, out vtCompanyLead2 Lead);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | CompanyId | Integer | |
| Out | Lead | vtCompanyLead3 |
method vtUserServices.GetLead3(const SessionId: AnsiString
; const CompanyId: Integer
; Lead: vtCompanyLead3);
public void
vtUserServices.GetLead3(AnsiString SessionId
,
Int32
CompanyId
, out vtCompanyLead3 Lead);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| Out | Leads | vtCompanyLeadArray |
method vtUserServices.GetLeads(const SessionId: AnsiString
; Leads: vtCompanyLeadArray);
public void
vtUserServices.GetLeads(AnsiString SessionId
, out vtCompanyLeadArray Leads);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| Out | Leads | vtCompanyLead2Array |
method vtUserServices.GetLeads2(const SessionId: AnsiString
; Leads: vtCompanyLead2Array);
public void
vtUserServices.GetLeads2(AnsiString SessionId
, out vtCompanyLead2Array Leads);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| Out | Leads | vtCompanyLead3Array |
method vtUserServices.GetLeads3(const SessionId: AnsiString
; Leads: vtCompanyLead3Array);
public void
vtUserServices.GetLeads3(AnsiString SessionId
, out vtCompanyLead3Array Leads);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | Request | vtLeadRequest | |
| Out | Leads | vtCompanyLead3Array |
method vtUserServices.GetLeads4(const SessionId: AnsiString
; const Request: vtLeadRequest
; Leads: vtCompanyLead3Array);
public void
vtUserServices.GetLeads4(AnsiString SessionId
, vtLeadRequest Request
, out vtCompanyLead3Array Leads);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionID | AnsiString | |
| Out | Templates | vtLTemplateArray |
method vtUserServices.GetLocaleTemplates(const SessionID: AnsiString
; Templates: vtLTemplateArray);
public void
vtUserServices.GetLocaleTemplates(AnsiString SessionID
, out vtLTemplateArray Templates);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | Request | vtCompanyStructRequest | |
| Out | Response | vtCompanyStructResponse |
method vtUserServices.GetMultipleStructures(const SessionId: AnsiString
; const Request: vtCompanyStructRequest
; Response: vtCompanyStructResponse);
public void
vtUserServices.GetMultipleStructures(AnsiString SessionId
, vtCompanyStructRequest Request
, out vtCompanyStructResponse Response);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | Request | vtCompanyStructRequest | |
| Out | Response | vtCompanyStructResponse |
method vtUserServices.GetMultipleStructures2(const SessionId: AnsiString
; const Request: vtCompanyStructRequest
; Response: vtCompanyStructResponse);
public void
vtUserServices.GetMultipleStructures2(AnsiString SessionId
, vtCompanyStructRequest Request
, out vtCompanyStructResponse Response);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | PressReleaseId | AnsiString | |
| Out | PressRelease | vtPressRelease |
method vtUserServices.GetPressRelease(const SessionId: AnsiString
; const PressReleaseId: AnsiString
; PressRelease: vtPressRelease);
public void
vtUserServices.GetPressRelease(AnsiString SessionId
, AnsiString PressReleaseId
, out vtPressRelease PressRelease);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | CompanyId | Integer | |
| Out | PressReleases | vtPressReleaseArray |
method vtUserServices.GetPressReleases(const SessionId: AnsiString
; const CompanyId: Integer
; PressReleases: vtPressReleaseArray);
public void
vtUserServices.GetPressReleases(AnsiString SessionId
,
Int32
CompanyId
, out vtPressReleaseArray PressReleases);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| Out | Company | vtCompany23 |
method vtUserServices.GetSessionCompany(const SessionId: AnsiString
; Company: vtCompany23);
public void
vtUserServices.GetSessionCompany(AnsiString SessionId
, out vtCompany23 Company);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionID | AnsiString | |
| In | UserID | Integer | |
| Out | User | vtUser |
| Flag | Name | Type |
|---|---|---|
| Result | Result | Boolean |
method vtUserServices.GetUser(const SessionID: AnsiString
; const UserID: Integer
; User: vtUser)
: Boolean;
public Boolean vtUserServices.GetUser(AnsiString SessionID
,
Int32
UserID
, out vtUser User);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionID | AnsiString | |
| In | UserID | Integer | |
| Out | User | vtUser2 |
method vtUserServices.GetUser2(const SessionID: AnsiString
; const UserID: Integer
; User: vtUser2);
public void
vtUserServices.GetUser2(AnsiString SessionID
,
Int32
UserID
, out vtUser2 User);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | UserId | Integer | |
| Out | User | vtUser3 |
method vtUserServices.GetUser3(const SessionId: AnsiString
; const UserId: Integer
; User: vtUser3);
public void
vtUserServices.GetUser3(AnsiString SessionId
,
Int32
UserId
, out vtUser3 User);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | UserId | Integer | |
| Out | User | vtUser4 |
method vtUserServices.GetUser4(const SessionId: AnsiString
; const UserId: Integer
; User: vtUser4);
public void
vtUserServices.GetUser4(AnsiString SessionId
,
Int32
UserId
, out vtUser4 User);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | UserId | Integer | |
| Out | User | vtUser5 |
method vtUserServices.GetUser5(const SessionId: AnsiString
; const UserId: Integer
; User: vtUser5);
public void
vtUserServices.GetUser5(AnsiString SessionId
,
Int32
UserId
, out vtUser5 User);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | UserId | Integer | |
| Out | User | vtUser6 |
method vtUserServices.GetUser6(const SessionId: AnsiString
; const UserId: Integer
; User: vtUser6);
public void
vtUserServices.GetUser6(AnsiString SessionId
,
Int32
UserId
, out vtUser6 User);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionID | AnsiString | |
| In | UserID | Integer | |
| Out | UserApplications | vtUserApplicationArray |
method vtUserServices.GetUserApplications(const SessionID: AnsiString
; const UserID: Integer
; UserApplications: vtUserApplicationArray);
public void
vtUserServices.GetUserApplications(AnsiString SessionID
,
Int32
UserID
, out vtUserApplicationArray UserApplications);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionID | AnsiString | |
| In | CompanyID | Integer | |
| Out | UserList | vtUserBrowseArray |
| Flag | Name | Type |
|---|---|---|
| Result | Result | Boolean |
method vtUserServices.GetUserBrowse(const SessionID: AnsiString
; const CompanyID: Integer
; UserList: vtUserBrowseArray)
: Boolean;
public Boolean vtUserServices.GetUserBrowse(AnsiString SessionID
,
Int32
CompanyID
, out vtUserBrowseArray UserList);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionID | AnsiString | |
| In | CompanyID | Integer | |
| Out | UserList | vtUserArray |
| Flag | Name | Type |
|---|---|---|
| Result | Result | Boolean |
method vtUserServices.GetUsers(const SessionID: AnsiString
; const CompanyID: Integer
; UserList: vtUserArray)
: Boolean;
public Boolean vtUserServices.GetUsers(AnsiString SessionID
,
Int32
CompanyID
, out vtUserArray UserList);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionID | AnsiString | |
| In | CompanyID | Integer | |
| Out | Users | vtUser2Array |
method vtUserServices.GetUsers2(const SessionID: AnsiString
; const CompanyID: Integer
; Users: vtUser2Array);
public void
vtUserServices.GetUsers2(AnsiString SessionID
,
Int32
CompanyID
, out vtUser2Array Users);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | CompanyId | Integer | |
| Out | Users | vtUser3Array |
method vtUserServices.GetUsers3(const SessionId: AnsiString
; const CompanyId: Integer
; Users: vtUser3Array);
public void
vtUserServices.GetUsers3(AnsiString SessionId
,
Int32
CompanyId
, out vtUser3Array Users);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | CompanyId | Integer | |
| Out | Users | vtUser4Array |
method vtUserServices.GetUsers4(const SessionId: AnsiString
; const CompanyId: Integer
; Users: vtUser4Array);
public void
vtUserServices.GetUsers4(AnsiString SessionId
,
Int32
CompanyId
, out vtUser4Array Users);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | CompanyId | Integer | |
| Out | Users | vtUser5Array |
method vtUserServices.GetUsers5(const SessionId: AnsiString
; const CompanyId: Integer
; Users: vtUser5Array);
public void
vtUserServices.GetUsers5(AnsiString SessionId
,
Int32
CompanyId
, out vtUser5Array Users);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | CompanyId | Integer | |
| Out | Users | vtUser6Array |
method vtUserServices.GetUsers6(const SessionId: AnsiString
; const CompanyId: Integer
; Users: vtUser6Array);
public void
vtUserServices.GetUsers6(AnsiString SessionId
,
Int32
CompanyId
, out vtUser6Array Users);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | CompanyId | Integer | |
| Out | Settings | vtWebsiteSettings |
method vtUserServices.GetWebsiteSettings(const SessionId: AnsiString
; const CompanyId: Integer
; Settings: vtWebsiteSettings);
public void
vtUserServices.GetWebsiteSettings(AnsiString SessionId
,
Int32
CompanyId
, out vtWebsiteSettings Settings);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | CompanyId | Integer | |
| Out | Settings | vtWebsiteSettings10 |
method vtUserServices.GetWebsiteSettings10(const SessionId: AnsiString
; const CompanyId: Integer
; Settings: vtWebsiteSettings10);
public void
vtUserServices.GetWebsiteSettings10(AnsiString SessionId
,
Int32
CompanyId
, out vtWebsiteSettings10 Settings);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | CompanyId | Integer | |
| Out | Settings | vtWebsiteSettings11 |
method vtUserServices.GetWebsiteSettings11(const SessionId: AnsiString
; const CompanyId: Integer
; Settings: vtWebsiteSettings11);
public void
vtUserServices.GetWebsiteSettings11(AnsiString SessionId
,
Int32
CompanyId
, out vtWebsiteSettings11 Settings);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | CompanyId | Integer | |
| Out | Settings | vtWebsiteSettings12 |
method vtUserServices.GetWebsiteSettings12(const SessionId: AnsiString
; const CompanyId: Integer
; Settings: vtWebsiteSettings12);
public void
vtUserServices.GetWebsiteSettings12(AnsiString SessionId
,
Int32
CompanyId
, out vtWebsiteSettings12 Settings);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | CompanyId | Integer | |
| Out | Settings | vtWebsiteSettings13 |
method vtUserServices.GetWebsiteSettings13(const SessionId: AnsiString
; const CompanyId: Integer
; Settings: vtWebsiteSettings13);
public void
vtUserServices.GetWebsiteSettings13(AnsiString SessionId
,
Int32
CompanyId
, out vtWebsiteSettings13 Settings);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | CompanyId | Integer | |
| Out | Settings | vtWebsiteSettings14 |
method vtUserServices.GetWebsiteSettings14(const SessionId: AnsiString
; const CompanyId: Integer
; Settings: vtWebsiteSettings14);
public void
vtUserServices.GetWebsiteSettings14(AnsiString SessionId
,
Int32
CompanyId
, out vtWebsiteSettings14 Settings);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | CompanyId | Integer | |
| Out | Settings | vtWebsiteSettings15 |
method vtUserServices.GetWebsiteSettings15(const SessionId: AnsiString
; const CompanyId: Integer
; Settings: vtWebsiteSettings15);
public void
vtUserServices.GetWebsiteSettings15(AnsiString SessionId
,
Int32
CompanyId
, out vtWebsiteSettings15 Settings);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | CompanyId | Integer | |
| Out | Settings | vtWebsiteSettings16 |
method vtUserServices.GetWebsiteSettings16(const SessionId: AnsiString
; const CompanyId: Integer
; Settings: vtWebsiteSettings16);
public void
vtUserServices.GetWebsiteSettings16(AnsiString SessionId
,
Int32
CompanyId
, out vtWebsiteSettings16 Settings);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | CompanyId | Integer | |
| Out | Settings | vtWebsiteSettings17 |
method vtUserServices.GetWebsiteSettings17(const SessionId: AnsiString
; const CompanyId: Integer
; Settings: vtWebsiteSettings17);
public void
vtUserServices.GetWebsiteSettings17(AnsiString SessionId
,
Int32
CompanyId
, out vtWebsiteSettings17 Settings);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | CompanyId | Integer | |
| Out | Settings | vtWebsiteSettings18 |
method vtUserServices.GetWebsiteSettings18(const SessionId: AnsiString
; const CompanyId: Integer
; Settings: vtWebsiteSettings18);
public void
vtUserServices.GetWebsiteSettings18(AnsiString SessionId
,
Int32
CompanyId
, out vtWebsiteSettings18 Settings);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | CompanyId | Integer | |
| Out | Settings | vtWebsiteSettings2 |
method vtUserServices.GetWebsiteSettings2(const SessionId: AnsiString
; const CompanyId: Integer
; Settings: vtWebsiteSettings2);
public void
vtUserServices.GetWebsiteSettings2(AnsiString SessionId
,
Int32
CompanyId
, out vtWebsiteSettings2 Settings);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | CompanyId | Integer | |
| Out | Settings | vtWebsiteSettings3 |
method vtUserServices.GetWebsiteSettings3(const SessionId: AnsiString
; const CompanyId: Integer
; Settings: vtWebsiteSettings3);
public void
vtUserServices.GetWebsiteSettings3(AnsiString SessionId
,
Int32
CompanyId
, out vtWebsiteSettings3 Settings);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | CompanyId | Integer | |
| Out | Settings | vtWebsiteSettings4 |
method vtUserServices.GetWebsiteSettings4(const SessionId: AnsiString
; const CompanyId: Integer
; Settings: vtWebsiteSettings4);
public void
vtUserServices.GetWebsiteSettings4(AnsiString SessionId
,
Int32
CompanyId
, out vtWebsiteSettings4 Settings);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | CompanyId | Integer | |
| Out | Settings | vtWebsiteSettings5 |
method vtUserServices.GetWebsiteSettings5(const SessionId: AnsiString
; const CompanyId: Integer
; Settings: vtWebsiteSettings5);
public void
vtUserServices.GetWebsiteSettings5(AnsiString SessionId
,
Int32
CompanyId
, out vtWebsiteSettings5 Settings);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | CompanyId | Integer | |
| Out | Settings | vtWebsiteSettings6 |
method vtUserServices.GetWebsiteSettings6(const SessionId: AnsiString
; const CompanyId: Integer
; Settings: vtWebsiteSettings6);
public void
vtUserServices.GetWebsiteSettings6(AnsiString SessionId
,
Int32
CompanyId
, out vtWebsiteSettings6 Settings);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | CompanyId | Integer | |
| Out | Settings | vtWebsiteSettings7 |
method vtUserServices.GetWebsiteSettings7(const SessionId: AnsiString
; const CompanyId: Integer
; Settings: vtWebsiteSettings7);
public void
vtUserServices.GetWebsiteSettings7(AnsiString SessionId
,
Int32
CompanyId
, out vtWebsiteSettings7 Settings);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | CompanyId | Integer | |
| Out | Settings | vtWebsiteSettings8 |
method vtUserServices.GetWebsiteSettings8(const SessionId: AnsiString
; const CompanyId: Integer
; Settings: vtWebsiteSettings8);
public void
vtUserServices.GetWebsiteSettings8(AnsiString SessionId
,
Int32
CompanyId
, out vtWebsiteSettings8 Settings);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | CompanyId | Integer | |
| Out | Settings | vtWebsiteSettings9 |
method vtUserServices.GetWebsiteSettings9(const SessionId: AnsiString
; const CompanyId: Integer
; Settings: vtWebsiteSettings9);
public void
vtUserServices.GetWebsiteSettings9(AnsiString SessionId
,
Int32
CompanyId
, out vtWebsiteSettings9 Settings);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | Username | AnsiString | |
| In | Password | AnsiString | |
| Out | SessionID | AnsiString | |
| Out | CanAdmin | Boolean | |
| Out | CanSelect | Boolean | |
| Out | CanEdit | Boolean | |
| Out | CanLocal | Boolean | |
| Out | CanSynch | Boolean |
| Flag | Name | Type |
|---|---|---|
| Result | Result | Boolean |
method vtUserServices.Login(const Username: AnsiString
; const Password: AnsiString
; SessionID: AnsiString
; CanAdmin: Boolean
; CanSelect: Boolean
; CanEdit: Boolean
; CanLocal: Boolean
; CanSynch: Boolean)
: Boolean;
public Boolean vtUserServices.Login(AnsiString Username
, AnsiString Password
, out AnsiString SessionID
, out Boolean CanAdmin
, out Boolean CanSelect
, out Boolean CanEdit
, out Boolean CanLocal
, out Boolean CanSynch);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | LoginRequest | vtLoginInfo2 | |
| Out | LoginResult | vtLoginResult7 |
| Flag | Name | Type |
|---|---|---|
| Result | Result | Boolean |
method vtUserServices.Login10(const LoginRequest: vtLoginInfo2
; LoginResult: vtLoginResult7)
: Boolean;
public Boolean vtUserServices.Login10(vtLoginInfo2 LoginRequest
, out vtLoginResult7 LoginResult);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | LoginRequest | vtLoginInfo2 | |
| Out | LoginResult | vtLoginResult8 |
| Flag | Name | Type |
|---|---|---|
| Result | Result | Boolean |
method vtUserServices.Login11(const LoginRequest: vtLoginInfo2
; LoginResult: vtLoginResult8)
: Boolean;
public Boolean vtUserServices.Login11(vtLoginInfo2 LoginRequest
, out vtLoginResult8 LoginResult);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | LoginRequest | vtLoginInfo2 | |
| Out | LoginResult | vtLoginResult9 |
| Flag | Name | Type |
|---|---|---|
| Result | Result | Boolean |
method vtUserServices.Login12(const LoginRequest: vtLoginInfo2
; LoginResult: vtLoginResult9)
: Boolean;
public Boolean vtUserServices.Login12(vtLoginInfo2 LoginRequest
, out vtLoginResult9 LoginResult);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | LoginRequest | vtLoginInfo2 | |
| Out | LoginResult | vtLoginResult10 |
| Flag | Name | Type |
|---|---|---|
| Result | Result | Boolean |
method vtUserServices.Login13(const LoginRequest: vtLoginInfo2
; LoginResult: vtLoginResult10)
: Boolean;
public Boolean vtUserServices.Login13(vtLoginInfo2 LoginRequest
, out vtLoginResult10 LoginResult);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | LoginRequest | vtLoginInfo2 | |
| Out | LoginResult | vtLoginResult11 |
| Flag | Name | Type |
|---|---|---|
| Result | Result | Boolean |
method vtUserServices.Login14(const LoginRequest: vtLoginInfo2
; LoginResult: vtLoginResult11)
: Boolean;
public Boolean vtUserServices.Login14(vtLoginInfo2 LoginRequest
, out vtLoginResult11 LoginResult);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | LoginRequest | vtLoginInfo3 | |
| Out | LoginResult | vtLoginResult11 |
| Flag | Name | Type |
|---|---|---|
| Result | Result | Boolean |
method vtUserServices.Login15(const LoginRequest: vtLoginInfo3
; LoginResult: vtLoginResult11)
: Boolean;
public Boolean vtUserServices.Login15(vtLoginInfo3 LoginRequest
, out vtLoginResult11 LoginResult);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | LoginRequest | vtLoginInfo3 | |
| Out | LoginResult | vtLoginResult12 |
| Flag | Name | Type |
|---|---|---|
| Result | Result | Boolean |
method vtUserServices.Login16(const LoginRequest: vtLoginInfo3
; LoginResult: vtLoginResult12)
: Boolean;
public Boolean vtUserServices.Login16(vtLoginInfo3 LoginRequest
, out vtLoginResult12 LoginResult);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | LoginRequest | vtLoginInfo3 | |
| Out | LoginResult | vtLoginResult13 |
| Flag | Name | Type |
|---|---|---|
| Result | Result | Boolean |
method vtUserServices.Login17(const LoginRequest: vtLoginInfo3
; LoginResult: vtLoginResult13)
: Boolean;
public Boolean vtUserServices.Login17(vtLoginInfo3 LoginRequest
, out vtLoginResult13 LoginResult);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | LoginRequest | vtLoginInfo3 | |
| Out | LoginResult | vtLoginResult14 |
| Flag | Name | Type |
|---|---|---|
| Result | Result | Boolean |
method vtUserServices.Login18(const LoginRequest: vtLoginInfo3
; LoginResult: vtLoginResult14)
: Boolean;
public Boolean vtUserServices.Login18(vtLoginInfo3 LoginRequest
, out vtLoginResult14 LoginResult);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | LoginRequest | vtLoginInfo3 | |
| Out | LoginResult | vtLoginResult15 |
| Flag | Name | Type |
|---|---|---|
| Result | Result | Boolean |
method vtUserServices.Login19(const LoginRequest: vtLoginInfo3
; LoginResult: vtLoginResult15)
: Boolean;
public Boolean vtUserServices.Login19(vtLoginInfo3 LoginRequest
, out vtLoginResult15 LoginResult);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | LoginInfo | vtLoginInfo | |
| Out | LogoutInfo | vtLogoutInfo |
| Flag | Name | Type |
|---|---|---|
| Result | Result | Boolean |
method vtUserServices.Login2(const LoginInfo: vtLoginInfo
; LogoutInfo: vtLogoutInfo)
: Boolean;
public Boolean vtUserServices.Login2(vtLoginInfo LoginInfo
, out vtLogoutInfo LogoutInfo);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | LoginRequest | vtLoginInfo3 | |
| Out | LoginResult | vtLoginResult16 |
| Flag | Name | Type |
|---|---|---|
| Result | Result | Boolean |
method vtUserServices.Login20(const LoginRequest: vtLoginInfo3
; LoginResult: vtLoginResult16)
: Boolean;
public Boolean vtUserServices.Login20(vtLoginInfo3 LoginRequest
, out vtLoginResult16 LoginResult);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | LoginRequest | vtLoginInfo4 | |
| Out | LoginResult | vtLoginResult16 |
| Flag | Name | Type |
|---|---|---|
| Result | Result | Boolean |
method vtUserServices.Login21(const LoginRequest: vtLoginInfo4
; LoginResult: vtLoginResult16)
: Boolean;
public Boolean vtUserServices.Login21(vtLoginInfo4 LoginRequest
, out vtLoginResult16 LoginResult);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | LoginRequest | vtLoginInfo4 | |
| Out | LoginResult | vtLoginResult16 |
| Flag | Name | Type |
|---|---|---|
| Result | Result | Boolean |
method vtUserServices.Login22(const LoginRequest: vtLoginInfo4
; LoginResult: vtLoginResult16)
: Boolean;
public Boolean vtUserServices.Login22(vtLoginInfo4 LoginRequest
, out vtLoginResult16 LoginResult);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | LoginRequest | vtLoginInfo4 | |
| Out | LoginResult | vtLoginResult17 |
| Flag | Name | Type |
|---|---|---|
| Result | Result | Boolean |
method vtUserServices.Login23(const LoginRequest: vtLoginInfo4
; LoginResult: vtLoginResult17)
: Boolean;
public Boolean vtUserServices.Login23(vtLoginInfo4 LoginRequest
, out vtLoginResult17 LoginResult);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | LoginRequest | vtLoginInfo5 | |
| Out | LoginResult | vtLoginResult18 |
| Flag | Name | Type |
|---|---|---|
| Result | Result | Boolean |
method vtUserServices.Login24(const LoginRequest: vtLoginInfo5
; LoginResult: vtLoginResult18)
: Boolean;
public Boolean vtUserServices.Login24(vtLoginInfo5 LoginRequest
, out vtLoginResult18 LoginResult);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | LoginRequest | vtLoginInfo5 | |
| Out | LoginResult | vtLoginResult19 |
| Flag | Name | Type |
|---|---|---|
| Result | Result | Boolean |
method vtUserServices.Login25(const LoginRequest: vtLoginInfo5
; LoginResult: vtLoginResult19)
: Boolean;
public Boolean vtUserServices.Login25(vtLoginInfo5 LoginRequest
, out vtLoginResult19 LoginResult);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | LoginInfo | vtLoginInfo | |
| Out | LoginResult | vtLoginResult |
| Flag | Name | Type |
|---|---|---|
| Result | Result | Boolean |
method vtUserServices.Login3(const LoginInfo: vtLoginInfo
; LoginResult: vtLoginResult)
: Boolean;
public Boolean vtUserServices.Login3(vtLoginInfo LoginInfo
, out vtLoginResult LoginResult);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | LoginInfo | vtLoginInfo | |
| Out | LoginResult | vtLoginResult2 |
| Flag | Name | Type |
|---|---|---|
| Result | Result | Boolean |
method vtUserServices.Login4(const LoginInfo: vtLoginInfo
; LoginResult: vtLoginResult2)
: Boolean;
public Boolean vtUserServices.Login4(vtLoginInfo LoginInfo
, out vtLoginResult2 LoginResult);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | LoginInfo | vtLoginInfo | |
| Out | LoginResult | vtLoginResult3 |
| Flag | Name | Type |
|---|---|---|
| Result | Result | Boolean |
method vtUserServices.Login5(const LoginInfo: vtLoginInfo
; LoginResult: vtLoginResult3)
: Boolean;
public Boolean vtUserServices.Login5(vtLoginInfo LoginInfo
, out vtLoginResult3 LoginResult);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | LoginInfo | vtLoginInfo2 | |
| Out | LoginResult | vtLoginResult3 |
| Flag | Name | Type |
|---|---|---|
| Result | Result | Boolean |
method vtUserServices.Login6(const LoginInfo: vtLoginInfo2
; LoginResult: vtLoginResult3)
: Boolean;
public Boolean vtUserServices.Login6(vtLoginInfo2 LoginInfo
, out vtLoginResult3 LoginResult);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | LoginInfo | vtLoginInfo2 | |
| Out | LoginResult | vtLoginResult4 |
| Flag | Name | Type |
|---|---|---|
| Result | Result | Boolean |
method vtUserServices.Login7(const LoginInfo: vtLoginInfo2
; LoginResult: vtLoginResult4)
: Boolean;
public Boolean vtUserServices.Login7(vtLoginInfo2 LoginInfo
, out vtLoginResult4 LoginResult);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | LoginInfo | vtLoginInfo2 | |
| Out | LoginResult | vtLoginResult5 |
| Flag | Name | Type |
|---|---|---|
| Result | Result | Boolean |
method vtUserServices.Login8(const LoginInfo: vtLoginInfo2
; LoginResult: vtLoginResult5)
: Boolean;
public Boolean vtUserServices.Login8(vtLoginInfo2 LoginInfo
, out vtLoginResult5 LoginResult);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | LoginInfo | vtLoginInfo2 | |
| Out | LoginResult | vtLoginResult6 |
| Flag | Name | Type |
|---|---|---|
| Result | Result | Boolean |
method vtUserServices.Login9(const LoginInfo: vtLoginInfo2
; LoginResult: vtLoginResult6)
: Boolean;
public Boolean vtUserServices.Login9(vtLoginInfo2 LoginInfo
, out vtLoginResult6 LoginResult);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | CompanyId | Integer | |
| In | ApplicationId | AnsiString | |
| In | ClientAddress | AnsiString | |
| Out | LoginResult | vtLoginResult16 |
| Flag | Name | Type |
|---|---|---|
| Result | Result | Boolean |
method vtUserServices.LoginWebsiteUser(const CompanyId: Integer
; const ApplicationId: AnsiString
; const ClientAddress: AnsiString
; LoginResult: vtLoginResult16)
: Boolean;
public Boolean vtUserServices.LoginWebsiteUser(
Int32
CompanyId
, AnsiString ApplicationId
, AnsiString ClientAddress
, out vtLoginResult16 LoginResult);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | CompanyId | Integer | |
| In | ApplicationId | AnsiString | |
| In | ClientAddress | AnsiString | |
| In | HTTPReferrer | AnsiString | |
| Out | LoginResult | vtLoginResult16 |
| Flag | Name | Type |
|---|---|---|
| Result | Result | Boolean |
method vtUserServices.LoginWebsiteUser2(const CompanyId: Integer
; const ApplicationId: AnsiString
; const ClientAddress: AnsiString
; const HTTPReferrer: AnsiString
; LoginResult: vtLoginResult16)
: Boolean;
public Boolean vtUserServices.LoginWebsiteUser2(
Int32
CompanyId
, AnsiString ApplicationId
, AnsiString ClientAddress
, AnsiString HTTPReferrer
, out vtLoginResult16 LoginResult);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | CompanyId | Integer | |
| In | ApplicationId | AnsiString | |
| In | ClientAddress | AnsiString | |
| In | HTTPReferrer | AnsiString | |
| In | InnerHTTPReferrer | AnsiString | |
| Out | LoginResult | vtLoginResult18 |
| Flag | Name | Type |
|---|---|---|
| Result | Result | Boolean |
method vtUserServices.LoginWebsiteUser3(const CompanyId: Integer
; const ApplicationId: AnsiString
; const ClientAddress: AnsiString
; const HTTPReferrer: AnsiString
; const InnerHTTPReferrer: AnsiString
; LoginResult: vtLoginResult18)
: Boolean;
public Boolean vtUserServices.LoginWebsiteUser3(
Int32
CompanyId
, AnsiString ApplicationId
, AnsiString ClientAddress
, AnsiString HTTPReferrer
, AnsiString InnerHTTPReferrer
, out vtLoginResult18 LoginResult);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionID | AnsiString |
| Flag | Name | Type |
|---|---|---|
| Result | Result | Boolean |
method vtUserServices.Logoff(const SessionID: AnsiString)
: Boolean;
public Boolean vtUserServices.Logoff(AnsiString SessionID);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionID | AnsiString | |
| Out | NumberAllowed | Integer |
| Flag | Name | Type |
|---|---|---|
| Result | Result | Boolean |
method vtUserServices.NumberVehiclesAllowed(const SessionID: AnsiString
; NumberAllowed: Integer)
: Boolean;
public Boolean vtUserServices.NumberVehiclesAllowed(AnsiString SessionID
, out
Int32
NumberAllowed);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | Username | AnsiString | |
| In | Password | AnsiString |
| Flag | Name | Type |
|---|---|---|
| Result | Result | Boolean |
method vtUserServices.ReLogin(const SessionId: AnsiString
; const Username: AnsiString
; const Password: AnsiString)
: Boolean;
public Boolean vtUserServices.ReLogin(AnsiString SessionId
, AnsiString Username
, AnsiString Password);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | Username | AnsiString | |
| In | Password | AnsiString | |
| In | IPAddress | AnsiString |
| Flag | Name | Type |
|---|---|---|
| Result | Result | Boolean |
method vtUserServices.ReLogin2(const SessionId: AnsiString
; const Username: AnsiString
; const Password: AnsiString
; const IPAddress: AnsiString)
: Boolean;
public Boolean vtUserServices.ReLogin2(AnsiString SessionId
, AnsiString Username
, AnsiString Password
, AnsiString IPAddress);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | ApplicationId | AnsiString |
| Flag | Name | Type |
|---|---|---|
| Result | Result | Boolean |
method vtUserServices.ReloginWebsiteUser(const SessionId: AnsiString
; const ApplicationId: AnsiString)
: Boolean;
public Boolean vtUserServices.ReloginWebsiteUser(AnsiString SessionId
, AnsiString ApplicationId);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | CompanyId | Integer |
method vtUserServices.ResetCompanySessions(const SessionId: AnsiString
; const CompanyId: Integer);
public void
vtUserServices.ResetCompanySessions(AnsiString SessionId
,
Int32
CompanyId);
This method is used for getting the values available for LeadType and LeadSource values. It will most likely be done different in a newer version and be removed. The sp's powering it would most likely be removed as well.. procSelectLeadTypes and procSelectLeadSources.
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| Out | LeadSources | vtStringArray | |
| Out | LeadTypes | vtStringArray |
method vtUserServices.SelectLeadOptions(const SessionId: AnsiString
; LeadSources: vtStringArray
; LeadTypes: vtStringArray);
public void
vtUserServices.SelectLeadOptions(AnsiString SessionId
, out vtStringArray LeadSources
, out vtStringArray LeadTypes);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | vtEmail |
method vtUserServices.SendEmail(const SessionId: AnsiString
; const Email: vtEmail);
public void
vtUserServices.SendEmail(AnsiString SessionId
, vtEmail Email);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | vtEmail2 |
method vtUserServices.SendEmail2(const SessionId: AnsiString
; const Email: vtEmail2);
public void
vtUserServices.SendEmail2(AnsiString SessionId
, vtEmail2 Email);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | Emails | vtEmailArray |
method vtUserServices.SendEmails(const SessionId: AnsiString
; const Emails: vtEmailArray);
public void
vtUserServices.SendEmails(AnsiString SessionId
, vtEmailArray Emails);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | Emails | vtEmail2Array | |
| In | Attachments | vtEmailAttachmentArray |
method vtUserServices.SendEmails2(const SessionId: AnsiString
; const Emails: vtEmail2Array
; const Attachments: vtEmailAttachmentArray);
public void
vtUserServices.SendEmails2(AnsiString SessionId
, vtEmail2Array Emails
, vtEmailAttachmentArray Attachments);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | CompanyId | Integer | |
| In | EmailAddress | AnsiString |
method vtUserServices.SendRegistrationEmail(const SessionId: AnsiString
; const CompanyId: Integer
; const EmailAddress: AnsiString);
public void
vtUserServices.SendRegistrationEmail(AnsiString SessionId
,
Int32
CompanyId
, AnsiString EmailAddress);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionID | AnsiString | |
| In | CompanyID | Integer | |
| In | CompanyName | AnsiString | |
| In | Address1 | AnsiString | |
| In | Address2 | AnsiString | |
| In | City | AnsiString | |
| In | Region | AnsiString | |
| In | PostalCode | AnsiString | |
| In | Country | AnsiString | |
| In | Phone | AnsiString | |
| In | Fax | AnsiString | |
| In | AnsiString | ||
| In | Notes | AnsiString | |
| In | Active | Boolean | |
| In | ExpireDate | AnsiString | |
| In | Application | AnsiString | |
| In | Contact | AnsiString | |
| In | AppKey | AnsiString | |
| In | BillingRate | Double | |
| In | BillingPeriod | AnsiString | |
| In | RegisteredCompany | AnsiString | |
| In | RegisteredEmail | AnsiString | |
| In | TempAppKey | AnsiString |
| Flag | Name | Type |
|---|---|---|
| Result | Result | Boolean |
method vtUserServices.SetCompany(const SessionID: AnsiString
; const CompanyID: Integer
; const CompanyName: AnsiString
; const Address1: AnsiString
; const Address2: AnsiString
; const City: AnsiString
; const Region: AnsiString
; const PostalCode: AnsiString
; const Country: AnsiString
; const Phone: AnsiString
; const Fax: AnsiString
; const Email: AnsiString
; const Notes: AnsiString
; const Active: Boolean
; const ExpireDate: AnsiString
; const Application: AnsiString
; const Contact: AnsiString
; const AppKey: AnsiString
; const BillingRate: Double
; const BillingPeriod: AnsiString
; const RegisteredCompany: AnsiString
; const RegisteredEmail: AnsiString
; const TempAppKey: AnsiString)
: Boolean;
public Boolean vtUserServices.SetCompany(AnsiString SessionID
,
Int32
CompanyID
, AnsiString CompanyName
, AnsiString Address1
, AnsiString Address2
, AnsiString City
, AnsiString Region
, AnsiString PostalCode
, AnsiString Country
, AnsiString Phone
, AnsiString Fax
, AnsiString Email
, AnsiString Notes
, Boolean Active
, AnsiString ExpireDate
, AnsiString Application
, AnsiString Contact
, AnsiString AppKey
, Double BillingRate
, AnsiString BillingPeriod
, AnsiString RegisteredCompany
, AnsiString RegisteredEmail
, AnsiString TempAppKey);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | Company | vtCompany11 |
method vtUserServices.SetCompany10(const SessionId: AnsiString
; const Company: vtCompany11);
public void
vtUserServices.SetCompany10(AnsiString SessionId
, vtCompany11 Company);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | Company | vtCompany12 |
method vtUserServices.SetCompany11(const SessionId: AnsiString
; const Company: vtCompany12);
public void
vtUserServices.SetCompany11(AnsiString SessionId
, vtCompany12 Company);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | Company | vtCompany13 |
method vtUserServices.SetCompany12(const SessionId: AnsiString
; const Company: vtCompany13);
public void
vtUserServices.SetCompany12(AnsiString SessionId
, vtCompany13 Company);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | Company | vtCompany14 |
method vtUserServices.SetCompany13(const SessionId: AnsiString
; const Company: vtCompany14);
public void
vtUserServices.SetCompany13(AnsiString SessionId
, vtCompany14 Company);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | Company | vtCompany15 |
method vtUserServices.SetCompany14(const SessionId: AnsiString
; const Company: vtCompany15);
public void
vtUserServices.SetCompany14(AnsiString SessionId
, vtCompany15 Company);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | Company | vtCompany16 |
method vtUserServices.SetCompany15(const SessionId: AnsiString
; const Company: vtCompany16);
public void
vtUserServices.SetCompany15(AnsiString SessionId
, vtCompany16 Company);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | Company | vtCompany17 |
method vtUserServices.SetCompany16(const SessionId: AnsiString
; const Company: vtCompany17);
public void
vtUserServices.SetCompany16(AnsiString SessionId
, vtCompany17 Company);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | Company | vtCompany18 |
method vtUserServices.SetCompany17(const SessionId: AnsiString
; const Company: vtCompany18);
public void
vtUserServices.SetCompany17(AnsiString SessionId
, vtCompany18 Company);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | Company | vtCompany19 |
method vtUserServices.SetCompany18(const SessionId: AnsiString
; const Company: vtCompany19);
public void
vtUserServices.SetCompany18(AnsiString SessionId
, vtCompany19 Company);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | Company | vtCompany20 | |
| Out | AddressValidVar | Boolean |
method vtUserServices.SetCompany19(const SessionId: AnsiString
; const Company: vtCompany20
; AddressValidVar: Boolean);
public void
vtUserServices.SetCompany19(AnsiString SessionId
, vtCompany20 Company
, out Boolean AddressValidVar);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionID | AnsiString | |
| In | Company | vtCompany2 |
| Flag | Name | Type |
|---|---|---|
| Result | Result | Boolean |
method vtUserServices.SetCompany2(const SessionID: AnsiString
; const Company: vtCompany2)
: Boolean;
public Boolean vtUserServices.SetCompany2(AnsiString SessionID
, vtCompany2 Company);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | Company | vtCompany21 | |
| Out | AddressValid | Boolean |
method vtUserServices.SetCompany20(const SessionId: AnsiString
; const Company: vtCompany21
; AddressValid: Boolean);
public void
vtUserServices.SetCompany20(AnsiString SessionId
, vtCompany21 Company
, out Boolean AddressValid);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | Company | vtCompany22 | |
| Out | AddressValid | Boolean |
method vtUserServices.SetCompany21(const SessionId: AnsiString
; const Company: vtCompany22
; AddressValid: Boolean);
public void
vtUserServices.SetCompany21(AnsiString SessionId
, vtCompany22 Company
, out Boolean AddressValid);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | Company | vtCompany23 | |
| Out | AddressValid | Boolean |
method vtUserServices.SetCompany22(const SessionId: AnsiString
; const Company: vtCompany23
; AddressValid: Boolean);
public void
vtUserServices.SetCompany22(AnsiString SessionId
, vtCompany23 Company
, out Boolean AddressValid);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionID | AnsiString | |
| In | Company | vtCompany4 |
| Flag | Name | Type |
|---|---|---|
| Result | Result | Boolean |
method vtUserServices.SetCompany3(const SessionID: AnsiString
; const Company: vtCompany4)
: Boolean;
public Boolean vtUserServices.SetCompany3(AnsiString SessionID
, vtCompany4 Company);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | Company | vtCompany4 |
method vtUserServices.SetCompany4(const SessionId: AnsiString
; const Company: vtCompany4);
public void
vtUserServices.SetCompany4(AnsiString SessionId
, vtCompany4 Company);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | Company | vtCompany5 |
method vtUserServices.SetCompany5(const SessionId: AnsiString
; const Company: vtCompany5);
public void
vtUserServices.SetCompany5(AnsiString SessionId
, vtCompany5 Company);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | Company | vtCompany6 |
method vtUserServices.SetCompany6(const SessionId: AnsiString
; const Company: vtCompany6);
public void
vtUserServices.SetCompany6(AnsiString SessionId
, vtCompany6 Company);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | Company | vtCompany8 |
method vtUserServices.SetCompany7(const SessionId: AnsiString
; const Company: vtCompany8);
public void
vtUserServices.SetCompany7(AnsiString SessionId
, vtCompany8 Company);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | Company | vtCompany9 |
method vtUserServices.SetCompany8(const SessionId: AnsiString
; const Company: vtCompany9);
public void
vtUserServices.SetCompany8(AnsiString SessionId
, vtCompany9 Company);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | Company | vtCompany10 |
method vtUserServices.SetCompany9(const SessionId: AnsiString
; const Company: vtCompany10);
public void
vtUserServices.SetCompany9(AnsiString SessionId
, vtCompany10 Company);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | CompanyId | Integer | |
| In | CompanyDataSources | vtOrderedPairArray |
method vtUserServices.SetCompanyDataSources(const SessionId: AnsiString
; const CompanyId: Integer
; const CompanyDataSources: vtOrderedPairArray);
public void
vtUserServices.SetCompanyDataSources(AnsiString SessionId
,
Int32
CompanyId
, vtOrderedPairArray CompanyDataSources);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | CompanyId | Integer | |
| In | FitGuide | Boolean |
method vtUserServices.SetCompanyFitGuide(const SessionId: AnsiString
; const CompanyId: Integer
; const FitGuide: Boolean);
public void
vtUserServices.SetCompanyFitGuide(AnsiString SessionId
,
Int32
CompanyId
, Boolean FitGuide);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | CompanyId | Integer | |
| In | FitGuide | Boolean | |
| In | SuppressVehiclesNoProducts | Boolean |
method vtUserServices.SetCompanyFitGuide2(const SessionId: AnsiString
; const CompanyId: Integer
; const FitGuide: Boolean
; const SuppressVehiclesNoProducts: Boolean);
public void
vtUserServices.SetCompanyFitGuide2(AnsiString SessionId
,
Int32
CompanyId
, Boolean FitGuide
, Boolean SuppressVehiclesNoProducts);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | CompanyId | Integer | |
| In | FitGuide | Boolean | |
| In | SuppressVehiclesNoProducts | Boolean | |
| In | Manufacturers | vtIntegerArray |
method vtUserServices.SetCompanyFitGuide3(const SessionId: AnsiString
; const CompanyId: Integer
; const FitGuide: Boolean
; const SuppressVehiclesNoProducts: Boolean
; const Manufacturers: vtIntegerArray);
public void
vtUserServices.SetCompanyFitGuide3(AnsiString SessionId
,
Int32
CompanyId
, Boolean FitGuide
, Boolean SuppressVehiclesNoProducts
, vtIntegerArray Manufacturers);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | CompanyId | Integer | |
| In | FitGuide | Boolean | |
| In | SuppressVehiclesNoProducts | Boolean | |
| In | Manufacturers | vtIntegerArray | |
| In | FitGuideOptions | vtFitGuideOptions | |
| In | FitGuideAttributes | vtFitGuideAttributeArray |
method vtUserServices.SetCompanyFitGuide4(const SessionId: AnsiString
; const CompanyId: Integer
; const FitGuide: Boolean
; const SuppressVehiclesNoProducts: Boolean
; const Manufacturers: vtIntegerArray
; const FitGuideOptions: vtFitGuideOptions
; const FitGuideAttributes: vtFitGuideAttributeArray);
public void
vtUserServices.SetCompanyFitGuide4(AnsiString SessionId
,
Int32
CompanyId
, Boolean FitGuide
, Boolean SuppressVehiclesNoProducts
, vtIntegerArray Manufacturers
, vtFitGuideOptions FitGuideOptions
, vtFitGuideAttributeArray FitGuideAttributes);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | CompanyId | Integer | |
| In | FitGuide | Boolean | |
| In | Manufacturers | vtIntegerArray | |
| In | FitGuideOptions | vtFitGuideOptions2 | |
| In | FitGuideAttributes | vtFitGuideAttribute3Array |
method vtUserServices.SetCompanyFitGuide5(const SessionId: AnsiString
; const CompanyId: Integer
; const FitGuide: Boolean
; const Manufacturers: vtIntegerArray
; const FitGuideOptions: vtFitGuideOptions2
; const FitGuideAttributes: vtFitGuideAttribute3Array);
public void
vtUserServices.SetCompanyFitGuide5(AnsiString SessionId
,
Int32
CompanyId
, Boolean FitGuide
, vtIntegerArray Manufacturers
, vtFitGuideOptions2 FitGuideOptions
, vtFitGuideAttribute3Array FitGuideAttributes);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | CompanyId | Integer | |
| In | FitGuide | Boolean | |
| In | Manufacturers | vtIntegerArray | |
| In | FitGuideOptions | vtFitGuideOptions3 | |
| In | FitGuideAttributes | vtFitGuideAttribute3Array |
method vtUserServices.SetCompanyFitGuide6(const SessionId: AnsiString
; const CompanyId: Integer
; const FitGuide: Boolean
; const Manufacturers: vtIntegerArray
; const FitGuideOptions: vtFitGuideOptions3
; const FitGuideAttributes: vtFitGuideAttribute3Array);
public void
vtUserServices.SetCompanyFitGuide6(AnsiString SessionId
,
Int32
CompanyId
, Boolean FitGuide
, vtIntegerArray Manufacturers
, vtFitGuideOptions3 FitGuideOptions
, vtFitGuideAttribute3Array FitGuideAttributes);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | CompanyId | Integer | |
| In | FitGuide | Boolean | |
| In | Manufacturers | vtIntegerArray | |
| In | FitGuideOptions | vtFitGuideOptions4 | |
| In | FitGuideAttributes | vtFitGuideAttribute3Array |
method vtUserServices.SetCompanyFitGuide7(const SessionId: AnsiString
; const CompanyId: Integer
; const FitGuide: Boolean
; const Manufacturers: vtIntegerArray
; const FitGuideOptions: vtFitGuideOptions4
; const FitGuideAttributes: vtFitGuideAttribute3Array);
public void
vtUserServices.SetCompanyFitGuide7(AnsiString SessionId
,
Int32
CompanyId
, Boolean FitGuide
, vtIntegerArray Manufacturers
, vtFitGuideOptions4 FitGuideOptions
, vtFitGuideAttribute3Array FitGuideAttributes);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | CompanyId | Integer | |
| In | FitGuide | Boolean | |
| In | Manufacturers | vtIntegerArray | |
| In | FitGuideOptions | vtFitGuideOptions5 | |
| In | FitGuideAttributes | vtFitGuideAttribute3Array |
method vtUserServices.SetCompanyFitGuide8(const SessionId: AnsiString
; const CompanyId: Integer
; const FitGuide: Boolean
; const Manufacturers: vtIntegerArray
; const FitGuideOptions: vtFitGuideOptions5
; const FitGuideAttributes: vtFitGuideAttribute3Array);
public void
vtUserServices.SetCompanyFitGuide8(AnsiString SessionId
,
Int32
CompanyId
, Boolean FitGuide
, vtIntegerArray Manufacturers
, vtFitGuideOptions5 FitGuideOptions
, vtFitGuideAttribute3Array FitGuideAttributes);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | CompanyId | Integer | |
| In | SizeLink | vtCompanySizeLink |
method vtUserServices.SetCompanySizeLink(const SessionId: AnsiString
; const CompanyId: Integer
; const SizeLink: vtCompanySizeLink);
public void
vtUserServices.SetCompanySizeLink(AnsiString SessionId
,
Int32
CompanyId
, vtCompanySizeLink SizeLink);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | CompanyId | Integer | |
| In | SizeLinks | vtCompanySizeLinkArray |
method vtUserServices.SetCompanySizeLinks(const SessionId: AnsiString
; const CompanyId: Integer
; const SizeLinks: vtCompanySizeLinkArray);
public void
vtUserServices.SetCompanySizeLinks(AnsiString SessionId
,
Int32
CompanyId
, vtCompanySizeLinkArray SizeLinks);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | CompanyId | Integer | |
| In | CategoryIds | vtIntegerArray |
method vtUserServices.SetDeniedCompanyAttributeCategories(const SessionId: AnsiString
; const CompanyId: Integer
; const CategoryIds: vtIntegerArray);
public void
vtUserServices.SetDeniedCompanyAttributeCategories(AnsiString SessionId
,
Int32
CompanyId
, vtIntegerArray CategoryIds);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | CompanyId | Integer | |
| In | GroupIds | vtIntegerArray |
method vtUserServices.SetDeniedCompanyAttributeGroups(const SessionId: AnsiString
; const CompanyId: Integer
; const GroupIds: vtIntegerArray);
public void
vtUserServices.SetDeniedCompanyAttributeGroups(AnsiString SessionId
,
Int32
CompanyId
, vtIntegerArray GroupIds);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | IPAddress | AnsiString | |
| In | Owner | AnsiString |
method vtUserServices.SetIPAddressOwner(const SessionId: AnsiString
; const IPAddress: AnsiString
; const Owner: AnsiString);
public void
vtUserServices.SetIPAddressOwner(AnsiString SessionId
, AnsiString IPAddress
, AnsiString Owner);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | Lead | vtCompanyLead |
method vtUserServices.SetLead(const SessionId: AnsiString
; const Lead: vtCompanyLead);
public void
vtUserServices.SetLead(AnsiString SessionId
, vtCompanyLead Lead);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | Lead | vtCompanyLead2 |
method vtUserServices.SetLead2(const SessionId: AnsiString
; const Lead: vtCompanyLead2);
public void
vtUserServices.SetLead2(AnsiString SessionId
, vtCompanyLead2 Lead);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | Lead | vtCompanyLead3 |
method vtUserServices.SetLead3(const SessionId: AnsiString
; const Lead: vtCompanyLead3);
public void
vtUserServices.SetLead3(AnsiString SessionId
, vtCompanyLead3 Lead);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionID | AnsiString | |
| In | CompanyID | Integer | |
| In | NumberAllowed | Integer |
| Flag | Name | Type |
|---|---|---|
| Result | Result | Boolean |
method vtUserServices.SetNumberVehiclesAllowed(const SessionID: AnsiString
; const CompanyID: Integer
; const NumberAllowed: Integer)
: Boolean;
public Boolean vtUserServices.SetNumberVehiclesAllowed(AnsiString SessionID
,
Int32
CompanyID
,
Int32
NumberAllowed);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionID | AnsiString | |
| In | UserID | Integer | |
| In | CompanyID | Integer | |
| In | Username | AnsiString | |
| In | Password | AnsiString | |
| In | CanAdmin | Boolean | |
| In | CanSelect | Boolean | |
| In | CanEdit | Boolean | |
| In | CanLocal | Boolean | |
| In | Active | Boolean | |
| In | Deleted | Boolean |
| Flag | Name | Type |
|---|---|---|
| Result | Result | Boolean |
method vtUserServices.SetUser(const SessionID: AnsiString
; const UserID: Integer
; const CompanyID: Integer
; const Username: AnsiString
; const Password: AnsiString
; const CanAdmin: Boolean
; const CanSelect: Boolean
; const CanEdit: Boolean
; const CanLocal: Boolean
; const Active: Boolean
; const Deleted: Boolean)
: Boolean;
public Boolean vtUserServices.SetUser(AnsiString SessionID
,
Int32
UserID
,
Int32
CompanyID
, AnsiString Username
, AnsiString Password
, Boolean CanAdmin
, Boolean CanSelect
, Boolean CanEdit
, Boolean CanLocal
, Boolean Active
, Boolean Deleted);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | User | vtUser3 |
method vtUserServices.SetUser2(const SessionId: AnsiString
; const User: vtUser3);
public void
vtUserServices.SetUser2(AnsiString SessionId
, vtUser3 User);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | User | vtUser4 |
method vtUserServices.SetUser3(const SessionId: AnsiString
; const User: vtUser4);
public void
vtUserServices.SetUser3(AnsiString SessionId
, vtUser4 User);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | User | vtUser5 |
method vtUserServices.SetUser4(const SessionId: AnsiString
; const User: vtUser5);
public void
vtUserServices.SetUser4(AnsiString SessionId
, vtUser5 User);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | User | vtUser6 |
method vtUserServices.SetUser5(const SessionId: AnsiString
; const User: vtUser6);
public void
vtUserServices.SetUser5(AnsiString SessionId
, vtUser6 User);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionID | AnsiString | |
| In | UserID | Integer | |
| In | Active | Boolean |
| Flag | Name | Type |
|---|---|---|
| Result | Result | Boolean |
method vtUserServices.SetUserActive(const SessionID: AnsiString
; const UserID: Integer
; const Active: Boolean)
: Boolean;
public Boolean vtUserServices.SetUserActive(AnsiString SessionID
,
Int32
UserID
, Boolean Active);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | CompanyId | Integer | |
| In | Settings | vtWebsiteSettings14 |
method vtUserServices.SetWebsiteSettings(const SessionId: AnsiString
; const CompanyId: Integer
; const Settings: vtWebsiteSettings14);
public void
vtUserServices.SetWebsiteSettings(AnsiString SessionId
,
Int32
CompanyId
, vtWebsiteSettings14 Settings);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | Username | AnsiString | |
| In | Password | AnsiString | |
| In | ApplicationId | AnsiString | |
| Out | SessionId | AnsiString |
method vtUserServices.SimpleLogin(const Username: AnsiString
; const Password: AnsiString
; const ApplicationId: AnsiString
; SessionId: AnsiString);
public void
vtUserServices.SimpleLogin(AnsiString Username
, AnsiString Password
, AnsiString ApplicationId
, out AnsiString SessionId);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | CompanyId | Integer | |
| In | ApplicationId | AnsiString | |
| Out | SessionId | AnsiString |
method vtUserServices.SimpleLoginWebsiteUser(const CompanyId: Integer
; const ApplicationId: AnsiString
; SessionId: AnsiString);
public void
vtUserServices.SimpleLoginWebsiteUser(
Int32
CompanyId
, AnsiString ApplicationId
, out AnsiString SessionId);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionID | AnsiString | |
| In | CompanyID | Integer | |
| In | Locales | vtLocaleArray |
method vtUserServices.UpdateCompanyLocales(const SessionID: AnsiString
; const CompanyID: Integer
; const Locales: vtLocaleArray);
public void
vtUserServices.UpdateCompanyLocales(AnsiString SessionID
,
Int32
CompanyID
, vtLocaleArray Locales);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | News | vtNews |
method vtUserServices.UpdateCompanyNews(const SessionId: AnsiString
; const News: vtNews);
public void
vtUserServices.UpdateCompanyNews(AnsiString SessionId
, vtNews News);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionID | AnsiString | |
| In | Templates | vtLTemplateArray |
method vtUserServices.UpdateLocaleTemplates(const SessionID: AnsiString
; const Templates: vtLTemplateArray);
public void
vtUserServices.UpdateLocaleTemplates(AnsiString SessionID
, vtLTemplateArray Templates);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | PressRelease | vtPressRelease |
method vtUserServices.UpdatePressRelease(const SessionId: AnsiString
; const PressRelease: vtPressRelease);
public void
vtUserServices.UpdatePressRelease(AnsiString SessionId
, vtPressRelease PressRelease);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionID | AnsiString | |
| In | TemplateID | Integer | |
| In | Locales | vtLocaleArray |
method vtUserServices.UpdateTemplateLocales(const SessionID: AnsiString
; const TemplateID: Integer
; const Locales: vtLocaleArray);
public void
vtUserServices.UpdateTemplateLocales(AnsiString SessionID
,
Int32
TemplateID
, vtLocaleArray Locales);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionID | AnsiString | |
| In | UserID | Integer | |
| In | UserApplications | vtUserApplicationArray |
method vtUserServices.UpdateUserApplications(const SessionID: AnsiString
; const UserID: Integer
; const UserApplications: vtUserApplicationArray);
public void
vtUserServices.UpdateUserApplications(AnsiString SessionID
,
Int32
UserID
, vtUserApplicationArray UserApplications);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionID | AnsiString | |
| In | ModelID | Integer | |
| In | Year | AnsiString | |
| In | BodyTypeID | Integer |
| Flag | Name | Type |
|---|---|---|
| Result | Result | Boolean |
method vtUserServices.VerifyCompanyVehicle(const SessionID: AnsiString
; const ModelID: Integer
; const Year: AnsiString
; const BodyTypeID: Integer)
: Boolean;
public Boolean vtUserServices.VerifyCompanyVehicle(AnsiString SessionID
,
Int32
ModelID
, AnsiString Year
,
Int32
BodyTypeID);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString |
| Flag | Name | Type |
|---|---|---|
| Result | Result | Boolean |
method vtUserServices.VerifySessionExists(const SessionId: AnsiString)
: Boolean;
public Boolean vtUserServices.VerifySessionExists(AnsiString SessionId);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionID | AnsiString | |
| In | Users | Binary | |
| In | ACompanyID | Integer |
method vtUserServices.AppendCompanyUserApplications(const SessionID: AnsiString
; const Users: Binary
; const ACompanyID: Integer);
public void
vtUserServices.AppendCompanyUserApplications(AnsiString SessionID
, Binary Users
,
Int32
ACompanyID);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | CompanyId | Integer | |
| Out | Settings | vtWebsiteSettings19 |
method vtUserServices.GetWebsiteSettings19(const SessionId: AnsiString
; const CompanyId: Integer
; Settings: vtWebsiteSettings19);
public void
vtUserServices.GetWebsiteSettings19(AnsiString SessionId
,
Int32
CompanyId
, out vtWebsiteSettings19 Settings);
The following table lists the Operations defined in "vtUserDAServices":
The following table lists the Operations defined in "vtVehicleServices":
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | Advisory | vtAdvisory |
method vtVehicleServices.AddAdvisory(const SessionId: AnsiString
; const Advisory: vtAdvisory);
public void
vtVehicleServices.AddAdvisory(AnsiString SessionId
, vtAdvisory Advisory);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionID | AnsiString | |
| In | ParentCategoryID | Integer | |
| In | ParentGroupID | Integer | |
| In | AttributeTypeID | Integer | |
| In | Caption | AnsiString | |
| In | Description | AnsiString | |
| In | DefaultValue | AnsiString | |
| In | Order | Integer | |
| Out | AttributeID | Integer |
| Flag | Name | Type |
|---|---|---|
| Result | Result | Boolean |
method vtVehicleServices.AddAttribute(const SessionID: AnsiString
; const ParentCategoryID: Integer
; const ParentGroupID: Integer
; const AttributeTypeID: Integer
; const Caption: AnsiString
; const Description: AnsiString
; const DefaultValue: AnsiString
; const Order: Integer
; AttributeID: Integer)
: Boolean;
public Boolean vtVehicleServices.AddAttribute(AnsiString SessionID
,
Int32
ParentCategoryID
,
Int32
ParentGroupID
,
Int32
AttributeTypeID
, AnsiString Caption
, AnsiString Description
, AnsiString DefaultValue
,
Int32
Order
, out
Int32
AttributeID);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionID | AnsiString | |
| In | ParentCategoryID | Integer | |
| In | Category | AnsiString | |
| In | Order | Integer | |
| Out | CategoryID | Integer |
| Flag | Name | Type |
|---|---|---|
| Result | Result | Boolean |
method vtVehicleServices.AddAttributeCategory(const SessionID: AnsiString
; const ParentCategoryID: Integer
; const Category: AnsiString
; const Order: Integer
; CategoryID: Integer)
: Boolean;
public Boolean vtVehicleServices.AddAttributeCategory(AnsiString SessionID
,
Int32
ParentCategoryID
, AnsiString Category
,
Int32
Order
, out
Int32
CategoryID);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionID | AnsiString | |
| In | ParentCategoryID | Integer | |
| In | ParentGroupID | Integer | |
| In | Group | AnsiString | |
| In | Order | Integer | |
| Out | GroupID | Integer |
| Flag | Name | Type |
|---|---|---|
| Result | Result | Boolean |
method vtVehicleServices.AddAttributeGroup(const SessionID: AnsiString
; const ParentCategoryID: Integer
; const ParentGroupID: Integer
; const Group: AnsiString
; const Order: Integer
; GroupID: Integer)
: Boolean;
public Boolean vtVehicleServices.AddAttributeGroup(AnsiString SessionID
,
Int32
ParentCategoryID
,
Int32
ParentGroupID
, AnsiString Group
,
Int32
Order
, out
Int32
GroupID);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionID | AnsiString | |
| In | AttributeTypeID | Integer | |
| In | PickItem | AnsiString | |
| Out | PickItemID | Integer |
| Flag | Name | Type |
|---|---|---|
| Result | Result | Boolean |
method vtVehicleServices.AddAttributePickItem(const SessionID: AnsiString
; const AttributeTypeID: Integer
; const PickItem: AnsiString
; PickItemID: Integer)
: Boolean;
public Boolean vtVehicleServices.AddAttributePickItem(AnsiString SessionID
,
Int32
AttributeTypeID
, AnsiString PickItem
, out
Int32
PickItemID);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionID | AnsiString | |
| In | AttributeType | AnsiString | |
| In | Caption | AnsiString | |
| In | DefaultValue | AnsiString | |
| Out | AttributeTypeID | Integer |
| Flag | Name | Type |
|---|---|---|
| Result | Result | Boolean |
method vtVehicleServices.AddAttributeType(const SessionID: AnsiString
; const AttributeType: AnsiString
; const Caption: AnsiString
; const DefaultValue: AnsiString
; AttributeTypeID: Integer)
: Boolean;
public Boolean vtVehicleServices.AddAttributeType(AnsiString SessionID
, AnsiString AttributeType
, AnsiString Caption
, AnsiString DefaultValue
, out
Int32
AttributeTypeID);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | PendingValue | vtPendingAttributeValue |
method vtVehicleServices.AddPendingAttributeValue(const SessionId: AnsiString
; const PendingValue: vtPendingAttributeValue);
public void
vtVehicleServices.AddPendingAttributeValue(AnsiString SessionId
, vtPendingAttributeValue PendingValue);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionID | AnsiString | |
| In | MakeID | Integer | |
| In | ModelID | Integer | |
| In | Year | Integer | |
| In | BodyTypeID | Integer | |
| In | Trim | AnsiString | |
| In | VideoTypeID | Integer | |
| In | Publish | Boolean | |
| Out | VehicleID | Integer |
| Flag | Name | Type |
|---|---|---|
| Result | Result | Boolean |
method vtVehicleServices.AddVehicle(const SessionID: AnsiString
; const MakeID: Integer
; const ModelID: Integer
; const Year: Integer
; const BodyTypeID: Integer
; const Trim: AnsiString
; const VideoTypeID: Integer
; const Publish: Boolean
; VehicleID: Integer)
: Boolean;
public Boolean vtVehicleServices.AddVehicle(AnsiString SessionID
,
Int32
MakeID
,
Int32
ModelID
,
Int32
Year
,
Int32
BodyTypeID
, AnsiString Trim
,
Int32
VideoTypeID
, Boolean Publish
, out
Int32
VehicleID);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | MakeId | Integer | |
| In | ModelId | Integer | |
| In | Year | Integer | |
| In | BodyTypeId | Integer | |
| In | Trim | AnsiString | |
| In | RightHandDrive | Boolean | |
| In | VideoTypeId | Integer | |
| In | Publish | Boolean | |
| Out | VehicleId | Integer |
method vtVehicleServices.AddVehicle2(const SessionId: AnsiString
; const MakeId: Integer
; const ModelId: Integer
; const Year: Integer
; const BodyTypeId: Integer
; const Trim: AnsiString
; const RightHandDrive: Boolean
; const VideoTypeId: Integer
; const Publish: Boolean
; VehicleId: Integer);
public void
vtVehicleServices.AddVehicle2(AnsiString SessionId
,
Int32
MakeId
,
Int32
ModelId
,
Int32
Year
,
Int32
BodyTypeId
, AnsiString Trim
, Boolean RightHandDrive
,
Int32
VideoTypeId
, Boolean Publish
, out
Int32
VehicleId);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | MakeId | Integer | |
| In | ModelId | Integer | |
| In | Year | Integer | |
| In | BodyTypeId | Integer | |
| In | TrimLevel | AnsiString | |
| In | DefaultTrimLevel | Boolean | |
| In | RightHandDrive | Boolean | |
| In | VideoTypeId | Integer | |
| In | Publish | Boolean | |
| Out | VehicleId | Integer |
method vtVehicleServices.AddVehicle3(const SessionId: AnsiString
; const MakeId: Integer
; const ModelId: Integer
; const Year: Integer
; const BodyTypeId: Integer
; const TrimLevel: AnsiString
; const DefaultTrimLevel: Boolean
; const RightHandDrive: Boolean
; const VideoTypeId: Integer
; const Publish: Boolean
; VehicleId: Integer);
public void
vtVehicleServices.AddVehicle3(AnsiString SessionId
,
Int32
MakeId
,
Int32
ModelId
,
Int32
Year
,
Int32
BodyTypeId
, AnsiString TrimLevel
, Boolean DefaultTrimLevel
, Boolean RightHandDrive
,
Int32
VideoTypeId
, Boolean Publish
, out
Int32
VehicleId);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionID | AnsiString | |
| In | BodyType | AnsiString | |
| Out | BodyTypeID | Integer |
| Flag | Name | Type |
|---|---|---|
| Result | Result | Boolean |
method vtVehicleServices.AddVehicleBodyType(const SessionID: AnsiString
; const BodyType: AnsiString
; BodyTypeID: Integer)
: Boolean;
public Boolean vtVehicleServices.AddVehicleBodyType(AnsiString SessionID
, AnsiString BodyType
, out
Int32
BodyTypeID);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | Vehicle | vtVehicleDescriptor | |
| Out | VehicleId | Integer |
method vtVehicleServices.AddVehicleByName(const SessionId: AnsiString
; const Vehicle: vtVehicleDescriptor
; VehicleId: Integer);
public void
vtVehicleServices.AddVehicleByName(AnsiString SessionId
, vtVehicleDescriptor Vehicle
, out
Int32
VehicleId);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionID | AnsiString | |
| In | Make | AnsiString | |
| Out | MakeID | Integer |
| Flag | Name | Type |
|---|---|---|
| Result | Result | Boolean |
method vtVehicleServices.AddVehicleMake(const SessionID: AnsiString
; const Make: AnsiString
; MakeID: Integer)
: Boolean;
public Boolean vtVehicleServices.AddVehicleMake(AnsiString SessionID
, AnsiString Make
, out
Int32
MakeID);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionID | AnsiString | |
| In | MakeID | Integer | |
| In | Model | AnsiString | |
| Out | ModelID | Integer |
| Flag | Name | Type |
|---|---|---|
| Result | Result | Boolean |
method vtVehicleServices.AddVehicleModel(const SessionID: AnsiString
; const MakeID: Integer
; const Model: AnsiString
; ModelID: Integer)
: Boolean;
public Boolean vtVehicleServices.AddVehicleModel(AnsiString SessionID
,
Int32
MakeID
, AnsiString Model
, out
Int32
ModelID);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| InOut | Vehicles | vtVehicleDescriptorArray | |
| Out | ExistingVehicles | vtStringArray |
method vtVehicleServices.AddVehiclesByName(const SessionId: AnsiString
; var Vehicles: vtVehicleDescriptorArray
; ExistingVehicles: vtStringArray);
public void
vtVehicleServices.AddVehiclesByName(AnsiString SessionId
, ref vtVehicleDescriptorArray Vehicles
, out vtStringArray ExistingVehicles);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionID | AnsiString | |
| In | ParentCategoryID | Integer | |
| In | ParentGroupID | Integer | |
| In | AttributeID | Integer | |
| In | Order | Integer |
| Flag | Name | Type |
|---|---|---|
| Result | Result | Boolean |
method vtVehicleServices.AttachAttributeParent(const SessionID: AnsiString
; const ParentCategoryID: Integer
; const ParentGroupID: Integer
; const AttributeID: Integer
; const Order: Integer)
: Boolean;
public Boolean vtVehicleServices.AttachAttributeParent(AnsiString SessionID
,
Int32
ParentCategoryID
,
Int32
ParentGroupID
,
Int32
AttributeID
,
Int32
Order);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionID | AnsiString | |
| In | FromID | Integer | |
| In | ToIDs | vtIntegerArray | |
| In | AttributeList | vtAttributeArray | |
| In | CopyToLocal | Boolean | |
| In | OverwriteExisting | Boolean | |
| In | SkipBlanks | Boolean |
| Flag | Name | Type |
|---|---|---|
| Result | Result | Boolean |
method vtVehicleServices.CopyVehicleAttributes(const SessionID: AnsiString
; const FromID: Integer
; const ToIDs: vtIntegerArray
; const AttributeList: vtAttributeArray
; const CopyToLocal: Boolean
; const OverwriteExisting: Boolean
; const SkipBlanks: Boolean)
: Boolean;
public Boolean vtVehicleServices.CopyVehicleAttributes(AnsiString SessionID
,
Int32
FromID
, vtIntegerArray ToIDs
, vtAttributeArray AttributeList
, Boolean CopyToLocal
, Boolean OverwriteExisting
, Boolean SkipBlanks);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | VehicleIds | vtIntegerArray | |
| In | LeftHandDriveTemplateId | Integer | |
| In | RightHandDriveTemplateId | Integer |
method vtVehicleServices.CreateOpposingChassisVehicles(const SessionId: AnsiString
; const VehicleIds: vtIntegerArray
; const LeftHandDriveTemplateId: Integer
; const RightHandDriveTemplateId: Integer);
public void
vtVehicleServices.CreateOpposingChassisVehicles(AnsiString SessionId
, vtIntegerArray VehicleIds
,
Int32
LeftHandDriveTemplateId
,
Int32
RightHandDriveTemplateId);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionID | AnsiString |
| Flag | Name | Type |
|---|---|---|
| Result | Result | Boolean |
method vtVehicleServices.DeleteAllAttributeCategories(const SessionID: AnsiString)
: Boolean;
public Boolean vtVehicleServices.DeleteAllAttributeCategories(AnsiString SessionID);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionID | AnsiString |
| Flag | Name | Type |
|---|---|---|
| Result | Result | Boolean |
method vtVehicleServices.DeleteAllAttributeGroups(const SessionID: AnsiString)
: Boolean;
public Boolean vtVehicleServices.DeleteAllAttributeGroups(AnsiString SessionID);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionID | AnsiString |
| Flag | Name | Type |
|---|---|---|
| Result | Result | Boolean |
method vtVehicleServices.DeleteAllAttributes(const SessionID: AnsiString)
: Boolean;
public Boolean vtVehicleServices.DeleteAllAttributes(AnsiString SessionID);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionID | AnsiString |
| Flag | Name | Type |
|---|---|---|
| Result | Result | Boolean |
method vtVehicleServices.DeleteAllAttributeTypes(const SessionID: AnsiString)
: Boolean;
public Boolean vtVehicleServices.DeleteAllAttributeTypes(AnsiString SessionID);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionID | AnsiString | |
| In | AttributeID | Integer |
| Flag | Name | Type |
|---|---|---|
| Result | Result | Boolean |
method vtVehicleServices.DeleteAttribute(const SessionID: AnsiString
; const AttributeID: Integer)
: Boolean;
public Boolean vtVehicleServices.DeleteAttribute(AnsiString SessionID
,
Int32
AttributeID);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionID | AnsiString | |
| In | ParentCategoryID | Integer |
| Flag | Name | Type |
|---|---|---|
| Result | Result | Boolean |
method vtVehicleServices.DeleteAttributeCategories(const SessionID: AnsiString
; const ParentCategoryID: Integer)
: Boolean;
public Boolean vtVehicleServices.DeleteAttributeCategories(AnsiString SessionID
,
Int32
ParentCategoryID);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionID | AnsiString | |
| In | CategoryID | Integer |
| Flag | Name | Type |
|---|---|---|
| Result | Result | Boolean |
method vtVehicleServices.DeleteAttributeCategory(const SessionID: AnsiString
; const CategoryID: Integer)
: Boolean;
public Boolean vtVehicleServices.DeleteAttributeCategory(AnsiString SessionID
,
Int32
CategoryID);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionID | AnsiString | |
| In | GroupID | Integer |
| Flag | Name | Type |
|---|---|---|
| Result | Result | Boolean |
method vtVehicleServices.DeleteAttributeGroup(const SessionID: AnsiString
; const GroupID: Integer)
: Boolean;
public Boolean vtVehicleServices.DeleteAttributeGroup(AnsiString SessionID
,
Int32
GroupID);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionID | AnsiString | |
| In | ParentCategoryID | Integer | |
| In | ParentGroupID | Integer |
| Flag | Name | Type |
|---|---|---|
| Result | Result | Boolean |
method vtVehicleServices.DeleteAttributeGroups(const SessionID: AnsiString
; const ParentCategoryID: Integer
; const ParentGroupID: Integer)
: Boolean;
public Boolean vtVehicleServices.DeleteAttributeGroups(AnsiString SessionID
,
Int32
ParentCategoryID
,
Int32
ParentGroupID);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionID | AnsiString | |
| In | PickItemID | Integer |
| Flag | Name | Type |
|---|---|---|
| Result | Result | Boolean |
method vtVehicleServices.DeleteAttributePickItem(const SessionID: AnsiString
; const PickItemID: Integer)
: Boolean;
public Boolean vtVehicleServices.DeleteAttributePickItem(AnsiString SessionID
,
Int32
PickItemID);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionID | AnsiString | |
| In | AttributeTypeID | Integer |
| Flag | Name | Type |
|---|---|---|
| Result | Result | Boolean |
method vtVehicleServices.DeleteAttributePickItems(const SessionID: AnsiString
; const AttributeTypeID: Integer)
: Boolean;
public Boolean vtVehicleServices.DeleteAttributePickItems(AnsiString SessionID
,
Int32
AttributeTypeID);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionID | AnsiString | |
| In | ParentCategoryID | Integer | |
| In | ParentGroupID | Integer |
| Flag | Name | Type |
|---|---|---|
| Result | Result | Boolean |
method vtVehicleServices.DeleteAttributes(const SessionID: AnsiString
; const ParentCategoryID: Integer
; const ParentGroupID: Integer)
: Boolean;
public Boolean vtVehicleServices.DeleteAttributes(AnsiString SessionID
,
Int32
ParentCategoryID
,
Int32
ParentGroupID);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionID | AnsiString | |
| In | AttributeTypeID | Integer |
| Flag | Name | Type |
|---|---|---|
| Result | Result | Boolean |
method vtVehicleServices.DeleteAttributeType(const SessionID: AnsiString
; const AttributeTypeID: Integer)
: Boolean;
public Boolean vtVehicleServices.DeleteAttributeType(AnsiString SessionID
,
Int32
AttributeTypeID);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionID | AnsiString | |
| In | VehicleID | Integer |
| Flag | Name | Type |
|---|---|---|
| Result | Result | Boolean |
method vtVehicleServices.DeleteVehicle(const SessionID: AnsiString
; const VehicleID: Integer)
: Boolean;
public Boolean vtVehicleServices.DeleteVehicle(AnsiString SessionID
,
Int32
VehicleID);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionID | AnsiString | |
| Out | BodyTypeList | vtVehicleBodyTypeArray |
| Flag | Name | Type |
|---|---|---|
| Result | Result | Boolean |
method vtVehicleServices.GetAllBodyTypes(const SessionID: AnsiString
; BodyTypeList: vtVehicleBodyTypeArray)
: Boolean;
public Boolean vtVehicleServices.GetAllBodyTypes(AnsiString SessionID
, out vtVehicleBodyTypeArray BodyTypeList);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| Out | Vehicles | vtVehicle2Array |
method vtVehicleServices.GetAllVehicles(const SessionId: AnsiString
; Vehicles: vtVehicle2Array);
public void
vtVehicleServices.GetAllVehicles(AnsiString SessionId
, out vtVehicle2Array Vehicles);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionID | AnsiString | |
| In | ParentCategoryID | Integer | |
| In | SubCategories | Boolean | |
| In | SubGroups | Boolean | |
| In | SubAttributes | Boolean | |
| Out | CategoryList | vtAttributeCategoryArray |
| Flag | Name | Type |
|---|---|---|
| Result | Result | Boolean |
method vtVehicleServices.GetAttributeCategories(const SessionID: AnsiString
; const ParentCategoryID: Integer
; const SubCategories: Boolean
; const SubGroups: Boolean
; const SubAttributes: Boolean
; CategoryList: vtAttributeCategoryArray)
: Boolean;
public Boolean vtVehicleServices.GetAttributeCategories(AnsiString SessionID
,
Int32
ParentCategoryID
, Boolean SubCategories
, Boolean SubGroups
, Boolean SubAttributes
, out vtAttributeCategoryArray CategoryList);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionID | AnsiString | |
| In | ParentCategoryID | Integer | |
| In | ParentGroupsID | Integer | |
| In | SubGroups | Boolean | |
| In | SubAttributes | Boolean | |
| Out | GroupList | vtAttributeGroupArray |
| Flag | Name | Type |
|---|---|---|
| Result | Result | Boolean |
method vtVehicleServices.GetAttributeGroups(const SessionID: AnsiString
; const ParentCategoryID: Integer
; const ParentGroupsID: Integer
; const SubGroups: Boolean
; const SubAttributes: Boolean
; GroupList: vtAttributeGroupArray)
: Boolean;
public Boolean vtVehicleServices.GetAttributeGroups(AnsiString SessionID
,
Int32
ParentCategoryID
,
Int32
ParentGroupsID
, Boolean SubGroups
, Boolean SubAttributes
, out vtAttributeGroupArray GroupList);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | ParentCategoryId | Integer | |
| In | AttributeGroupId | Integer | |
| In | SubGroups | Boolean | |
| In | SubAttributes | Boolean | |
| Out | AttributeGroup | vtAttributeGroup |
method vtVehicleServices.GetAttributeGroup(const SessionId: AnsiString
; const ParentCategoryId: Integer
; const AttributeGroupId: Integer
; const SubGroups: Boolean
; const SubAttributes: Boolean
; AttributeGroup: vtAttributeGroup);
public void
vtVehicleServices.GetAttributeGroup(AnsiString SessionId
,
Int32
ParentCategoryId
,
Int32
AttributeGroupId
, Boolean SubGroups
, Boolean SubAttributes
, out vtAttributeGroup AttributeGroup);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionID | AnsiString | |
| In | FieldTypeID | Integer | |
| Out | PickList | vtAttributePickItemArray |
| Flag | Name | Type |
|---|---|---|
| Result | Result | Boolean |
method vtVehicleServices.GetAttributePickItems(const SessionID: AnsiString
; const FieldTypeID: Integer
; PickList: vtAttributePickItemArray)
: Boolean;
public Boolean vtVehicleServices.GetAttributePickItems(AnsiString SessionID
,
Int32
FieldTypeID
, out vtAttributePickItemArray PickList);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionID | AnsiString | |
| In | ParentCategoryID | Integer | |
| In | ParentGroupID | Integer | |
| Out | AttributeList | vtAttributeArray |
| Flag | Name | Type |
|---|---|---|
| Result | Result | Boolean |
method vtVehicleServices.GetAttributes(const SessionID: AnsiString
; const ParentCategoryID: Integer
; const ParentGroupID: Integer
; AttributeList: vtAttributeArray)
: Boolean;
public Boolean vtVehicleServices.GetAttributes(AnsiString SessionID
,
Int32
ParentCategoryID
,
Int32
ParentGroupID
, out vtAttributeArray AttributeList);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionID | AnsiString | |
| In | PickItems | Boolean | |
| Out | AttributeTypeList | vtAttributeTypeArray |
| Flag | Name | Type |
|---|---|---|
| Result | Result | Boolean |
method vtVehicleServices.GetAttributeTypes(const SessionID: AnsiString
; const PickItems: Boolean
; AttributeTypeList: vtAttributeTypeArray)
: Boolean;
public Boolean vtVehicleServices.GetAttributeTypes(AnsiString SessionID
, Boolean PickItems
, out vtAttributeTypeArray AttributeTypeList);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionID | AnsiString | |
| In | VehicleID | Integer | |
| In | AttributeID | Integer | |
| Out | Value | AnsiString |
| Flag | Name | Type |
|---|---|---|
| Result | Result | Boolean |
method vtVehicleServices.GetAttributeValue(const SessionID: AnsiString
; const VehicleID: Integer
; const AttributeID: Integer
; Value: AnsiString)
: Boolean;
public Boolean vtVehicleServices.GetAttributeValue(AnsiString SessionID
,
Int32
VehicleID
,
Int32
AttributeID
, out AnsiString Value);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionID | AnsiString | |
| In | VehicleID | Integer | |
| InOut | ValueList | vtAttributeValueArray |
| Flag | Name | Type |
|---|---|---|
| Result | Result | Boolean |
method vtVehicleServices.GetAttributeValues(const SessionID: AnsiString
; const VehicleID: Integer
; var ValueList: vtAttributeValueArray)
: Boolean;
public Boolean vtVehicleServices.GetAttributeValues(AnsiString SessionID
,
Int32
VehicleID
, ref vtAttributeValueArray ValueList);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | VehicleId | Integer | |
| In | LocalValues | Boolean | |
| InOut | ValueList | vtAttributeValueArray | |
| Out | LocalValueList | vtAttributeValueArray |
method vtVehicleServices.GetAttributeValues2(const SessionId: AnsiString
; const VehicleId: Integer
; const LocalValues: Boolean
; var ValueList: vtAttributeValueArray
; LocalValueList: vtAttributeValueArray);
public void
vtVehicleServices.GetAttributeValues2(AnsiString SessionId
,
Int32
VehicleId
, Boolean LocalValues
, ref vtAttributeValueArray ValueList
, out vtAttributeValueArray LocalValueList);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionID | AnsiString | |
| In | VehicleID | Integer | |
| In | AttributeTypeID | Integer | |
| Out | AttributeValues | vtAttributeValueArray |
| Flag | Name | Type |
|---|---|---|
| Result | Result | Boolean |
method vtVehicleServices.GetAttributeValuesByType(const SessionID: AnsiString
; const VehicleID: Integer
; const AttributeTypeID: Integer
; AttributeValues: vtAttributeValueArray)
: Boolean;
public Boolean vtVehicleServices.GetAttributeValuesByType(AnsiString SessionID
,
Int32
VehicleID
,
Int32
AttributeTypeID
, out vtAttributeValueArray AttributeValues);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | Make | AnsiString | |
| In | Model | AnsiString | |
| In | Year | AnsiString | |
| In | BodyType | AnsiString | |
| In | TrimLevel | AnsiString | |
| Out | VehicleId | Integer |
method vtVehicleServices.GetBestVehicleId(const SessionId: AnsiString
; const Make: AnsiString
; const Model: AnsiString
; const Year: AnsiString
; const BodyType: AnsiString
; const TrimLevel: AnsiString
; VehicleId: Integer);
public void
vtVehicleServices.GetBestVehicleId(AnsiString SessionId
, AnsiString Make
, AnsiString Model
, AnsiString Year
, AnsiString BodyType
, AnsiString TrimLevel
, out
Int32
VehicleId);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | CompanyId | Integer | |
| In | CorrelatedId | AnsiString | |
| Out | VehicleId | Integer |
method vtVehicleServices.GetCompanyVehicleId(const SessionId: AnsiString
; const CompanyId: Integer
; const CorrelatedId: AnsiString
; VehicleId: Integer);
public void
vtVehicleServices.GetCompanyVehicleId(AnsiString SessionId
,
Int32
CompanyId
, AnsiString CorrelatedId
, out
Int32
VehicleId);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | CompanyId | Integer | |
| In | VehicleId | Integer | |
| Out | CorrelatedId | AnsiString |
method vtVehicleServices.GetCorrelatedVehicleId(const SessionId: AnsiString
; const CompanyId: Integer
; const VehicleId: Integer
; CorrelatedId: AnsiString);
public void
vtVehicleServices.GetCorrelatedVehicleId(AnsiString SessionId
,
Int32
CompanyId
,
Int32
VehicleId
, out AnsiString CorrelatedId);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | DaySpan | Integer | |
| Out | Vehicles | vtVehicleArray |
method vtVehicleServices.GetCreatedVehicles(const SessionId: AnsiString
; const DaySpan: Integer
; Vehicles: vtVehicleArray);
public void
vtVehicleServices.GetCreatedVehicles(AnsiString SessionId
,
Int32
DaySpan
, out vtVehicleArray Vehicles);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | CompanyId | Integer | |
| Out | Categories | vtDataPhraseCategoryArray |
method vtVehicleServices.GetDataPhraseCategories(const SessionId: AnsiString
; const CompanyId: Integer
; Categories: vtDataPhraseCategoryArray);
public void
vtVehicleServices.GetDataPhraseCategories(AnsiString SessionId
,
Int32
CompanyId
, out vtDataPhraseCategoryArray Categories);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | StatisticType | vtStatisticType | |
| Out | Statistics | vtStatisticArray |
| Flag | Name | Type |
|---|---|---|
| Result | Result | Boolean |
method vtVehicleServices.GetDataStatistics(const SessionId: AnsiString
; const StatisticType: vtStatisticType
; Statistics: vtStatisticArray)
: Boolean;
public Boolean vtVehicleServices.GetDataStatistics(AnsiString SessionId
, vtStatisticType StatisticType
, out vtStatisticArray Statistics);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionID | AnsiString | |
| In | VehicleID | Integer | |
| In | AttributeID | Integer | |
| Out | Value | AnsiString |
| Flag | Name | Type |
|---|---|---|
| Result | Result | Boolean |
method vtVehicleServices.GetLocalAttributeValue(const SessionID: AnsiString
; const VehicleID: Integer
; const AttributeID: Integer
; Value: AnsiString)
: Boolean;
public Boolean vtVehicleServices.GetLocalAttributeValue(AnsiString SessionID
,
Int32
VehicleID
,
Int32
AttributeID
, out AnsiString Value);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionID | AnsiString | |
| In | VehicleID | Integer | |
| InOut | ValueList | vtAttributeValueArray |
| Flag | Name | Type |
|---|---|---|
| Result | Result | Boolean |
method vtVehicleServices.GetLocalAttributeValues(const SessionID: AnsiString
; const VehicleID: Integer
; var ValueList: vtAttributeValueArray)
: Boolean;
public Boolean vtVehicleServices.GetLocalAttributeValues(AnsiString SessionID
,
Int32
VehicleID
, ref vtAttributeValueArray ValueList);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | Request | vtStructureRequest | |
| Out | Structures | vtStructureResult |
method vtVehicleServices.GetMultipleStructures(const SessionId: AnsiString
; const Request: vtStructureRequest
; Structures: vtStructureResult);
public void
vtVehicleServices.GetMultipleStructures(AnsiString SessionId
, vtStructureRequest Request
, out vtStructureResult Structures);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | Request | vtStructureRequest2 | |
| Out | Structures | vtStructureResult2 |
method vtVehicleServices.GetMultipleStructures2(const SessionId: AnsiString
; const Request: vtStructureRequest2
; Structures: vtStructureResult2);
public void
vtVehicleServices.GetMultipleStructures2(AnsiString SessionId
, vtStructureRequest2 Request
, out vtStructureResult2 Structures);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | Request | vtStructureRequest2 | |
| Out | Structures | vtStructureResult3 |
method vtVehicleServices.GetMultipleStructures3(const SessionId: AnsiString
; const Request: vtStructureRequest2
; Structures: vtStructureResult3);
public void
vtVehicleServices.GetMultipleStructures3(AnsiString SessionId
, vtStructureRequest2 Request
, out vtStructureResult3 Structures);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | Request | vtStructureRequest3 | |
| Out | Structures | vtStructureResult4 |
method vtVehicleServices.GetMultipleStructures4(const SessionId: AnsiString
; const Request: vtStructureRequest3
; Structures: vtStructureResult4);
public void
vtVehicleServices.GetMultipleStructures4(AnsiString SessionId
, vtStructureRequest3 Request
, out vtStructureResult4 Structures);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | CompanyId | Integer | |
| Out | Advisories | vtAdvisoryArray |
method vtVehicleServices.GetPendingAdvisories(const SessionId: AnsiString
; const CompanyId: Integer
; Advisories: vtAdvisoryArray);
public void
vtVehicleServices.GetPendingAdvisories(AnsiString SessionId
,
Int32
CompanyId
, out vtAdvisoryArray Advisories);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| Out | PendingValues | vtPendingAttributeValueArray |
method vtVehicleServices.GetPendingAttributeValues(const SessionId: AnsiString
; PendingValues: vtPendingAttributeValueArray);
public void
vtVehicleServices.GetPendingAttributeValues(AnsiString SessionId
, out vtPendingAttributeValueArray PendingValues);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | CompanyId | Integer | |
| Out | PendingValues | vtPendingAttributeValue2Array |
method vtVehicleServices.GetPendingAttributeValues2(const SessionId: AnsiString
; const CompanyId: Integer
; PendingValues: vtPendingAttributeValue2Array);
public void
vtVehicleServices.GetPendingAttributeValues2(AnsiString SessionId
,
Int32
CompanyId
, out vtPendingAttributeValue2Array PendingValues);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionID | AnsiString | |
| In | RetailerId | Integer | |
| In | MakeID | Integer | |
| In | ModelID | Integer | |
| In | Year | Integer | |
| Out | BodyTypeList | vtVehicleBodyTypeArray |
| Flag | Name | Type |
|---|---|---|
| Result | Result | Boolean |
method vtVehicleServices.GetRetailerVehicleBodyTypes(const SessionID: AnsiString
; const RetailerId: Integer
; const MakeID: Integer
; const ModelID: Integer
; const Year: Integer
; BodyTypeList: vtVehicleBodyTypeArray)
: Boolean;
public Boolean vtVehicleServices.GetRetailerVehicleBodyTypes(AnsiString SessionID
,
Int32
RetailerId
,
Int32
MakeID
,
Int32
ModelID
,
Int32
Year
, out vtVehicleBodyTypeArray BodyTypeList);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | RetailerId | Integer | |
| In | MakeId | Integer | |
| In | ModelId | Integer | |
| In | Year | Integer | |
| Out | BodyTypeList | vtVehicleBodyTypeArray | |
| Out | TrimList | vtVehicleTrim2Array |
method vtVehicleServices.GetRetailerVehicleBodyTypesDown(const SessionId: AnsiString
; const RetailerId: Integer
; const MakeId: Integer
; const ModelId: Integer
; const Year: Integer
; BodyTypeList: vtVehicleBodyTypeArray
; TrimList: vtVehicleTrim2Array);
public void
vtVehicleServices.GetRetailerVehicleBodyTypesDown(AnsiString SessionId
,
Int32
RetailerId
,
Int32
MakeId
,
Int32
ModelId
,
Int32
Year
, out vtVehicleBodyTypeArray BodyTypeList
, out vtVehicleTrim2Array TrimList);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionID | AnsiString | |
| In | RetailerId | Integer | |
| Out | MakeList | vtVehicleMakeArray |
| Flag | Name | Type |
|---|---|---|
| Result | Result | Boolean |
method vtVehicleServices.GetRetailerVehicleMakes(const SessionID: AnsiString
; const RetailerId: Integer
; MakeList: vtVehicleMakeArray)
: Boolean;
public Boolean vtVehicleServices.GetRetailerVehicleMakes(AnsiString SessionID
,
Int32
RetailerId
, out vtVehicleMakeArray MakeList);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | RetailerId | Integer | |
| Out | MakeList | vtVehicleMakeArray | |
| Out | ModelList | vtVehicleModelArray | |
| Out | YearList | vtIntegerArray | |
| Out | BodyTypeList | vtVehicleBodyTypeArray | |
| Out | TrimList | vtVehicleTrim2Array |
method vtVehicleServices.GetRetailerVehicleMakesDown(const SessionId: AnsiString
; const RetailerId: Integer
; MakeList: vtVehicleMakeArray
; ModelList: vtVehicleModelArray
; YearList: vtIntegerArray
; BodyTypeList: vtVehicleBodyTypeArray
; TrimList: vtVehicleTrim2Array);
public void
vtVehicleServices.GetRetailerVehicleMakesDown(AnsiString SessionId
,
Int32
RetailerId
, out vtVehicleMakeArray MakeList
, out vtVehicleModelArray ModelList
, out vtIntegerArray YearList
, out vtVehicleBodyTypeArray BodyTypeList
, out vtVehicleTrim2Array TrimList);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionID | AnsiString | |
| In | RetailerId | Integer | |
| In | MakeID | Integer | |
| Out | ModelList | vtVehicleModelArray |
| Flag | Name | Type |
|---|---|---|
| Result | Result | Boolean |
method vtVehicleServices.GetRetailerVehicleModels(const SessionID: AnsiString
; const RetailerId: Integer
; const MakeID: Integer
; ModelList: vtVehicleModelArray)
: Boolean;
public Boolean vtVehicleServices.GetRetailerVehicleModels(AnsiString SessionID
,
Int32
RetailerId
,
Int32
MakeID
, out vtVehicleModelArray ModelList);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | RetailerId | Integer | |
| In | MakeId | Integer | |
| Out | ModelList | vtVehicleModelArray | |
| Out | YearList | vtIntegerArray | |
| Out | BodyTypeList | vtVehicleBodyTypeArray | |
| Out | TrimList | vtVehicleTrim2Array |
method vtVehicleServices.GetRetailerVehicleModelsDown(const SessionId: AnsiString
; const RetailerId: Integer
; const MakeId: Integer
; ModelList: vtVehicleModelArray
; YearList: vtIntegerArray
; BodyTypeList: vtVehicleBodyTypeArray
; TrimList: vtVehicleTrim2Array);
public void
vtVehicleServices.GetRetailerVehicleModelsDown(AnsiString SessionId
,
Int32
RetailerId
,
Int32
MakeId
, out vtVehicleModelArray ModelList
, out vtIntegerArray YearList
, out vtVehicleBodyTypeArray BodyTypeList
, out vtVehicleTrim2Array TrimList);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | RetailerId | Integer | |
| In | MakeId | Integer | |
| In | ModelId | Integer | |
| In | Year | Integer | |
| In | BodyTypeId | Integer | |
| Out | TrimList | vtVehicleTrim2Array |
method vtVehicleServices.GetRetailerVehicleTrims(const SessionId: AnsiString
; const RetailerId: Integer
; const MakeId: Integer
; const ModelId: Integer
; const Year: Integer
; const BodyTypeId: Integer
; TrimList: vtVehicleTrim2Array);
public void
vtVehicleServices.GetRetailerVehicleTrims(AnsiString SessionId
,
Int32
RetailerId
,
Int32
MakeId
,
Int32
ModelId
,
Int32
Year
,
Int32
BodyTypeId
, out vtVehicleTrim2Array TrimList);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionID | AnsiString | |
| In | RetailerId | Integer | |
| In | MakeID | Integer | |
| In | ModelID | Integer | |
| Out | YearList | vtIntegerArray |
| Flag | Name | Type |
|---|---|---|
| Result | Result | Boolean |
method vtVehicleServices.GetRetailerVehicleYears(const SessionID: AnsiString
; const RetailerId: Integer
; const MakeID: Integer
; const ModelID: Integer
; YearList: vtIntegerArray)
: Boolean;
public Boolean vtVehicleServices.GetRetailerVehicleYears(AnsiString SessionID
,
Int32
RetailerId
,
Int32
MakeID
,
Int32
ModelID
, out vtIntegerArray YearList);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | RetailerId | Integer | |
| In | MakeId | Integer | |
| In | ModelId | Integer | |
| Out | YearList | vtIntegerArray | |
| Out | BodyTypeList | vtVehicleBodyTypeArray | |
| Out | TrimList | vtVehicleTrim2Array |
method vtVehicleServices.GetRetailerVehicleYearsDown(const SessionId: AnsiString
; const RetailerId: Integer
; const MakeId: Integer
; const ModelId: Integer
; YearList: vtIntegerArray
; BodyTypeList: vtVehicleBodyTypeArray
; TrimList: vtVehicleTrim2Array);
public void
vtVehicleServices.GetRetailerVehicleYearsDown(AnsiString SessionId
,
Int32
RetailerId
,
Int32
MakeId
,
Int32
ModelId
, out vtIntegerArray YearList
, out vtVehicleBodyTypeArray BodyTypeList
, out vtVehicleTrim2Array TrimList);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionID | AnsiString | |
| Out | DataCounts | vtDataCounts |
| Flag | Name | Type |
|---|---|---|
| Result | Result | Boolean |
method vtVehicleServices.GetUpdatedDataCounts(const SessionID: AnsiString
; DataCounts: vtDataCounts)
: Boolean;
public Boolean vtVehicleServices.GetUpdatedDataCounts(AnsiString SessionID
, out vtDataCounts DataCounts);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionID | AnsiString | |
| In | VehicleID | Integer | |
| Out | Vehicle | vtVehicle |
| Flag | Name | Type |
|---|---|---|
| Result | Result | Boolean |
method vtVehicleServices.GetVehicle(const SessionID: AnsiString
; const VehicleID: Integer
; Vehicle: vtVehicle)
: Boolean;
public Boolean vtVehicleServices.GetVehicle(AnsiString SessionID
,
Int32
VehicleID
, out vtVehicle Vehicle);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | VehicleId | Integer | |
| Out | Vehicle | vtVehicle2 |
| Flag | Name | Type |
|---|---|---|
| Result | Result | Boolean |
method vtVehicleServices.GetVehicle2(const SessionId: AnsiString
; const VehicleId: Integer
; Vehicle: vtVehicle2)
: Boolean;
public Boolean vtVehicleServices.GetVehicle2(AnsiString SessionId
,
Int32
VehicleId
, out vtVehicle2 Vehicle);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | VehicleId | Integer | |
| Out | Vehicle | vtVehicle3 |
| Flag | Name | Type |
|---|---|---|
| Result | Result | Boolean |
method vtVehicleServices.GetVehicle3(const SessionId: AnsiString
; const VehicleId: Integer
; Vehicle: vtVehicle3)
: Boolean;
public Boolean vtVehicleServices.GetVehicle3(AnsiString SessionId
,
Int32
VehicleId
, out vtVehicle3 Vehicle);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | VehicleId | Integer | |
| Out | CategoryIds | vtIntegerArray |
method vtVehicleServices.GetVehicleAttributeCategories(const SessionId: AnsiString
; const VehicleId: Integer
; CategoryIds: vtIntegerArray);
public void
vtVehicleServices.GetVehicleAttributeCategories(AnsiString SessionId
,
Int32
VehicleId
, out vtIntegerArray CategoryIds);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionID | AnsiString | |
| In | VehicleID | Integer | |
| In | GroupIDs | vtIntegerArray | |
| Out | AttributeValueArray | vtAttributeValueArray |
| Flag | Name | Type |
|---|---|---|
| Result | Result | Boolean |
method vtVehicleServices.GetVehicleAttributeValuesByGroup(const SessionID: AnsiString
; const VehicleID: Integer
; const GroupIDs: vtIntegerArray
; AttributeValueArray: vtAttributeValueArray)
: Boolean;
public Boolean vtVehicleServices.GetVehicleAttributeValuesByGroup(AnsiString SessionID
,
Int32
VehicleID
, vtIntegerArray GroupIDs
, out vtAttributeValueArray AttributeValueArray);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionID | AnsiString | |
| In | MakeID | Integer | |
| In | ModelID | Integer | |
| In | Year | Integer | |
| Out | BodyTypeList | vtVehicleBodyTypeArray |
| Flag | Name | Type |
|---|---|---|
| Result | Result | Boolean |
method vtVehicleServices.GetVehicleBodyTypes(const SessionID: AnsiString
; const MakeID: Integer
; const ModelID: Integer
; const Year: Integer
; BodyTypeList: vtVehicleBodyTypeArray)
: Boolean;
public Boolean vtVehicleServices.GetVehicleBodyTypes(AnsiString SessionID
,
Int32
MakeID
,
Int32
ModelID
,
Int32
Year
, out vtVehicleBodyTypeArray BodyTypeList);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | MakeId | Integer | |
| In | ModelId | Integer | |
| In | Year | Integer | |
| Out | BodyTypes | vtVehicleBodyTypeArray |
method vtVehicleServices.GetVehicleBodyTypes2(const SessionId: AnsiString
; const MakeId: Integer
; const ModelId: Integer
; const Year: Integer
; BodyTypes: vtVehicleBodyTypeArray);
public void
vtVehicleServices.GetVehicleBodyTypes2(AnsiString SessionId
,
Int32
MakeId
,
Int32
ModelId
,
Int32
Year
, out vtVehicleBodyTypeArray BodyTypes);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | MakeId | Integer | |
| In | ModelId | Integer | |
| In | Year | Integer | |
| Out | BodyTypeList | vtVehicleBodyTypeArray | |
| Out | TrimList | vtVehicleTrim2Array |
method vtVehicleServices.GetVehicleBodyTypesDown(const SessionId: AnsiString
; const MakeId: Integer
; const ModelId: Integer
; const Year: Integer
; BodyTypeList: vtVehicleBodyTypeArray
; TrimList: vtVehicleTrim2Array);
public void
vtVehicleServices.GetVehicleBodyTypesDown(AnsiString SessionId
,
Int32
MakeId
,
Int32
ModelId
,
Int32
Year
, out vtVehicleBodyTypeArray BodyTypeList
, out vtVehicleTrim2Array TrimList);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | MakeId | Integer | |
| In | ModelId | Integer | |
| In | Year | Integer | |
| Out | BodyTypes | vtVehicleBodyTypeArray | |
| Out | Trims | vtStringArray | |
| Out | SteeringSides | vtSteeringSideArray |
method vtVehicleServices.GetVehicleBodyTypesDown2(const SessionId: AnsiString
; const MakeId: Integer
; const ModelId: Integer
; const Year: Integer
; BodyTypes: vtVehicleBodyTypeArray
; Trims: vtStringArray
; SteeringSides: vtSteeringSideArray);
public void
vtVehicleServices.GetVehicleBodyTypesDown2(AnsiString SessionId
,
Int32
MakeId
,
Int32
ModelId
,
Int32
Year
, out vtVehicleBodyTypeArray BodyTypes
, out vtStringArray Trims
, out vtSteeringSideArray SteeringSides);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionID | AnsiString | |
| In | MakeID | Integer | |
| Out | VehicleList | vtVehicleBrowseArray |
| Flag | Name | Type |
|---|---|---|
| Result | Result | Boolean |
method vtVehicleServices.GetVehicleBrowse(const SessionID: AnsiString
; const MakeID: Integer
; VehicleList: vtVehicleBrowseArray)
: Boolean;
public Boolean vtVehicleServices.GetVehicleBrowse(AnsiString SessionID
,
Int32
MakeID
, out vtVehicleBrowseArray VehicleList);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | MakeId | Integer | |
| Out | VehicleBrowse | vtVehicleBrowse2Array |
method vtVehicleServices.GetVehicleBrowse2(const SessionId: AnsiString
; const MakeId: Integer
; VehicleBrowse: vtVehicleBrowse2Array);
public void
vtVehicleServices.GetVehicleBrowse2(AnsiString SessionId
,
Int32
MakeId
, out vtVehicleBrowse2Array VehicleBrowse);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | MakeId | Integer | |
| Out | VehicleBrowse | vtVehicleBrowse3Array |
method vtVehicleServices.GetVehicleBrowse3(const SessionId: AnsiString
; const MakeId: Integer
; VehicleBrowse: vtVehicleBrowse3Array);
public void
vtVehicleServices.GetVehicleBrowse3(AnsiString SessionId
,
Int32
MakeId
, out vtVehicleBrowse3Array VehicleBrowse);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | MakeId | Integer | |
| Out | VehicleBrowse | vtVehicleBrowse5Array |
method vtVehicleServices.GetVehicleBrowse4(const SessionId: AnsiString
; const MakeId: Integer
; VehicleBrowse: vtVehicleBrowse5Array);
public void
vtVehicleServices.GetVehicleBrowse4(AnsiString SessionId
,
Int32
MakeId
, out vtVehicleBrowse5Array VehicleBrowse);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionID | AnsiString | |
| Out | Count | Integer |
| Flag | Name | Type |
|---|---|---|
| Result | Result | Boolean |
method vtVehicleServices.GetVehicleCount(const SessionID: AnsiString
; Count: Integer)
: Boolean;
public Boolean vtVehicleServices.GetVehicleCount(AnsiString SessionID
, out
Int32
Count);
Unused old method originally tailored for best buy with vie online and decided to link dataphrases to our own attribute categories.
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | CompanyId | Integer | |
| In | VehicleId | Integer | |
| In | DataPhraseCategoryId | Integer | |
| Out | DataPhrases | vtDataPhraseArray |
method vtVehicleServices.GetVehicleDataPhrases(const SessionId: AnsiString
; const CompanyId: Integer
; const VehicleId: Integer
; const DataPhraseCategoryId: Integer
; DataPhrases: vtDataPhraseArray);
public void
vtVehicleServices.GetVehicleDataPhrases(AnsiString SessionId
,
Int32
CompanyId
,
Int32
VehicleId
,
Int32
DataPhraseCategoryId
, out vtDataPhraseArray DataPhrases);
Unused old method originally tailored for best buy with vie online and decided to link dataphrases to our own attribute categories.
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | CompanyId | Integer | |
| In | VehicleId | Integer | |
| In | DataPhraseCategoryId | Integer | |
| Out | DataPhrases | vtDataPhraseArray | |
| Out | DataPhraseCategoryImageFileName | AnsiString |
method vtVehicleServices.GetVehicleDataPhrases2(const SessionId: AnsiString
; const CompanyId: Integer
; const VehicleId: Integer
; const DataPhraseCategoryId: Integer
; DataPhrases: vtDataPhraseArray
; DataPhraseCategoryImageFileName: AnsiString);
public void
vtVehicleServices.GetVehicleDataPhrases2(AnsiString SessionId
,
Int32
CompanyId
,
Int32
VehicleId
,
Int32
DataPhraseCategoryId
, out vtDataPhraseArray DataPhrases
, out AnsiString DataPhraseCategoryImageFileName);
Unused old method originally tailored for best buy with vie online and decided to link dataphrases to our own attribute categories.
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | CompanyId | Integer | |
| In | VehicleId | Integer | |
| In | DataPhraseCategoryId | Integer | |
| Out | DataPhrases | vtDataPhrase2Array | |
| Out | DataPhraseCategoryImageFileName | AnsiString |
method vtVehicleServices.GetVehicleDataPhrases3(const SessionId: AnsiString
; const CompanyId: Integer
; const VehicleId: Integer
; const DataPhraseCategoryId: Integer
; DataPhrases: vtDataPhrase2Array
; DataPhraseCategoryImageFileName: AnsiString);
public void
vtVehicleServices.GetVehicleDataPhrases3(AnsiString SessionId
,
Int32
CompanyId
,
Int32
VehicleId
,
Int32
DataPhraseCategoryId
, out vtDataPhrase2Array DataPhrases
, out AnsiString DataPhraseCategoryImageFileName);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | CompanyId | Integer | |
| In | VehicleId | Integer | |
| In | AttributeCategoryId | Integer | |
| In | HorizontalStructure | Boolean | |
| Out | DataPhrases | vtDataPhrase2Array | |
| Out | DataPhraseCategoryImageFileName | AnsiString |
method vtVehicleServices.GetVehicleDataPhrases4(const SessionId: AnsiString
; const CompanyId: Integer
; const VehicleId: Integer
; const AttributeCategoryId: Integer
; const HorizontalStructure: Boolean
; DataPhrases: vtDataPhrase2Array
; DataPhraseCategoryImageFileName: AnsiString);
public void
vtVehicleServices.GetVehicleDataPhrases4(AnsiString SessionId
,
Int32
CompanyId
,
Int32
VehicleId
,
Int32
AttributeCategoryId
, Boolean HorizontalStructure
, out vtDataPhrase2Array DataPhrases
, out AnsiString DataPhraseCategoryImageFileName);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionID | AnsiString | |
| In | MakeID | Integer | |
| In | ModelID | Integer | |
| In | Year | Integer | |
| In | BodyTypeID | Integer | |
| In | Trim | AnsiString | |
| Out | VehicleID | Integer |
| Flag | Name | Type |
|---|---|---|
| Result | Result | Boolean |
method vtVehicleServices.GetVehicleID(const SessionID: AnsiString
; const MakeID: Integer
; const ModelID: Integer
; const Year: Integer
; const BodyTypeID: Integer
; const Trim: AnsiString
; VehicleID: Integer)
: Boolean;
public Boolean vtVehicleServices.GetVehicleID(AnsiString SessionID
,
Int32
MakeID
,
Int32
ModelID
,
Int32
Year
,
Int32
BodyTypeID
, AnsiString Trim
, out
Int32
VehicleID);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | MakeId | Integer | |
| In | ModelId | Integer | |
| In | Year | Integer | |
| In | BodyTypeId | Integer | |
| In | Trim | AnsiString | |
| In | RightHandDrive | Boolean | |
| Out | VehicleId | Integer |
| Flag | Name | Type |
|---|---|---|
| Result | Result | Boolean |
method vtVehicleServices.GetVehicleId2(const SessionId: AnsiString
; const MakeId: Integer
; const ModelId: Integer
; const Year: Integer
; const BodyTypeId: Integer
; const Trim: AnsiString
; const RightHandDrive: Boolean
; VehicleId: Integer)
: Boolean;
public Boolean vtVehicleServices.GetVehicleId2(AnsiString SessionId
,
Int32
MakeId
,
Int32
ModelId
,
Int32
Year
,
Int32
BodyTypeId
, AnsiString Trim
, Boolean RightHandDrive
, out
Int32
VehicleId);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionID | AnsiString | |
| In | MakeIDList | vtIntegerArray | |
| In | AttributeParentList | vtAttributeParentArray | |
| Out | VehicleList | vtVehicleInfoArray | |
| Out | AttributeList | vtAttributeInfoArray |
| Flag | Name | Type |
|---|---|---|
| Result | Result | Boolean |
method vtVehicleServices.GetVehicleInformation(const SessionID: AnsiString
; const MakeIDList: vtIntegerArray
; const AttributeParentList: vtAttributeParentArray
; VehicleList: vtVehicleInfoArray
; AttributeList: vtAttributeInfoArray)
: Boolean;
public Boolean vtVehicleServices.GetVehicleInformation(AnsiString SessionID
, vtIntegerArray MakeIDList
, vtAttributeParentArray AttributeParentList
, out vtVehicleInfoArray VehicleList
, out vtAttributeInfoArray AttributeList);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | MakeIds | vtIntegerArray | |
| In | AttributeParents | vtAttributeParentArray | |
| Out | Vehicles | vtVehicleInfo2Array | |
| Out | Attributes | vtAttributeInfoArray |
method vtVehicleServices.GetVehicleInformation2(const SessionId: AnsiString
; const MakeIds: vtIntegerArray
; const AttributeParents: vtAttributeParentArray
; Vehicles: vtVehicleInfo2Array
; Attributes: vtAttributeInfoArray);
public void
vtVehicleServices.GetVehicleInformation2(AnsiString SessionId
, vtIntegerArray MakeIds
, vtAttributeParentArray AttributeParents
, out vtVehicleInfo2Array Vehicles
, out vtAttributeInfoArray Attributes);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | MakeIds | vtIntegerArray | |
| In | AttributeParents | vtAttributeParentArray | |
| Out | Vehicles | vtVehicleInfo3Array | |
| Out | Attributes | vtAttributeInfoArray |
method vtVehicleServices.GetVehicleInformation3(const SessionId: AnsiString
; const MakeIds: vtIntegerArray
; const AttributeParents: vtAttributeParentArray
; Vehicles: vtVehicleInfo3Array
; Attributes: vtAttributeInfoArray);
public void
vtVehicleServices.GetVehicleInformation3(AnsiString SessionId
, vtIntegerArray MakeIds
, vtAttributeParentArray AttributeParents
, out vtVehicleInfo3Array Vehicles
, out vtAttributeInfoArray Attributes);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionID | AnsiString | |
| In | VehicleID | Integer | |
| Out | UpdateDate | AnsiString |
| Flag | Name | Type |
|---|---|---|
| Result | Result | Boolean |
method vtVehicleServices.GetVehicleInfoUpdateDate(const SessionID: AnsiString
; const VehicleID: Integer
; UpdateDate: AnsiString)
: Boolean;
public Boolean vtVehicleServices.GetVehicleInfoUpdateDate(AnsiString SessionID
,
Int32
VehicleID
, out AnsiString UpdateDate);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionID | AnsiString | |
| Out | MakeList | vtVehicleMakeArray |
| Flag | Name | Type |
|---|---|---|
| Result | Result | Boolean |
method vtVehicleServices.GetVehicleMakes(const SessionID: AnsiString
; MakeList: vtVehicleMakeArray)
: Boolean;
public Boolean vtVehicleServices.GetVehicleMakes(AnsiString SessionID
, out vtVehicleMakeArray MakeList);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| Out | Makes | vtVehicleMakeArray |
method vtVehicleServices.GetVehicleMakes2(const SessionId: AnsiString
; Makes: vtVehicleMakeArray);
public void
vtVehicleServices.GetVehicleMakes2(AnsiString SessionId
, out vtVehicleMakeArray Makes);
Introduced to fix the fact that no makes were returned if the makes had no vehicles, either because of a locale limitation or if no actual vehicles exist. These makes should still be returned with HasVehicles flagged as false.
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| Out | Makes | vtVehicleMakeArray |
method vtVehicleServices.GetVehicleMakes3(const SessionId: AnsiString
; Makes: vtVehicleMakeArray);
public void
vtVehicleServices.GetVehicleMakes3(AnsiString SessionId
, out vtVehicleMakeArray Makes);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| Out | MakeList | vtVehicleMakeArray | |
| Out | ModelList | vtVehicleModelArray | |
| Out | YearList | vtIntegerArray | |
| Out | BodyTypeList | vtVehicleBodyTypeArray | |
| Out | TrimList | vtVehicleTrim2Array |
method vtVehicleServices.GetVehicleMakesDown(const SessionId: AnsiString
; MakeList: vtVehicleMakeArray
; ModelList: vtVehicleModelArray
; YearList: vtIntegerArray
; BodyTypeList: vtVehicleBodyTypeArray
; TrimList: vtVehicleTrim2Array);
public void
vtVehicleServices.GetVehicleMakesDown(AnsiString SessionId
, out vtVehicleMakeArray MakeList
, out vtVehicleModelArray ModelList
, out vtIntegerArray YearList
, out vtVehicleBodyTypeArray BodyTypeList
, out vtVehicleTrim2Array TrimList);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| Out | Makes | vtVehicleMakeArray | |
| Out | Models | vtVehicleModelArray | |
| Out | Years | vtIntegerArray | |
| Out | BodyTypes | vtVehicleBodyTypeArray | |
| Out | Trims | vtStringArray | |
| Out | SteeringSides | vtSteeringSideArray |
method vtVehicleServices.GetVehicleMakesDown2(const SessionId: AnsiString
; Makes: vtVehicleMakeArray
; Models: vtVehicleModelArray
; Years: vtIntegerArray
; BodyTypes: vtVehicleBodyTypeArray
; Trims: vtStringArray
; SteeringSides: vtSteeringSideArray);
public void
vtVehicleServices.GetVehicleMakesDown2(AnsiString SessionId
, out vtVehicleMakeArray Makes
, out vtVehicleModelArray Models
, out vtIntegerArray Years
, out vtVehicleBodyTypeArray BodyTypes
, out vtStringArray Trims
, out vtSteeringSideArray SteeringSides);
Introduced to fix the fact that no makes were returned if the makes had no vehicles, either because of a locale limitation or if no actual vehicles exist. These makes should still be returned with HasVehicles flagged as false.
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| Out | Makes | vtVehicleMakeArray | |
| Out | Models | vtVehicleModelArray | |
| Out | Years | vtIntegerArray | |
| Out | BodyTypes | vtVehicleBodyTypeArray | |
| Out | Trims | vtStringArray | |
| Out | SteeringSides | vtSteeringSideArray |
method vtVehicleServices.GetVehicleMakesDown3(const SessionId: AnsiString
; Makes: vtVehicleMakeArray
; Models: vtVehicleModelArray
; Years: vtIntegerArray
; BodyTypes: vtVehicleBodyTypeArray
; Trims: vtStringArray
; SteeringSides: vtSteeringSideArray);
public void
vtVehicleServices.GetVehicleMakesDown3(AnsiString SessionId
, out vtVehicleMakeArray Makes
, out vtVehicleModelArray Models
, out vtIntegerArray Years
, out vtVehicleBodyTypeArray BodyTypes
, out vtStringArray Trims
, out vtSteeringSideArray SteeringSides);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionID | AnsiString | |
| In | MakeID | Integer | |
| Out | ModelList | vtVehicleModelArray |
| Flag | Name | Type |
|---|---|---|
| Result | Result | Boolean |
method vtVehicleServices.GetVehicleModels(const SessionID: AnsiString
; const MakeID: Integer
; ModelList: vtVehicleModelArray)
: Boolean;
public Boolean vtVehicleServices.GetVehicleModels(AnsiString SessionID
,
Int32
MakeID
, out vtVehicleModelArray ModelList);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | MakeId | Integer | |
| Out | Models | vtVehicleModelArray |
method vtVehicleServices.GetVehicleModels2(const SessionId: AnsiString
; const MakeId: Integer
; Models: vtVehicleModelArray);
public void
vtVehicleServices.GetVehicleModels2(AnsiString SessionId
,
Int32
MakeId
, out vtVehicleModelArray Models);
Introduced to fix the fact that no models were returned if the models had no vehicles, either because of a locale limitation or if no actual vehicles exist. These models should still be returned with HasVehicles flagged as false.
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | MakeId | Integer | |
| Out | Models | vtVehicleModelArray |
method vtVehicleServices.GetVehicleModels3(const SessionId: AnsiString
; const MakeId: Integer
; Models: vtVehicleModelArray);
public void
vtVehicleServices.GetVehicleModels3(AnsiString SessionId
,
Int32
MakeId
, out vtVehicleModelArray Models);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | MakeId | Integer | |
| Out | ModelList | vtVehicleModelArray | |
| Out | YearList | vtIntegerArray | |
| Out | BodyTypeList | vtVehicleBodyTypeArray | |
| Out | TrimList | vtVehicleTrim2Array |
method vtVehicleServices.GetVehicleModelsDown(const SessionId: AnsiString
; const MakeId: Integer
; ModelList: vtVehicleModelArray
; YearList: vtIntegerArray
; BodyTypeList: vtVehicleBodyTypeArray
; TrimList: vtVehicleTrim2Array);
public void
vtVehicleServices.GetVehicleModelsDown(AnsiString SessionId
,
Int32
MakeId
, out vtVehicleModelArray ModelList
, out vtIntegerArray YearList
, out vtVehicleBodyTypeArray BodyTypeList
, out vtVehicleTrim2Array TrimList);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | MakeId | Integer | |
| Out | Models | vtVehicleModelArray | |
| Out | Years | vtIntegerArray | |
| Out | BodyTypes | vtVehicleBodyTypeArray | |
| Out | Trims | vtStringArray | |
| Out | SteeringSides | vtSteeringSideArray |
method vtVehicleServices.GetVehicleModelsDown2(const SessionId: AnsiString
; const MakeId: Integer
; Models: vtVehicleModelArray
; Years: vtIntegerArray
; BodyTypes: vtVehicleBodyTypeArray
; Trims: vtStringArray
; SteeringSides: vtSteeringSideArray);
public void
vtVehicleServices.GetVehicleModelsDown2(AnsiString SessionId
,
Int32
MakeId
, out vtVehicleModelArray Models
, out vtIntegerArray Years
, out vtVehicleBodyTypeArray BodyTypes
, out vtStringArray Trims
, out vtSteeringSideArray SteeringSides);
Introduced to fix the fact that no models were returned if the models had no vehicles, either because of a locale limitation or if no actual vehicles exist. These models should still be returned with HasVehicles flagged as false.
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | MakeId | Integer | |
| Out | Models | vtVehicleModelArray | |
| Out | Years | vtIntegerArray | |
| Out | BodyTypes | vtVehicleBodyTypeArray | |
| Out | Trims | vtStringArray | |
| Out | SteeringSides | vtSteeringSideArray |
method vtVehicleServices.GetVehicleModelsDown3(const SessionId: AnsiString
; const MakeId: Integer
; Models: vtVehicleModelArray
; Years: vtIntegerArray
; BodyTypes: vtVehicleBodyTypeArray
; Trims: vtStringArray
; SteeringSides: vtSteeringSideArray);
public void
vtVehicleServices.GetVehicleModelsDown3(AnsiString SessionId
,
Int32
MakeId
, out vtVehicleModelArray Models
, out vtIntegerArray Years
, out vtVehicleBodyTypeArray BodyTypes
, out vtStringArray Trims
, out vtSteeringSideArray SteeringSides);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | VehicleId | Integer | |
| Out | Notes | AnsiString |
method vtVehicleServices.GetVehicleNotes(const SessionId: AnsiString
; const VehicleId: Integer
; Notes: AnsiString);
public void
vtVehicleServices.GetVehicleNotes(AnsiString SessionId
,
Int32
VehicleId
, out AnsiString Notes);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | AttributeValues | vtProductAttributeValueArray | |
| Out | Vehicles | vtVehicle2Array |
method vtVehicleServices.GetVehiclesByProductAttributeValues(const SessionId: AnsiString
; const AttributeValues: vtProductAttributeValueArray
; Vehicles: vtVehicle2Array);
public void
vtVehicleServices.GetVehiclesByProductAttributeValues(AnsiString SessionId
, vtProductAttributeValueArray AttributeValues
, out vtVehicle2Array Vehicles);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | ProductSizes | vtProductSizeArray | |
| Out | Vehicles | vtVehicle2Array |
method vtVehicleServices.GetVehiclesByProductSizes(const SessionId: AnsiString
; const ProductSizes: vtProductSizeArray
; Vehicles: vtVehicle2Array);
public void
vtVehicleServices.GetVehiclesByProductSizes(AnsiString SessionId
, vtProductSizeArray ProductSizes
, out vtVehicle2Array Vehicles);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionID | AnsiString | |
| In | VehicleIDs | vtIntegerArray | |
| Out | Vehicles | vtVehicleArray |
| Flag | Name | Type |
|---|---|---|
| Result | Result | Boolean |
method vtVehicleServices.GetVehiclesInformation(const SessionID: AnsiString
; const VehicleIDs: vtIntegerArray
; Vehicles: vtVehicleArray)
: Boolean;
public Boolean vtVehicleServices.GetVehiclesInformation(AnsiString SessionID
, vtIntegerArray VehicleIDs
, out vtVehicleArray Vehicles);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | VehicleIds | vtIntegerArray | |
| Out | Vehicles | vtVehicle2Array |
method vtVehicleServices.GetVehiclesInformation2(const SessionId: AnsiString
; const VehicleIds: vtIntegerArray
; Vehicles: vtVehicle2Array);
public void
vtVehicleServices.GetVehiclesInformation2(AnsiString SessionId
, vtIntegerArray VehicleIds
, out vtVehicle2Array Vehicles);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | MakeId | Integer | |
| In | ModelId | Integer | |
| In | Year | Integer | |
| In | BodyTypeId | Integer | |
| In | Trim | AnsiString | |
| Out | SteeringSides | vtSteeringSideArray |
method vtVehicleServices.GetVehicleSteeringSides(const SessionId: AnsiString
; const MakeId: Integer
; const ModelId: Integer
; const Year: Integer
; const BodyTypeId: Integer
; const Trim: AnsiString
; SteeringSides: vtSteeringSideArray);
public void
vtVehicleServices.GetVehicleSteeringSides(AnsiString SessionId
,
Int32
MakeId
,
Int32
ModelId
,
Int32
Year
,
Int32
BodyTypeId
, AnsiString Trim
, out vtSteeringSideArray SteeringSides);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | ApplicationId | AnsiString | |
| In | StartDate | DateTime | |
| In | EndDate | DateTime | |
| Out | VehicleViews | vtVehicleViewArray |
method vtVehicleServices.GetVehiclesViewedByApplication(const SessionId: AnsiString
; const ApplicationId: AnsiString
; const StartDate: DateTime
; const EndDate: DateTime
; VehicleViews: vtVehicleViewArray);
public void
vtVehicleServices.GetVehiclesViewedByApplication(AnsiString SessionId
, AnsiString ApplicationId
, DateTime StartDate
, DateTime EndDate
, out vtVehicleViewArray VehicleViews);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | CompanyId | Integer | |
| In | StartDate | DateTime | |
| In | EndDate | DateTime | |
| Out | VehicleViews | vtVehicleViewArray |
method vtVehicleServices.GetVehiclesViewedByCompany(const SessionId: AnsiString
; const CompanyId: Integer
; const StartDate: DateTime
; const EndDate: DateTime
; VehicleViews: vtVehicleViewArray);
public void
vtVehicleServices.GetVehiclesViewedByCompany(AnsiString SessionId
,
Int32
CompanyId
, DateTime StartDate
, DateTime EndDate
, out vtVehicleViewArray VehicleViews);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionID | AnsiString | |
| In | MakeID | Integer | |
| In | ModelID | Integer | |
| In | Year | Integer | |
| In | BodyTypeID | Integer | |
| Out | TrimList | vtVehicleTrimArray |
| Flag | Name | Type |
|---|---|---|
| Result | Result | Boolean |
method vtVehicleServices.GetVehicleTrims(const SessionID: AnsiString
; const MakeID: Integer
; const ModelID: Integer
; const Year: Integer
; const BodyTypeID: Integer
; TrimList: vtVehicleTrimArray)
: Boolean;
public Boolean vtVehicleServices.GetVehicleTrims(AnsiString SessionID
,
Int32
MakeID
,
Int32
ModelID
,
Int32
Year
,
Int32
BodyTypeID
, out vtVehicleTrimArray TrimList);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | MakeId | Integer | |
| In | ModelId | Integer | |
| In | Year | Integer | |
| In | BodyTypeId | Integer | |
| Out | TrimList | vtVehicleTrim2Array |
method vtVehicleServices.GetVehicleTrims2(const SessionId: AnsiString
; const MakeId: Integer
; const ModelId: Integer
; const Year: Integer
; const BodyTypeId: Integer
; TrimList: vtVehicleTrim2Array);
public void
vtVehicleServices.GetVehicleTrims2(AnsiString SessionId
,
Int32
MakeId
,
Int32
ModelId
,
Int32
Year
,
Int32
BodyTypeId
, out vtVehicleTrim2Array TrimList);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | MakeId | Integer | |
| In | ModelId | Integer | |
| In | Year | Integer | |
| In | BodyTypeId | Integer | |
| Out | Trims | vtStringArray |
method vtVehicleServices.GetVehicleTrims3(const SessionId: AnsiString
; const MakeId: Integer
; const ModelId: Integer
; const Year: Integer
; const BodyTypeId: Integer
; Trims: vtStringArray);
public void
vtVehicleServices.GetVehicleTrims3(AnsiString SessionId
,
Int32
MakeId
,
Int32
ModelId
,
Int32
Year
,
Int32
BodyTypeId
, out vtStringArray Trims);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | MakeId | Integer | |
| In | ModelId | Integer | |
| In | Year | Integer | |
| In | BodyTypeId | Integer | |
| Out | Trims | vtStringArray | |
| Out | SteeringSides | vtSteeringSideArray |
method vtVehicleServices.GetVehicleTrimsDown(const SessionId: AnsiString
; const MakeId: Integer
; const ModelId: Integer
; const Year: Integer
; const BodyTypeId: Integer
; Trims: vtStringArray
; SteeringSides: vtSteeringSideArray);
public void
vtVehicleServices.GetVehicleTrimsDown(AnsiString SessionId
,
Int32
MakeId
,
Int32
ModelId
,
Int32
Year
,
Int32
BodyTypeId
, out vtStringArray Trims
, out vtSteeringSideArray SteeringSides);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | Request | vtVehicleRequest | |
| Out | Values | vtVehicleResult |
method vtVehicleServices.GetVehicleValues(const SessionId: AnsiString
; const Request: vtVehicleRequest
; Values: vtVehicleResult);
public void
vtVehicleServices.GetVehicleValues(AnsiString SessionId
, vtVehicleRequest Request
, out vtVehicleResult Values);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | Request | vtVehicleRequest7 | |
| Out | Values | vtVehicleResult8 |
method vtVehicleServices.GetVehicleValues10(const SessionId: AnsiString
; const Request: vtVehicleRequest7
; Values: vtVehicleResult8);
public void
vtVehicleServices.GetVehicleValues10(AnsiString SessionId
, vtVehicleRequest7 Request
, out vtVehicleResult8 Values);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | Request | vtVehicleRequest8 | |
| Out | Values | vtVehicleResult9 |
method vtVehicleServices.GetVehicleValues11(const SessionId: AnsiString
; const Request: vtVehicleRequest8
; Values: vtVehicleResult9);
public void
vtVehicleServices.GetVehicleValues11(AnsiString SessionId
, vtVehicleRequest8 Request
, out vtVehicleResult9 Values);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | Request | vtVehicleRequest9 | |
| Out | Values | vtVehicleResult10 |
method vtVehicleServices.GetVehicleValues12(const SessionId: AnsiString
; const Request: vtVehicleRequest9
; Values: vtVehicleResult10);
public void
vtVehicleServices.GetVehicleValues12(AnsiString SessionId
, vtVehicleRequest9 Request
, out vtVehicleResult10 Values);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | Request | vtVehicleRequest9 | |
| Out | Values | vtVehicleResult11 |
method vtVehicleServices.GetVehicleValues13(const SessionId: AnsiString
; const Request: vtVehicleRequest9
; Values: vtVehicleResult11);
public void
vtVehicleServices.GetVehicleValues13(AnsiString SessionId
, vtVehicleRequest9 Request
, out vtVehicleResult11 Values);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | Request | vtVehicleRequest9 | |
| Out | Values | vtVehicleResult12 |
method vtVehicleServices.GetVehicleValues14(const SessionId: AnsiString
; const Request: vtVehicleRequest9
; Values: vtVehicleResult12);
public void
vtVehicleServices.GetVehicleValues14(AnsiString SessionId
, vtVehicleRequest9 Request
, out vtVehicleResult12 Values);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | Request | vtVehicleRequest | |
| Out | Values | vtVehicleResult2 |
method vtVehicleServices.GetVehicleValues2(const SessionId: AnsiString
; const Request: vtVehicleRequest
; Values: vtVehicleResult2);
public void
vtVehicleServices.GetVehicleValues2(AnsiString SessionId
, vtVehicleRequest Request
, out vtVehicleResult2 Values);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | Request | vtVehicleRequest2 | |
| Out | Values | vtVehicleResult3 |
method vtVehicleServices.GetVehicleValues3(const SessionId: AnsiString
; const Request: vtVehicleRequest2
; Values: vtVehicleResult3);
public void
vtVehicleServices.GetVehicleValues3(AnsiString SessionId
, vtVehicleRequest2 Request
, out vtVehicleResult3 Values);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | Request | vtVehicleRequest3 | |
| Out | Values | vtVehicleResult3 |
method vtVehicleServices.GetVehicleValues4(const SessionId: AnsiString
; const Request: vtVehicleRequest3
; Values: vtVehicleResult3);
public void
vtVehicleServices.GetVehicleValues4(AnsiString SessionId
, vtVehicleRequest3 Request
, out vtVehicleResult3 Values);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | Request | vtVehicleRequest4 | |
| Out | Values | vtVehicleResult3 |
method vtVehicleServices.GetVehicleValues5(const SessionId: AnsiString
; const Request: vtVehicleRequest4
; Values: vtVehicleResult3);
public void
vtVehicleServices.GetVehicleValues5(AnsiString SessionId
, vtVehicleRequest4 Request
, out vtVehicleResult3 Values);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | Request | vtVehicleRequest4 | |
| Out | Values | vtVehicleResult4 |
method vtVehicleServices.GetVehicleValues6(const SessionId: AnsiString
; const Request: vtVehicleRequest4
; Values: vtVehicleResult4);
public void
vtVehicleServices.GetVehicleValues6(AnsiString SessionId
, vtVehicleRequest4 Request
, out vtVehicleResult4 Values);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | Request | vtVehicleRequest4 | |
| Out | Values | vtVehicleResult5 |
method vtVehicleServices.GetVehicleValues7(const SessionId: AnsiString
; const Request: vtVehicleRequest4
; Values: vtVehicleResult5);
public void
vtVehicleServices.GetVehicleValues7(AnsiString SessionId
, vtVehicleRequest4 Request
, out vtVehicleResult5 Values);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | Request | vtVehicleRequest5 | |
| Out | Values | vtVehicleResult6 |
method vtVehicleServices.GetVehicleValues8(const SessionId: AnsiString
; const Request: vtVehicleRequest5
; Values: vtVehicleResult6);
public void
vtVehicleServices.GetVehicleValues8(AnsiString SessionId
, vtVehicleRequest5 Request
, out vtVehicleResult6 Values);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | Request | vtVehicleRequest6 | |
| Out | Values | vtVehicleResult7 |
method vtVehicleServices.GetVehicleValues9(const SessionId: AnsiString
; const Request: vtVehicleRequest6
; Values: vtVehicleResult7);
public void
vtVehicleServices.GetVehicleValues9(AnsiString SessionId
, vtVehicleRequest6 Request
, out vtVehicleResult7 Values);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionID | AnsiString | |
| In | MakeID | Integer | |
| In | ModelID | Integer | |
| Out | YearList | vtIntegerArray |
| Flag | Name | Type |
|---|---|---|
| Result | Result | Boolean |
method vtVehicleServices.GetVehicleYears(const SessionID: AnsiString
; const MakeID: Integer
; const ModelID: Integer
; YearList: vtIntegerArray)
: Boolean;
public Boolean vtVehicleServices.GetVehicleYears(AnsiString SessionID
,
Int32
MakeID
,
Int32
ModelID
, out vtIntegerArray YearList);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | MakeId | Integer | |
| In | ModelId | Integer | |
| Out | Years | vtIntegerArray |
method vtVehicleServices.GetVehicleYears2(const SessionId: AnsiString
; const MakeId: Integer
; const ModelId: Integer
; Years: vtIntegerArray);
public void
vtVehicleServices.GetVehicleYears2(AnsiString SessionId
,
Int32
MakeId
,
Int32
ModelId
, out vtIntegerArray Years);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | MakeId | Integer | |
| In | ModelId | Integer | |
| Out | YearList | vtIntegerArray | |
| Out | BodyTypeList | vtVehicleBodyTypeArray | |
| Out | TrimList | vtVehicleTrim2Array |
method vtVehicleServices.GetVehicleYearsDown(const SessionId: AnsiString
; const MakeId: Integer
; const ModelId: Integer
; YearList: vtIntegerArray
; BodyTypeList: vtVehicleBodyTypeArray
; TrimList: vtVehicleTrim2Array);
public void
vtVehicleServices.GetVehicleYearsDown(AnsiString SessionId
,
Int32
MakeId
,
Int32
ModelId
, out vtIntegerArray YearList
, out vtVehicleBodyTypeArray BodyTypeList
, out vtVehicleTrim2Array TrimList);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | MakeId | Integer | |
| In | ModelId | Integer | |
| Out | Years | vtIntegerArray | |
| Out | BodyTypes | vtVehicleBodyTypeArray | |
| Out | Trims | vtStringArray | |
| Out | SteeringSides | vtSteeringSideArray |
method vtVehicleServices.GetVehicleYearsDown2(const SessionId: AnsiString
; const MakeId: Integer
; const ModelId: Integer
; Years: vtIntegerArray
; BodyTypes: vtVehicleBodyTypeArray
; Trims: vtStringArray
; SteeringSides: vtSteeringSideArray);
public void
vtVehicleServices.GetVehicleYearsDown2(AnsiString SessionId
,
Int32
MakeId
,
Int32
ModelId
, out vtIntegerArray Years
, out vtVehicleBodyTypeArray BodyTypes
, out vtStringArray Trims
, out vtSteeringSideArray SteeringSides);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | Vehicles | vtVehicleImportDescriptorArray | |
| Out | ImportResult | vtVehicleImportResult |
method vtVehicleServices.ImportVehicleData(const SessionId: AnsiString
; const Vehicles: vtVehicleImportDescriptorArray
; ImportResult: vtVehicleImportResult);
public void
vtVehicleServices.ImportVehicleData(AnsiString SessionId
, vtVehicleImportDescriptorArray Vehicles
, out vtVehicleImportResult ImportResult);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | Vehicles | vtVehicleImportDescriptorArray | |
| In | ImportVideoTypes | Boolean | |
| Out | ImportResult | vtVehicleImportResult |
method vtVehicleServices.ImportVehicleData2(const SessionId: AnsiString
; const Vehicles: vtVehicleImportDescriptorArray
; const ImportVideoTypes: Boolean
; ImportResult: vtVehicleImportResult);
public void
vtVehicleServices.ImportVehicleData2(AnsiString SessionId
, vtVehicleImportDescriptorArray Vehicles
, Boolean ImportVideoTypes
, out vtVehicleImportResult ImportResult);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionID | AnsiString | |
| In | SubCategories | Boolean | |
| In | SubGroups | Boolean | |
| In | SubAttributes | Boolean | |
| InOut | CategoryList | vtAttributeCategoryArray |
| Flag | Name | Type |
|---|---|---|
| Result | Result | Boolean |
method vtVehicleServices.PopulateAttributeCategories(const SessionID: AnsiString
; const SubCategories: Boolean
; const SubGroups: Boolean
; const SubAttributes: Boolean
; var CategoryList: vtAttributeCategoryArray)
: Boolean;
public Boolean vtVehicleServices.PopulateAttributeCategories(AnsiString SessionID
, Boolean SubCategories
, Boolean SubGroups
, Boolean SubAttributes
, ref vtAttributeCategoryArray CategoryList);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionID | AnsiString | |
| In | VehicleID | Integer | |
| In | SearchTerm | AnsiString | |
| In | MeraLevel | Integer | |
| Out | SearchCategories | vtSearchCategoryArray |
| Flag | Name | Type |
|---|---|---|
| Result | Result | Boolean |
method vtVehicleServices.SearchAttributes(const SessionID: AnsiString
; const VehicleID: Integer
; const SearchTerm: AnsiString
; const MeraLevel: Integer
; SearchCategories: vtSearchCategoryArray)
: Boolean;
public Boolean vtVehicleServices.SearchAttributes(AnsiString SessionID
,
Int32
VehicleID
, AnsiString SearchTerm
,
Int32
MeraLevel
, out vtSearchCategoryArray SearchCategories);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionID | AnsiString | |
| In | VehicleID | Integer | |
| In | AttributeID | Integer | |
| In | Value | AnsiString |
| Flag | Name | Type |
|---|---|---|
| Result | Result | Boolean |
method vtVehicleServices.SetAttributeValue(const SessionID: AnsiString
; const VehicleID: Integer
; const AttributeID: Integer
; const Value: AnsiString)
: Boolean;
public Boolean vtVehicleServices.SetAttributeValue(AnsiString SessionID
,
Int32
VehicleID
,
Int32
AttributeID
, AnsiString Value);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionID | AnsiString | |
| In | VehicleID | Integer | |
| In | ValueList | vtAttributeValueArray |
| Flag | Name | Type |
|---|---|---|
| Result | Result | Boolean |
method vtVehicleServices.SetAttributeValues(const SessionID: AnsiString
; const VehicleID: Integer
; const ValueList: vtAttributeValueArray)
: Boolean;
public Boolean vtVehicleServices.SetAttributeValues(AnsiString SessionID
,
Int32
VehicleID
, vtAttributeValueArray ValueList);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | CompanyId | Integer | |
| In | VehicleId | Integer | |
| In | CorrelatedId | AnsiString |
method vtVehicleServices.SetCompanyVehicleId(const SessionId: AnsiString
; const CompanyId: Integer
; const VehicleId: Integer
; const CorrelatedId: AnsiString);
public void
vtVehicleServices.SetCompanyVehicleId(AnsiString SessionId
,
Int32
CompanyId
,
Int32
VehicleId
, AnsiString CorrelatedId);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionID | AnsiString | |
| In | VehicleID | Integer | |
| In | AttributeID | Integer | |
| In | Value | AnsiString |
| Flag | Name | Type |
|---|---|---|
| Result | Result | Boolean |
method vtVehicleServices.SetLocalAttributeValue(const SessionID: AnsiString
; const VehicleID: Integer
; const AttributeID: Integer
; const Value: AnsiString)
: Boolean;
public Boolean vtVehicleServices.SetLocalAttributeValue(AnsiString SessionID
,
Int32
VehicleID
,
Int32
AttributeID
, AnsiString Value);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionID | AnsiString | |
| In | VehicleID | Integer | |
| In | ValueList | vtAttributeValueArray |
| Flag | Name | Type |
|---|---|---|
| Result | Result | Boolean |
method vtVehicleServices.SetLocalAttributeValues(const SessionID: AnsiString
; const VehicleID: Integer
; const ValueList: vtAttributeValueArray)
: Boolean;
public Boolean vtVehicleServices.SetLocalAttributeValues(AnsiString SessionID
,
Int32
VehicleID
, vtAttributeValueArray ValueList);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | Vehicles | vtVehicleValuesArray |
method vtVehicleServices.SetMultipleVehicleValues(const SessionId: AnsiString
; const Vehicles: vtVehicleValuesArray);
public void
vtVehicleServices.SetMultipleVehicleValues(AnsiString SessionId
, vtVehicleValuesArray Vehicles);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionID | AnsiString | |
| In | VehicleID | Integer | |
| In | MakeID | Integer | |
| In | ModelID | Integer | |
| In | Year | Integer | |
| In | BodyTypeID | Integer | |
| In | Trim | AnsiString | |
| In | VideoTypeID | Integer | |
| In | Publish | Boolean |
| Flag | Name | Type |
|---|---|---|
| Result | Result | Boolean |
method vtVehicleServices.SetVehicle(const SessionID: AnsiString
; const VehicleID: Integer
; const MakeID: Integer
; const ModelID: Integer
; const Year: Integer
; const BodyTypeID: Integer
; const Trim: AnsiString
; const VideoTypeID: Integer
; const Publish: Boolean)
: Boolean;
public Boolean vtVehicleServices.SetVehicle(AnsiString SessionID
,
Int32
VehicleID
,
Int32
MakeID
,
Int32
ModelID
,
Int32
Year
,
Int32
BodyTypeID
, AnsiString Trim
,
Int32
VideoTypeID
, Boolean Publish);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | VehicleId | Integer | |
| In | MakeId | Integer | |
| In | ModelId | Integer | |
| In | Year | Integer | |
| In | BodyTypeId | Integer | |
| In | Trim | AnsiString | |
| In | RightHandDrive | Boolean | |
| In | VideoTypeId | Integer | |
| In | Publish | Boolean |
method vtVehicleServices.SetVehicle2(const SessionId: AnsiString
; const VehicleId: Integer
; const MakeId: Integer
; const ModelId: Integer
; const Year: Integer
; const BodyTypeId: Integer
; const Trim: AnsiString
; const RightHandDrive: Boolean
; const VideoTypeId: Integer
; const Publish: Boolean);
public void
vtVehicleServices.SetVehicle2(AnsiString SessionId
,
Int32
VehicleId
,
Int32
MakeId
,
Int32
ModelId
,
Int32
Year
,
Int32
BodyTypeId
, AnsiString Trim
, Boolean RightHandDrive
,
Int32
VideoTypeId
, Boolean Publish);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | VehicleId | Integer | |
| In | MakeId | Integer | |
| In | ModelId | Integer | |
| In | Year | Integer | |
| In | BodyTypeId | Integer | |
| In | TrimLevel | AnsiString | |
| In | DefaultTrimLevel | Boolean | |
| In | RightHandDrive | Boolean | |
| In | VideoTypeId | Integer | |
| In | Publish | Boolean |
method vtVehicleServices.SetVehicle3(const SessionId: AnsiString
; const VehicleId: Integer
; const MakeId: Integer
; const ModelId: Integer
; const Year: Integer
; const BodyTypeId: Integer
; const TrimLevel: AnsiString
; const DefaultTrimLevel: Boolean
; const RightHandDrive: Boolean
; const VideoTypeId: Integer
; const Publish: Boolean);
public void
vtVehicleServices.SetVehicle3(AnsiString SessionId
,
Int32
VehicleId
,
Int32
MakeId
,
Int32
ModelId
,
Int32
Year
,
Int32
BodyTypeId
, AnsiString TrimLevel
, Boolean DefaultTrimLevel
, Boolean RightHandDrive
,
Int32
VideoTypeId
, Boolean Publish);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | VehicleId | Integer | |
| In | Notes | AnsiString |
method vtVehicleServices.SetVehicleNotes(const SessionId: AnsiString
; const VehicleId: Integer
; const Notes: AnsiString);
public void
vtVehicleServices.SetVehicleNotes(AnsiString SessionId
,
Int32
VehicleId
, AnsiString Notes);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | PendingAdvisories | vtAdvisoryArray |
method vtVehicleServices.ValidatePendingAdvisories(const SessionId: AnsiString
; const PendingAdvisories: vtAdvisoryArray);
public void
vtVehicleServices.ValidatePendingAdvisories(AnsiString SessionId
, vtAdvisoryArray PendingAdvisories);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | PendingChanges | vtPendingAttributeValueArray |
method vtVehicleServices.ValidatePendingAttributeValues(const SessionId: AnsiString
; const PendingChanges: vtPendingAttributeValueArray);
public void
vtVehicleServices.ValidatePendingAttributeValues(AnsiString SessionId
, vtPendingAttributeValueArray PendingChanges);
Method to return vehicle id for a specified VIN
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | VIN | AnsiString | |
| Out | VehicleID | Integer |
method vtVehicleServices.GetVehicleIDByVIN(const SessionId: AnsiString
; const VIN: AnsiString
; VehicleID: Integer);
public void
vtVehicleServices.GetVehicleIDByVIN(AnsiString SessionId
, AnsiString VIN
, out
Int32
VehicleID);
The following table lists the Operations defined in "vtVehicleDAServices":
The following table lists the Operations defined in "vtAdminServices":
| SetConnectionString | |
| SetRegConnectionString | |
| SetDocumentPath | |
| SetPassword | |
| SetSmtpServer | |
| SetUpdatesPath | |
| SetUpdatesUrl | |
| SetHomepagePath | |
| SetWebVehicleImagePath |
| Flag | Name | Type | Description |
|---|---|---|---|
| In | Password | AnsiString | |
| In | ConnectionString | AnsiString |
| Flag | Name | Type |
|---|---|---|
| Result | Result | Boolean |
method vtAdminServices.SetConnectionString(const Password: AnsiString
; const ConnectionString: AnsiString)
: Boolean;
public Boolean vtAdminServices.SetConnectionString(AnsiString Password
, AnsiString ConnectionString);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | Password | AnsiString | |
| In | ConnectionString | AnsiString |
| Flag | Name | Type |
|---|---|---|
| Result | Result | Boolean |
method vtAdminServices.SetRegConnectionString(const Password: AnsiString
; const ConnectionString: AnsiString)
: Boolean;
public Boolean vtAdminServices.SetRegConnectionString(AnsiString Password
, AnsiString ConnectionString);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | Password | AnsiString | |
| In | DocumentPath | AnsiString |
| Flag | Name | Type |
|---|---|---|
| Result | Result | Boolean |
method vtAdminServices.SetDocumentPath(const Password: AnsiString
; const DocumentPath: AnsiString)
: Boolean;
public Boolean vtAdminServices.SetDocumentPath(AnsiString Password
, AnsiString DocumentPath);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | Password | AnsiString | |
| In | NewPassword | AnsiString |
| Flag | Name | Type |
|---|---|---|
| Result | Result | Boolean |
method vtAdminServices.SetPassword(const Password: AnsiString
; const NewPassword: AnsiString)
: Boolean;
public Boolean vtAdminServices.SetPassword(AnsiString Password
, AnsiString NewPassword);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | Password | AnsiString | |
| In | SmtpServer | AnsiString |
method vtAdminServices.SetSmtpServer(const Password: AnsiString
; const SmtpServer: AnsiString);
public void
vtAdminServices.SetSmtpServer(AnsiString Password
, AnsiString SmtpServer);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | Password | AnsiString | |
| In | UpdatesPath | AnsiString |
method vtAdminServices.SetUpdatesPath(const Password: AnsiString
; const UpdatesPath: AnsiString);
public void
vtAdminServices.SetUpdatesPath(AnsiString Password
, AnsiString UpdatesPath);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | Password | AnsiString | |
| In | UpdatesUrl | AnsiString |
method vtAdminServices.SetUpdatesUrl(const Password: AnsiString
; const UpdatesUrl: AnsiString);
public void
vtAdminServices.SetUpdatesUrl(AnsiString Password
, AnsiString UpdatesUrl);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | Password | AnsiString | |
| In | HomepagePath | AnsiString |
method vtAdminServices.SetHomepagePath(const Password: AnsiString
; const HomepagePath: AnsiString);
public void
vtAdminServices.SetHomepagePath(AnsiString Password
, AnsiString HomepagePath);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | Password | AnsiString | |
| In | WebVehicleImagePath | AnsiString |
method vtAdminServices.SetWebVehicleImagePath(const Password: AnsiString
; const WebVehicleImagePath: AnsiString);
public void
vtAdminServices.SetWebVehicleImagePath(AnsiString Password
, AnsiString WebVehicleImagePath);
The following table lists the Operations defined in "vtApplicationServices":
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | Request | vtApplicationKeyRequest | |
| In | CompanyId | Integer | |
| Out | ApplicationKeys | vtStringArray |
method vtApplicationServices.CompanyGetApplicationKeys(const SessionId: AnsiString
; const Request: vtApplicationKeyRequest
; const CompanyId: Integer
; ApplicationKeys: vtStringArray);
public void
vtApplicationServices.CompanyGetApplicationKeys(AnsiString SessionId
, vtApplicationKeyRequest Request
,
Int32
CompanyId
, out vtStringArray ApplicationKeys);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | ApplicationKey | AnsiString | |
| In | DistributorId | AnsiString | |
| In | Active | Boolean | |
| In | Deleted | Boolean |
method vtApplicationServices.EditApplicationKey(const SessionId: AnsiString
; const ApplicationKey: AnsiString
; const DistributorId: AnsiString
; const Active: Boolean
; const Deleted: Boolean);
public void
vtApplicationServices.EditApplicationKey(AnsiString SessionId
, AnsiString ApplicationKey
, AnsiString DistributorId
, Boolean Active
, Boolean Deleted);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | CompanyId | Integer | |
| In | InData | AnsiString |
method vtApplicationServices.EmailRegistration(const SessionId: AnsiString
; const CompanyId: Integer
; const InData: AnsiString);
public void
vtApplicationServices.EmailRegistration(AnsiString SessionId
,
Int32
CompanyId
, AnsiString InData);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| Out | ApplicationPrices | vtApplicationPriceArray |
method vtApplicationServices.GetAllApplicationPrices(const SessionId: AnsiString
; ApplicationPrices: vtApplicationPriceArray);
public void
vtApplicationServices.GetAllApplicationPrices(AnsiString SessionId
, out vtApplicationPriceArray ApplicationPrices);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| Out | DistributorPrices | vtDistributorPriceArray |
method vtApplicationServices.GetAllDistributorPrices(const SessionId: AnsiString
; DistributorPrices: vtDistributorPriceArray);
public void
vtApplicationServices.GetAllDistributorPrices(AnsiString SessionId
, out vtDistributorPriceArray DistributorPrices);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | SerialPrefix | AnsiString | |
| Out | ApplicationId | AnsiString |
method vtApplicationServices.GetApplicationIdForSerialPrefix(const SessionId: AnsiString
; const SerialPrefix: AnsiString
; ApplicationId: AnsiString);
public void
vtApplicationServices.GetApplicationIdForSerialPrefix(AnsiString SessionId
, AnsiString SerialPrefix
, out AnsiString ApplicationId);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | ApplicationKey | AnsiString | |
| Out | KeyInfo | vtApplicationKeyInfo2 |
method vtApplicationServices.GetApplicationKeyInfo(const SessionId: AnsiString
; const ApplicationKey: AnsiString
; KeyInfo: vtApplicationKeyInfo2);
public void
vtApplicationServices.GetApplicationKeyInfo(AnsiString SessionId
, AnsiString ApplicationKey
, out vtApplicationKeyInfo2 KeyInfo);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | ApplicationKey | AnsiString | |
| Out | KeyInfo | vtApplicationKeyInfo3 |
method vtApplicationServices.GetApplicationKeyInfo2(const SessionId: AnsiString
; const ApplicationKey: AnsiString
; KeyInfo: vtApplicationKeyInfo3);
public void
vtApplicationServices.GetApplicationKeyInfo2(AnsiString SessionId
, AnsiString ApplicationKey
, out vtApplicationKeyInfo3 KeyInfo);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| Out | ApplicationKeyInfo | vtApplicationKeyInfoArray |
method vtApplicationServices.GetApplicationKeyList(const SessionId: AnsiString
; ApplicationKeyInfo: vtApplicationKeyInfoArray);
public void
vtApplicationServices.GetApplicationKeyList(AnsiString SessionId
, out vtApplicationKeyInfoArray ApplicationKeyInfo);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | Request | vtApplicationKeyRequest | |
| Out | ApplicationKeys | vtStringArray |
method vtApplicationServices.GetApplicationKeys(const SessionId: AnsiString
; const Request: vtApplicationKeyRequest
; ApplicationKeys: vtStringArray);
public void
vtApplicationServices.GetApplicationKeys(AnsiString SessionId
, vtApplicationKeyRequest Request
, out vtStringArray ApplicationKeys);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | Request | vtApplicationKeyRequest2 | |
| Out | ApplicationKeys | vtStringArray |
method vtApplicationServices.GetApplicationKeys2(const SessionId: AnsiString
; const Request: vtApplicationKeyRequest2
; ApplicationKeys: vtStringArray);
public void
vtApplicationServices.GetApplicationKeys2(AnsiString SessionId
, vtApplicationKeyRequest2 Request
, out vtStringArray ApplicationKeys);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | Request | vtApplicationKeyRequest3 | |
| Out | ApplicationKeys | vtStringArray |
method vtApplicationServices.GetApplicationKeys3(const SessionId: AnsiString
; const Request: vtApplicationKeyRequest3
; ApplicationKeys: vtStringArray);
public void
vtApplicationServices.GetApplicationKeys3(AnsiString SessionId
, vtApplicationKeyRequest3 Request
, out vtStringArray ApplicationKeys);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | Request | vtApplicationKeyRequest4 | |
| Out | ApplicationKeys | vtStringArray |
method vtApplicationServices.GetApplicationKeys4(const SessionId: AnsiString
; const Request: vtApplicationKeyRequest4
; ApplicationKeys: vtStringArray);
public void
vtApplicationServices.GetApplicationKeys4(AnsiString SessionId
, vtApplicationKeyRequest4 Request
, out vtStringArray ApplicationKeys);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | Request | vtApplicationKeyRequest5 | |
| Out | ApplicationKeys | vtStringArray |
method vtApplicationServices.GetApplicationKeys5(const SessionId: AnsiString
; const Request: vtApplicationKeyRequest5
; ApplicationKeys: vtStringArray);
public void
vtApplicationServices.GetApplicationKeys5(AnsiString SessionId
, vtApplicationKeyRequest5 Request
, out vtStringArray ApplicationKeys);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | ApplicationId | AnsiString | |
| Out | ApplicationPrices | vtApplicationPriceArray |
method vtApplicationServices.GetApplicationPrices(const SessionId: AnsiString
; const ApplicationId: AnsiString
; ApplicationPrices: vtApplicationPriceArray);
public void
vtApplicationServices.GetApplicationPrices(AnsiString SessionId
, AnsiString ApplicationId
, out vtApplicationPriceArray ApplicationPrices);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| Out | Applications | vtApplicationInfoArray |
method vtApplicationServices.GetApplications(const SessionId: AnsiString
; Applications: vtApplicationInfoArray);
public void
vtApplicationServices.GetApplications(AnsiString SessionId
, out vtApplicationInfoArray Applications);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| Out | Applications | vtApplicationInfo2Array |
method vtApplicationServices.GetApplications2(const SessionId: AnsiString
; Applications: vtApplicationInfo2Array);
public void
vtApplicationServices.GetApplications2(AnsiString SessionId
, out vtApplicationInfo2Array Applications);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| Out | Applications | vtApplicationInfo3Array |
method vtApplicationServices.GetApplications3(const SessionId: AnsiString
; Applications: vtApplicationInfo3Array);
public void
vtApplicationServices.GetApplications3(AnsiString SessionId
, out vtApplicationInfo3Array Applications);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| Out | Applications | vtApplicationInfo4Array |
method vtApplicationServices.GetApplications4(const SessionId: AnsiString
; Applications: vtApplicationInfo4Array);
public void
vtApplicationServices.GetApplications4(AnsiString SessionId
, out vtApplicationInfo4Array Applications);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| Out | AppServices | vtAppServiceArray |
method vtApplicationServices.GetAppServices(const SessionId: AnsiString
; AppServices: vtAppServiceArray);
public void
vtApplicationServices.GetAppServices(AnsiString SessionId
, out vtAppServiceArray AppServices);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| Out | AppServices | vtAppService3Array |
method vtApplicationServices.GetAppServices2(const SessionId: AnsiString
; AppServices: vtAppService3Array);
public void
vtApplicationServices.GetAppServices2(AnsiString SessionId
, out vtAppService3Array AppServices);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | DistributorId | AnsiString | |
| Out | Applications | vtApplicationInfo4Array |
method vtApplicationServices.GetDistributorApplications(const SessionId: AnsiString
; const DistributorId: AnsiString
; Applications: vtApplicationInfo4Array);
public void
vtApplicationServices.GetDistributorApplications(AnsiString SessionId
, AnsiString DistributorId
, out vtApplicationInfo4Array Applications);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | DistributorId | AnsiString | |
| Out | ApplicationKeys | vtApplicationKeyInfo2Array |
method vtApplicationServices.GetDistributorKeys(const SessionId: AnsiString
; const DistributorId: AnsiString
; ApplicationKeys: vtApplicationKeyInfo2Array);
public void
vtApplicationServices.GetDistributorKeys(AnsiString SessionId
, AnsiString DistributorId
, out vtApplicationKeyInfo2Array ApplicationKeys);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | DistributorId | AnsiString | |
| Out | ApplicationKeys | vtApplicationKeyInfo3Array |
method vtApplicationServices.GetDistributorKeys2(const SessionId: AnsiString
; const DistributorId: AnsiString
; ApplicationKeys: vtApplicationKeyInfo3Array);
public void
vtApplicationServices.GetDistributorKeys2(AnsiString SessionId
, AnsiString DistributorId
, out vtApplicationKeyInfo3Array ApplicationKeys);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| Out | Distributors | vtDistributorArray |
method vtApplicationServices.GetDistributors(const SessionId: AnsiString
; Distributors: vtDistributorArray);
public void
vtApplicationServices.GetDistributors(AnsiString SessionId
, out vtDistributorArray Distributors);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | PurchaseLink | AnsiString | |
| Out | ApplicationId | AnsiString | |
| Out | ApplicationKey | AnsiString |
method vtApplicationServices.GetPurchaseLinkApplicationInfo(const SessionId: AnsiString
; const PurchaseLink: AnsiString
; ApplicationId: AnsiString
; ApplicationKey: AnsiString);
public void
vtApplicationServices.GetPurchaseLinkApplicationInfo(AnsiString SessionId
, AnsiString PurchaseLink
, out AnsiString ApplicationId
, out AnsiString ApplicationKey);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | SerialNumber | AnsiString | |
| In | CompanyId | Integer | |
| Out | ApplicationKey | AnsiString | |
| Out | ApplicationId | AnsiString |
method vtApplicationServices.GetSerialNumberApplicationKey(const SessionId: AnsiString
; const SerialNumber: AnsiString
; const CompanyId: Integer
; ApplicationKey: AnsiString
; ApplicationId: AnsiString);
public void
vtApplicationServices.GetSerialNumberApplicationKey(AnsiString SessionId
, AnsiString SerialNumber
,
Int32
CompanyId
, out AnsiString ApplicationKey
, out AnsiString ApplicationId);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | ApplicationKey | AnsiString | |
| In | Active | Boolean |
method vtApplicationServices.UpdateApplicationKey(const SessionId: AnsiString
; const ApplicationKey: AnsiString
; const Active: Boolean);
public void
vtApplicationServices.UpdateApplicationKey(AnsiString SessionId
, AnsiString ApplicationKey
, Boolean Active);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | Sessionid | AnsiString | |
| In | ApplicationKey | vtApplicationKeyInfo3 |
method vtApplicationServices.UpdateApplicationKey2(const Sessionid: AnsiString
; const ApplicationKey: vtApplicationKeyInfo3);
public void
vtApplicationServices.UpdateApplicationKey2(AnsiString Sessionid
, vtApplicationKeyInfo3 ApplicationKey);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | AppKeyServices | vtAppKeyServiceArray |
method vtApplicationServices.UpdateApplicationKeyAppServices(const SessionId: AnsiString
; const AppKeyServices: vtAppKeyServiceArray);
public void
vtApplicationServices.UpdateApplicationKeyAppServices(AnsiString SessionId
, vtAppKeyServiceArray AppKeyServices);
The following table lists the Operations defined in "vtApplicationDAServices":
The following table lists the Operations defined in "vtChartServices":
| SelectActiveCompanies | |
| SelectOnlineCompanies | |
| SelectExpiredCompanies | |
| SelectNewCompanies |
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | ChartRequest | vtChartRequest | |
| Out | ChartResults | vtChartResultArray |
method vtChartServices.SelectActiveCompanies(const SessionId: AnsiString
; const ChartRequest: vtChartRequest
; ChartResults: vtChartResultArray);
public void
vtChartServices.SelectActiveCompanies(AnsiString SessionId
, vtChartRequest ChartRequest
, out vtChartResultArray ChartResults);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | ChartRequest | vtChartRequest | |
| Out | ChartResults | vtChartResultArray |
method vtChartServices.SelectOnlineCompanies(const SessionId: AnsiString
; const ChartRequest: vtChartRequest
; ChartResults: vtChartResultArray);
public void
vtChartServices.SelectOnlineCompanies(AnsiString SessionId
, vtChartRequest ChartRequest
, out vtChartResultArray ChartResults);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | ChartRequest | vtChartRequest | |
| Out | ChartResults | vtChartResultArray |
method vtChartServices.SelectExpiredCompanies(const SessionId: AnsiString
; const ChartRequest: vtChartRequest
; ChartResults: vtChartResultArray);
public void
vtChartServices.SelectExpiredCompanies(AnsiString SessionId
, vtChartRequest ChartRequest
, out vtChartResultArray ChartResults);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | ChartRequest | vtChartRequest | |
| Out | ChartResults | vtChartResultArray |
method vtChartServices.SelectNewCompanies(const SessionId: AnsiString
; const ChartRequest: vtChartRequest
; ChartResults: vtChartResultArray);
public void
vtChartServices.SelectNewCompanies(AnsiString SessionId
, vtChartRequest ChartRequest
, out vtChartResultArray ChartResults);
The following table lists the Operations defined in "vtDealerServices":
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | CompanyId | Integer | |
| In | DealerLocatorId | Integer |
| Flag | Name | Type |
|---|---|---|
| Result | Result | Boolean |
method vtDealerServices.DealerOnLocator(const SessionId: AnsiString
; const CompanyId: Integer
; const DealerLocatorId: Integer)
: Boolean;
public Boolean vtDealerServices.DealerOnLocator(AnsiString SessionId
,
Int32
CompanyId
,
Int32
DealerLocatorId);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| Out | Brands | vtBrandArray |
method vtDealerServices.GetAllBrands(const SessionId: AnsiString
; Brands: vtBrandArray);
public void
vtDealerServices.GetAllBrands(AnsiString SessionId
, out vtBrandArray Brands);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | CompanyId | Integer | |
| Out | Brands | vtBrand2Array |
method vtDealerServices.GetDealerBrands(const SessionId: AnsiString
; const CompanyId: Integer
; Brands: vtBrand2Array);
public void
vtDealerServices.GetDealerBrands(AnsiString SessionId
,
Int32
CompanyId
, out vtBrand2Array Brands);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | DealerLocatorId | Integer | |
| In | DealerId | Integer | |
| Out | Dealer | vtDealer2 |
method vtDealerServices.GetDealerInfo(const SessionId: AnsiString
; const DealerLocatorId: Integer
; const DealerId: Integer
; Dealer: vtDealer2);
public void
vtDealerServices.GetDealerInfo(AnsiString SessionId
,
Int32
DealerLocatorId
,
Int32
DealerId
, out vtDealer2 Dealer);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| Out | DealerLocators | vtDealerLocatorArray |
method vtDealerServices.GetDealerLocators(const SessionId: AnsiString
; DealerLocators: vtDealerLocatorArray);
public void
vtDealerServices.GetDealerLocators(AnsiString SessionId
, out vtDealerLocatorArray DealerLocators);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | ZipCode | Double | |
| In | Miles | Integer | |
| In | DealerLocatorId | Integer | |
| Out | Dealers | vtDealerArray |
method vtDealerServices.GetDealersWithinMiles(const SessionId: AnsiString
; const ZipCode: Double
; const Miles: Integer
; const DealerLocatorId: Integer
; Dealers: vtDealerArray);
public void
vtDealerServices.GetDealersWithinMiles(AnsiString SessionId
, Double ZipCode
,
Int32
Miles
,
Int32
DealerLocatorId
, out vtDealerArray Dealers);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | Request | vtZipRequest2 | |
| Out | Dealers | vtDealer2Array |
method vtDealerServices.GetDealersWithinMiles2(const SessionId: AnsiString
; const Request: vtZipRequest2
; Dealers: vtDealer2Array);
public void
vtDealerServices.GetDealersWithinMiles2(AnsiString SessionId
, vtZipRequest2 Request
, out vtDealer2Array Dealers);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| Out | DealerLocators | vtDealerLocatorArray |
method vtDealerServices.GetTopTierLocators(const SessionId: AnsiString
; DealerLocators: vtDealerLocatorArray);
public void
vtDealerServices.GetTopTierLocators(AnsiString SessionId
, out vtDealerLocatorArray DealerLocators);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | Request | vtZipRequest | |
| Out | ZipList | vtZipInfoArray |
method vtDealerServices.GetZipsWithin(const SessionId: AnsiString
; const Request: vtZipRequest
; ZipList: vtZipInfoArray);
public void
vtDealerServices.GetZipsWithin(AnsiString SessionId
, vtZipRequest Request
, out vtZipInfoArray ZipList);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | DealerLocatorId | Integer | |
| In | DealerInfo | vtDealer | |
| In | AnsiString |
method vtDealerServices.RequestListing(const SessionId: AnsiString
; const DealerLocatorId: Integer
; const DealerInfo: vtDealer
; const Email: AnsiString);
public void
vtDealerServices.RequestListing(AnsiString SessionId
,
Int32
DealerLocatorId
, vtDealer DealerInfo
, AnsiString Email);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | CompanyId | Integer | |
| In | DealerLocatorIds | vtIntegerArray |
method vtDealerServices.RequestTopTierListings(const SessionId: AnsiString
; const CompanyId: Integer
; const DealerLocatorIds: vtIntegerArray);
public void
vtDealerServices.RequestTopTierListings(AnsiString SessionId
,
Int32
CompanyId
, vtIntegerArray DealerLocatorIds);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | DealerLocatorId | Integer | |
| In | Dealer | vtDealer2 |
method vtDealerServices.SetDealerInfo(const SessionId: AnsiString
; const DealerLocatorId: Integer
; const Dealer: vtDealer2);
public void
vtDealerServices.SetDealerInfo(AnsiString SessionId
,
Int32
DealerLocatorId
, vtDealer2 Dealer);
The following table lists the Operations defined in "vtDocumentServices":
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | CompanyId | Integer | |
| In | VehicleIds | vtIntegerArray | |
| In | DocumentIds | vtIntegerArray |
method vtDocumentServices.AddCompanyVehicleDocuments(const SessionId: AnsiString
; const CompanyId: Integer
; const VehicleIds: vtIntegerArray
; const DocumentIds: vtIntegerArray);
public void
vtDocumentServices.AddCompanyVehicleDocuments(AnsiString SessionId
,
Int32
CompanyId
, vtIntegerArray VehicleIds
, vtIntegerArray DocumentIds);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionID | AnsiString | |
| In | CategoryID | Integer | |
| In | Publish | Boolean | |
| In | DocumentName | AnsiString | |
| In | FileName | AnsiString | |
| Out | DocumentID | Integer |
| Flag | Name | Type |
|---|---|---|
| Result | Result | Boolean |
method vtDocumentServices.AddDocument(const SessionID: AnsiString
; const CategoryID: Integer
; const Publish: Boolean
; const DocumentName: AnsiString
; const FileName: AnsiString
; DocumentID: Integer)
: Boolean;
public Boolean vtDocumentServices.AddDocument(AnsiString SessionID
,
Int32
CategoryID
, Boolean Publish
, AnsiString DocumentName
, AnsiString FileName
, out
Int32
DocumentID);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | Document | vtDocument2 | |
| Out | DocumentId | Integer |
| Flag | Name | Type |
|---|---|---|
| Result | Result | Boolean |
method vtDocumentServices.AddDocument2(const SessionId: AnsiString
; const Document: vtDocument2
; DocumentId: Integer)
: Boolean;
public Boolean vtDocumentServices.AddDocument2(AnsiString SessionId
, vtDocument2 Document
, out
Int32
DocumentId);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | Document | vtDocument3 | |
| Out | DocumentId | Integer |
method vtDocumentServices.AddDocument3(const SessionId: AnsiString
; const Document: vtDocument3
; DocumentId: Integer);
public void
vtDocumentServices.AddDocument3(AnsiString SessionId
, vtDocument3 Document
, out
Int32
DocumentId);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | Document | vtDocument4 | |
| Out | DocumentId | Integer |
method vtDocumentServices.AddDocument4(const SessionId: AnsiString
; const Document: vtDocument4
; DocumentId: Integer);
public void
vtDocumentServices.AddDocument4(AnsiString SessionId
, vtDocument4 Document
, out
Int32
DocumentId);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | Document | vtDocument5 | |
| In | DocumentFile | Binary | |
| Out | DocumentId | Integer |
method vtDocumentServices.AddDocument5(const SessionId: AnsiString
; const Document: vtDocument5
; const DocumentFile: Binary
; DocumentId: Integer);
public void
vtDocumentServices.AddDocument5(AnsiString SessionId
, vtDocument5 Document
, Binary DocumentFile
, out
Int32
DocumentId);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | Document | vtDocument6 | |
| In | DocumentFile | Binary | |
| Out | DocumentId | Integer |
method vtDocumentServices.AddDocument6(const SessionId: AnsiString
; const Document: vtDocument6
; const DocumentFile: Binary
; DocumentId: Integer);
public void
vtDocumentServices.AddDocument6(AnsiString SessionId
, vtDocument6 Document
, Binary DocumentFile
, out
Int32
DocumentId);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionID | AnsiString | |
| In | ParentCategoryID | Integer | |
| In | Category | AnsiString | |
| Out | CategoryID | Integer |
| Flag | Name | Type |
|---|---|---|
| Result | Result | Boolean |
method vtDocumentServices.AddDocumentCategory(const SessionID: AnsiString
; const ParentCategoryID: Integer
; const Category: AnsiString
; CategoryID: Integer)
: Boolean;
public Boolean vtDocumentServices.AddDocumentCategory(AnsiString SessionID
,
Int32
ParentCategoryID
, AnsiString Category
, out
Int32
CategoryID);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | Category | vtDocumentCategory2 | |
| Out | CategoryId | Integer |
method vtDocumentServices.AddDocumentCategory2(const SessionId: AnsiString
; const Category: vtDocumentCategory2
; CategoryId: Integer);
public void
vtDocumentServices.AddDocumentCategory2(AnsiString SessionId
, vtDocumentCategory2 Category
, out
Int32
CategoryId);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | DocumentId | Integer | |
| In | VehicleId | Integer |
method vtDocumentServices.AddDocumentVehicle(const SessionId: AnsiString
; const DocumentId: Integer
; const VehicleId: Integer);
public void
vtDocumentServices.AddDocumentVehicle(AnsiString SessionId
,
Int32
DocumentId
,
Int32
VehicleId);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | DocumentId | Integer | |
| In | VehicleIds | vtIntegerArray |
method vtDocumentServices.AddDocumentVehicles(const SessionId: AnsiString
; const DocumentId: Integer
; const VehicleIds: vtIntegerArray);
public void
vtDocumentServices.AddDocumentVehicles(AnsiString SessionId
,
Int32
DocumentId
, vtIntegerArray VehicleIds);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionID | AnsiString | |
| In | VehicleID | Integer | |
| In | DocumentID | Integer |
| Flag | Name | Type |
|---|---|---|
| Result | Result | Boolean |
method vtDocumentServices.AddVehicleDocument(const SessionID: AnsiString
; const VehicleID: Integer
; const DocumentID: Integer)
: Boolean;
public Boolean vtDocumentServices.AddVehicleDocument(AnsiString SessionID
,
Int32
VehicleID
,
Int32
DocumentID);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionID | AnsiString | |
| In | VehicleID | Integer | |
| In | DocumentIds | vtIntegerArray |
| Flag | Name | Type |
|---|---|---|
| Result | Result | Boolean |
method vtDocumentServices.AddVehicleDocuments(const SessionID: AnsiString
; const VehicleID: Integer
; const DocumentIds: vtIntegerArray)
: Boolean;
public Boolean vtDocumentServices.AddVehicleDocuments(AnsiString SessionID
,
Int32
VehicleID
, vtIntegerArray DocumentIds);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | VehicleIds | vtIntegerArray | |
| In | DocumentIds | vtIntegerArray |
method vtDocumentServices.AddVehicleDocuments2(const SessionId: AnsiString
; const VehicleIds: vtIntegerArray
; const DocumentIds: vtIntegerArray);
public void
vtDocumentServices.AddVehicleDocuments2(AnsiString SessionId
, vtIntegerArray VehicleIds
, vtIntegerArray DocumentIds);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionID | AnsiString | |
| In | FromID | Integer | |
| In | ToIDs | vtIntegerArray |
| Flag | Name | Type |
|---|---|---|
| Result | Result | Boolean |
method vtDocumentServices.CopyVehicleDocuments(const SessionID: AnsiString
; const FromID: Integer
; const ToIDs: vtIntegerArray)
: Boolean;
public Boolean vtDocumentServices.CopyVehicleDocuments(AnsiString SessionID
,
Int32
FromID
, vtIntegerArray ToIDs);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionID | AnsiString | |
| In | DocumentID | Integer |
| Flag | Name | Type |
|---|---|---|
| Result | Result | Boolean |
method vtDocumentServices.DeleteDocument(const SessionID: AnsiString
; const DocumentID: Integer)
: Boolean;
public Boolean vtDocumentServices.DeleteDocument(AnsiString SessionID
,
Int32
DocumentID);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionID | AnsiString | |
| In | CategoryID | Integer |
| Flag | Name | Type |
|---|---|---|
| Result | Result | Boolean |
method vtDocumentServices.DeleteDocumentCategory(const SessionID: AnsiString
; const CategoryID: Integer)
: Boolean;
public Boolean vtDocumentServices.DeleteDocumentCategory(AnsiString SessionID
,
Int32
CategoryID);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionID | AnsiString | |
| In | DocumentIds | vtIntegerArray |
| Flag | Name | Type |
|---|---|---|
| Result | Result | Boolean |
method vtDocumentServices.DeleteDocuments(const SessionID: AnsiString
; const DocumentIds: vtIntegerArray)
: Boolean;
public Boolean vtDocumentServices.DeleteDocuments(AnsiString SessionID
, vtIntegerArray DocumentIds);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | DocumentType | vtDocumentType | |
| In | FileName | AnsiString | |
| Out | Document | Binary |
| Flag | Name | Type |
|---|---|---|
| Result | Result | Boolean |
method vtDocumentServices.GetDocument(const SessionId: AnsiString
; const DocumentType: vtDocumentType
; const FileName: AnsiString
; Document: Binary)
: Boolean;
public Boolean vtDocumentServices.GetDocument(AnsiString SessionId
, vtDocumentType DocumentType
, AnsiString FileName
, out Binary Document);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | DocumentType | vtDocumentType | |
| In | FileName | AnsiString | |
| Out | Document | Binary |
| Flag | Name | Type |
|---|---|---|
| Result | Result | Boolean |
method vtDocumentServices.GetDocumentByFileName(const SessionId: AnsiString
; const DocumentType: vtDocumentType
; const FileName: AnsiString
; Document: Binary)
: Boolean;
public Boolean vtDocumentServices.GetDocumentByFileName(AnsiString SessionId
, vtDocumentType DocumentType
, AnsiString FileName
, out Binary Document);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | DocumentId | Integer | |
| Out | Document | Binary |
| Flag | Name | Type |
|---|---|---|
| Result | Result | Boolean |
method vtDocumentServices.GetDocumentById(const SessionId: AnsiString
; const DocumentId: Integer
; Document: Binary)
: Boolean;
public Boolean vtDocumentServices.GetDocumentById(AnsiString SessionId
,
Int32
DocumentId
, out Binary Document);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionID | AnsiString | |
| In | ParentCategoryID | Integer | |
| In | SubCategories | Boolean | |
| Out | CategoryList | vtDocumentCategoryArray |
| Flag | Name | Type |
|---|---|---|
| Result | Result | Boolean |
method vtDocumentServices.GetDocumentCategories(const SessionID: AnsiString
; const ParentCategoryID: Integer
; const SubCategories: Boolean
; CategoryList: vtDocumentCategoryArray)
: Boolean;
public Boolean vtDocumentServices.GetDocumentCategories(AnsiString SessionID
,
Int32
ParentCategoryID
, Boolean SubCategories
, out vtDocumentCategoryArray CategoryList);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | ParentCategoryId | Integer | |
| In | SubCategories | Boolean | |
| Out | CategoryList | vtDocumentCategory2Array |
method vtDocumentServices.GetDocumentCategories2(const SessionId: AnsiString
; const ParentCategoryId: Integer
; const SubCategories: Boolean
; CategoryList: vtDocumentCategory2Array);
public void
vtDocumentServices.GetDocumentCategories2(AnsiString SessionId
,
Int32
ParentCategoryId
, Boolean SubCategories
, out vtDocumentCategory2Array CategoryList);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionID | AnsiString | |
| In | CategoryID | Integer | |
| In | SubCategories | Boolean | |
| Out | Category | vtDocumentCategory |
| Flag | Name | Type |
|---|---|---|
| Result | Result | Boolean |
method vtDocumentServices.GetDocumentCategory(const SessionID: AnsiString
; const CategoryID: Integer
; const SubCategories: Boolean
; Category: vtDocumentCategory)
: Boolean;
public Boolean vtDocumentServices.GetDocumentCategory(AnsiString SessionID
,
Int32
CategoryID
, Boolean SubCategories
, out vtDocumentCategory Category);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionID | AnsiString | |
| In | CategoryID | Integer | |
| Out | DocumentList | vtDocumentArray |
| Flag | Name | Type |
|---|---|---|
| Result | Result | Boolean |
method vtDocumentServices.GetDocuments(const SessionID: AnsiString
; const CategoryID: Integer
; DocumentList: vtDocumentArray)
: Boolean;
public Boolean vtDocumentServices.GetDocuments(AnsiString SessionID
,
Int32
CategoryID
, out vtDocumentArray DocumentList);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | CategoryId | Integer | |
| Out | DocumentList | vtDocument2Array |
| Flag | Name | Type |
|---|---|---|
| Result | Result | Boolean |
method vtDocumentServices.GetDocuments2(const SessionId: AnsiString
; const CategoryId: Integer
; DocumentList: vtDocument2Array)
: Boolean;
public Boolean vtDocumentServices.GetDocuments2(AnsiString SessionId
,
Int32
CategoryId
, out vtDocument2Array DocumentList);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | CategoryId | Integer | |
| In | Vehicles | Boolean | |
| Out | Documents | vtDocument3Array |
method vtDocumentServices.GetDocuments3(const SessionId: AnsiString
; const CategoryId: Integer
; const Vehicles: Boolean
; Documents: vtDocument3Array);
public void
vtDocumentServices.GetDocuments3(AnsiString SessionId
,
Int32
CategoryId
, Boolean Vehicles
, out vtDocument3Array Documents);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | CategoryId | Integer | |
| In | Request | vtDocumentRequest | |
| Out | Documents | vtDocument4Array |
method vtDocumentServices.GetDocuments4(const SessionId: AnsiString
; const CategoryId: Integer
; const Request: vtDocumentRequest
; Documents: vtDocument4Array);
public void
vtDocumentServices.GetDocuments4(AnsiString SessionId
,
Int32
CategoryId
, vtDocumentRequest Request
, out vtDocument4Array Documents);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | CategoryId | Integer | |
| In | Request | vtDocumentRequest | |
| Out | Documents | vtDocument6Array |
method vtDocumentServices.GetDocuments5(const SessionId: AnsiString
; const CategoryId: Integer
; const Request: vtDocumentRequest
; Documents: vtDocument6Array);
public void
vtDocumentServices.GetDocuments5(AnsiString SessionId
,
Int32
CategoryId
, vtDocumentRequest Request
, out vtDocument6Array Documents);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | DocumentId | Integer | |
| Out | Vehicles | vtVehicle2Array |
method vtDocumentServices.GetDocumentVehicles(const SessionId: AnsiString
; const DocumentId: Integer
; Vehicles: vtVehicle2Array);
public void
vtDocumentServices.GetDocumentVehicles(AnsiString SessionId
,
Int32
DocumentId
, out vtVehicle2Array Vehicles);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | VehicleId | Integer | |
| Out | CategoryIds | vtIntegerArray |
method vtDocumentServices.GetVehicleDocumentCategories(const SessionId: AnsiString
; const VehicleId: Integer
; CategoryIds: vtIntegerArray);
public void
vtDocumentServices.GetVehicleDocumentCategories(AnsiString SessionId
,
Int32
VehicleId
, out vtIntegerArray CategoryIds);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionID | AnsiString | |
| In | VehicleID | Integer | |
| Out | DocumentList | vtDocumentArray |
| Flag | Name | Type |
|---|---|---|
| Result | Result | Boolean |
method vtDocumentServices.GetVehicleDocuments(const SessionID: AnsiString
; const VehicleID: Integer
; DocumentList: vtDocumentArray)
: Boolean;
public Boolean vtDocumentServices.GetVehicleDocuments(AnsiString SessionID
,
Int32
VehicleID
, out vtDocumentArray DocumentList);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | VehicleId | Integer | |
| Out | Documents | vtDocument2Array |
method vtDocumentServices.GetVehicleDocuments2(const SessionId: AnsiString
; const VehicleId: Integer
; Documents: vtDocument2Array);
public void
vtDocumentServices.GetVehicleDocuments2(AnsiString SessionId
,
Int32
VehicleId
, out vtDocument2Array Documents);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | VehicleId | Integer | |
| In | Vehicles | Boolean | |
| Out | Documents | vtDocument3Array |
method vtDocumentServices.GetVehicleDocuments3(const SessionId: AnsiString
; const VehicleId: Integer
; const Vehicles: Boolean
; Documents: vtDocument3Array);
public void
vtDocumentServices.GetVehicleDocuments3(AnsiString SessionId
,
Int32
VehicleId
, Boolean Vehicles
, out vtDocument3Array Documents);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | VehicleId | Integer | |
| In | Request | vtDocumentRequest | |
| Out | Documents | vtDocument4Array |
method vtDocumentServices.GetVehicleDocuments4(const SessionId: AnsiString
; const VehicleId: Integer
; const Request: vtDocumentRequest
; Documents: vtDocument4Array);
public void
vtDocumentServices.GetVehicleDocuments4(AnsiString SessionId
,
Int32
VehicleId
, vtDocumentRequest Request
, out vtDocument4Array Documents);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | VehicleId | Integer | |
| In | Request | vtDocumentRequest | |
| Out | Documents | vtDocument6Array |
method vtDocumentServices.GetVehicleDocuments5(const SessionId: AnsiString
; const VehicleId: Integer
; const Request: vtDocumentRequest
; Documents: vtDocument6Array);
public void
vtDocumentServices.GetVehicleDocuments5(AnsiString SessionId
,
Int32
VehicleId
, vtDocumentRequest Request
, out vtDocument6Array Documents);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | DocumentId | Integer | |
| In | VehicleId | Integer |
method vtDocumentServices.RemoveDocumentVehicle(const SessionId: AnsiString
; const DocumentId: Integer
; const VehicleId: Integer);
public void
vtDocumentServices.RemoveDocumentVehicle(AnsiString SessionId
,
Int32
DocumentId
,
Int32
VehicleId);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | DocumentId | Integer | |
| In | VehicleIds | vtIntegerArray |
method vtDocumentServices.RemoveDocumentVehicles(const SessionId: AnsiString
; const DocumentId: Integer
; const VehicleIds: vtIntegerArray);
public void
vtDocumentServices.RemoveDocumentVehicles(AnsiString SessionId
,
Int32
DocumentId
, vtIntegerArray VehicleIds);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionID | AnsiString | |
| In | VehicleID | Integer | |
| In | DocumentID | Integer |
| Flag | Name | Type |
|---|---|---|
| Result | Result | Boolean |
method vtDocumentServices.RemoveVehicleDocument(const SessionID: AnsiString
; const VehicleID: Integer
; const DocumentID: Integer)
: Boolean;
public Boolean vtDocumentServices.RemoveVehicleDocument(AnsiString SessionID
,
Int32
VehicleID
,
Int32
DocumentID);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionID | AnsiString | |
| In | VehicleID | Integer | |
| In | DocumentIds | vtIntegerArray |
| Flag | Name | Type |
|---|---|---|
| Result | Result | Boolean |
method vtDocumentServices.RemoveVehicleDocuments(const SessionID: AnsiString
; const VehicleID: Integer
; const DocumentIds: vtIntegerArray)
: Boolean;
public Boolean vtDocumentServices.RemoveVehicleDocuments(AnsiString SessionID
,
Int32
VehicleID
, vtIntegerArray DocumentIds);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | Terms | vtStringArray | |
| Out | Documents | vtDocumentArray |
method vtDocumentServices.SearchAllDocuments(const SessionId: AnsiString
; const Terms: vtStringArray
; Documents: vtDocumentArray);
public void
vtDocumentServices.SearchAllDocuments(AnsiString SessionId
, vtStringArray Terms
, out vtDocumentArray Documents);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | Terms | vtStringArray | |
| Out | Documents | vtDocument2Array |
method vtDocumentServices.SearchAllDocuments2(const SessionId: AnsiString
; const Terms: vtStringArray
; Documents: vtDocument2Array);
public void
vtDocumentServices.SearchAllDocuments2(AnsiString SessionId
, vtStringArray Terms
, out vtDocument2Array Documents);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | Terms | vtStringArray | |
| In | Vehicles | Boolean | |
| Out | Documents | vtDocument3Array |
method vtDocumentServices.SearchAllDocuments3(const SessionId: AnsiString
; const Terms: vtStringArray
; const Vehicles: Boolean
; Documents: vtDocument3Array);
public void
vtDocumentServices.SearchAllDocuments3(AnsiString SessionId
, vtStringArray Terms
, Boolean Vehicles
, out vtDocument3Array Documents);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | Terms | vtStringArray | |
| In | Request | vtDocumentRequest | |
| Out | Documents | vtDocument4Array |
method vtDocumentServices.SearchAllDocuments4(const SessionId: AnsiString
; const Terms: vtStringArray
; const Request: vtDocumentRequest
; Documents: vtDocument4Array);
public void
vtDocumentServices.SearchAllDocuments4(AnsiString SessionId
, vtStringArray Terms
, vtDocumentRequest Request
, out vtDocument4Array Documents);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | Terms | vtStringArray | |
| In | Request | vtDocumentRequest | |
| Out | Documents | vtDocument6Array |
method vtDocumentServices.SearchAllDocuments5(const SessionId: AnsiString
; const Terms: vtStringArray
; const Request: vtDocumentRequest
; Documents: vtDocument6Array);
public void
vtDocumentServices.SearchAllDocuments5(AnsiString SessionId
, vtStringArray Terms
, vtDocumentRequest Request
, out vtDocument6Array Documents);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | VehicleId | Integer | |
| In | Terms | vtStringArray | |
| Out | Documents | vtDocumentArray |
method vtDocumentServices.SearchVehicleDocuments(const SessionId: AnsiString
; const VehicleId: Integer
; const Terms: vtStringArray
; Documents: vtDocumentArray);
public void
vtDocumentServices.SearchVehicleDocuments(AnsiString SessionId
,
Int32
VehicleId
, vtStringArray Terms
, out vtDocumentArray Documents);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionID | AnsiString | |
| In | DocumentID | Integer | |
| In | CategoryID | Integer | |
| In | Publish | Boolean | |
| In | DocumentName | AnsiString | |
| In | FileName | AnsiString |
| Flag | Name | Type |
|---|---|---|
| Result | Result | Boolean |
method vtDocumentServices.SetDocument(const SessionID: AnsiString
; const DocumentID: Integer
; const CategoryID: Integer
; const Publish: Boolean
; const DocumentName: AnsiString
; const FileName: AnsiString)
: Boolean;
public Boolean vtDocumentServices.SetDocument(AnsiString SessionID
,
Int32
DocumentID
,
Int32
CategoryID
, Boolean Publish
, AnsiString DocumentName
, AnsiString FileName);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | Document | vtDocument2 |
| Flag | Name | Type |
|---|---|---|
| Result | Result | Boolean |
method vtDocumentServices.SetDocument2(const SessionId: AnsiString
; const Document: vtDocument2)
: Boolean;
public Boolean vtDocumentServices.SetDocument2(AnsiString SessionId
, vtDocument2 Document);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | Document | vtDocument3 |
method vtDocumentServices.SetDocument3(const SessionId: AnsiString
; const Document: vtDocument3);
public void
vtDocumentServices.SetDocument3(AnsiString SessionId
, vtDocument3 Document);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | Document | vtDocument4 |
method vtDocumentServices.SetDocument4(const SessionId: AnsiString
; const Document: vtDocument4);
public void
vtDocumentServices.SetDocument4(AnsiString SessionId
, vtDocument4 Document);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | Document | vtDocument6 |
method vtDocumentServices.SetDocument5(const SessionId: AnsiString
; const Document: vtDocument6);
public void
vtDocumentServices.SetDocument5(AnsiString SessionId
, vtDocument6 Document);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | Document | vtDocument6 | |
| In | DocumentFile | Binary |
method vtDocumentServices.SetDocument6(const SessionId: AnsiString
; const Document: vtDocument6
; const DocumentFile: Binary);
public void
vtDocumentServices.SetDocument6(AnsiString SessionId
, vtDocument6 Document
, Binary DocumentFile);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionID | AnsiString | |
| In | CategoryID | Integer | |
| In | ParentCategoryID | Integer | |
| In | Category | AnsiString |
| Flag | Name | Type |
|---|---|---|
| Result | Result | Boolean |
method vtDocumentServices.SetDocumentCategory(const SessionID: AnsiString
; const CategoryID: Integer
; const ParentCategoryID: Integer
; const Category: AnsiString)
: Boolean;
public Boolean vtDocumentServices.SetDocumentCategory(AnsiString SessionID
,
Int32
CategoryID
,
Int32
ParentCategoryID
, AnsiString Category);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | Category | vtDocumentCategory2 |
method vtDocumentServices.SetDocumentCategory2(const SessionId: AnsiString
; const Category: vtDocumentCategory2);
public void
vtDocumentServices.SetDocumentCategory2(AnsiString SessionId
, vtDocumentCategory2 Category);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionID | AnsiString | |
| In | DocumentIds | vtIntegerArray | |
| In | CategoryID | Integer |
| Flag | Name | Type |
|---|---|---|
| Result | Result | Boolean |
method vtDocumentServices.SetDocumentsCategories(const SessionID: AnsiString
; const DocumentIds: vtIntegerArray
; const CategoryID: Integer)
: Boolean;
public Boolean vtDocumentServices.SetDocumentsCategories(AnsiString SessionID
, vtIntegerArray DocumentIds
,
Int32
CategoryID);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionID | AnsiString | |
| In | DocumentID | Integer | |
| In | CategoryID | Integer |
| Flag | Name | Type |
|---|---|---|
| Result | Result | Boolean |
method vtDocumentServices.SetDocumentsCategory(const SessionID: AnsiString
; const DocumentID: Integer
; const CategoryID: Integer)
: Boolean;
public Boolean vtDocumentServices.SetDocumentsCategory(AnsiString SessionID
,
Int32
DocumentID
,
Int32
CategoryID);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | DocumentId | Integer | |
| In | FileName | AnsiString | |
| In | Document | Binary |
method vtDocumentServices.StoreDocument(const SessionId: AnsiString
; const DocumentId: Integer
; const FileName: AnsiString
; const Document: Binary);
public void
vtDocumentServices.StoreDocument(AnsiString SessionId
,
Int32
DocumentId
, AnsiString FileName
, Binary Document);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | Document | vtDocument6 | |
| In | DocumentFile | Binary |
method vtDocumentServices.StoreDocument2(const SessionId: AnsiString
; const Document: vtDocument6
; const DocumentFile: Binary);
public void
vtDocumentServices.StoreDocument2(AnsiString SessionId
, vtDocument6 Document
, Binary DocumentFile);
The following table lists the Operations defined in "vtDocumentDAServices":
The following table lists the Operations defined in "vtForumServices":
| AddTopic | |
| EditThread | |
| GetCategories | |
| GetForums | |
| GetThreads | |
| GetTopics | |
| ReplyTopic | |
| SearchForum |
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | ForumId | Integer | |
| In | Change | vtForumThreadChange | |
| Out | Thread | vtForumThread |
method vtForumServices.AddTopic(const SessionId: AnsiString
; const ForumId: Integer
; const Change: vtForumThreadChange
; Thread: vtForumThread);
public void
vtForumServices.AddTopic(AnsiString SessionId
,
Int32
ForumId
, vtForumThreadChange Change
, out vtForumThread Thread);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | ThreadId | Integer | |
| In | Change | vtForumThreadChange | |
| Out | Thread | vtForumThread |
method vtForumServices.EditThread(const SessionId: AnsiString
; const ThreadId: Integer
; const Change: vtForumThreadChange
; Thread: vtForumThread);
public void
vtForumServices.EditThread(AnsiString SessionId
,
Int32
ThreadId
, vtForumThreadChange Change
, out vtForumThread Thread);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | SubForums | Boolean | |
| Out | Categories | vtForumCategoryArray |
method vtForumServices.GetCategories(const SessionId: AnsiString
; const SubForums: Boolean
; Categories: vtForumCategoryArray);
public void
vtForumServices.GetCategories(AnsiString SessionId
, Boolean SubForums
, out vtForumCategoryArray Categories);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | CategoryId | Integer | |
| Out | Forums | vtForumArray |
method vtForumServices.GetForums(const SessionId: AnsiString
; const CategoryId: Integer
; Forums: vtForumArray);
public void
vtForumServices.GetForums(AnsiString SessionId
,
Int32
CategoryId
, out vtForumArray Forums);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | TopicId | Integer | |
| Out | Threads | vtForumThreadArray |
method vtForumServices.GetThreads(const SessionId: AnsiString
; const TopicId: Integer
; Threads: vtForumThreadArray);
public void
vtForumServices.GetThreads(AnsiString SessionId
,
Int32
TopicId
, out vtForumThreadArray Threads);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | ForumId | Integer | |
| Out | Topics | vtForumTopicArray |
method vtForumServices.GetTopics(const SessionId: AnsiString
; const ForumId: Integer
; Topics: vtForumTopicArray);
public void
vtForumServices.GetTopics(AnsiString SessionId
,
Int32
ForumId
, out vtForumTopicArray Topics);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | TopicId | Integer | |
| In | Change | vtForumThreadChange | |
| Out | Thread | vtForumThread |
method vtForumServices.ReplyTopic(const SessionId: AnsiString
; const TopicId: Integer
; const Change: vtForumThreadChange
; Thread: vtForumThread);
public void
vtForumServices.ReplyTopic(AnsiString SessionId
,
Int32
TopicId
, vtForumThreadChange Change
, out vtForumThread Thread);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | Terms | vtStringArray | |
| Out | Topics | vtForumTopicArray |
method vtForumServices.SearchForum(const SessionId: AnsiString
; const Terms: vtStringArray
; Topics: vtForumTopicArray);
public void
vtForumServices.SearchForum(AnsiString SessionId
, vtStringArray Terms
, out vtForumTopicArray Topics);
The following table lists the Operations defined in "vtPaymentServices":
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | Transaction | vtTransaction3 | |
| In | ApplicationKeys | vtStringArray | |
| Out | TransactionId | AnsiString |
method vtPaymentServices.AddTransaction(const SessionId: AnsiString
; const Transaction: vtTransaction3
; const ApplicationKeys: vtStringArray
; TransactionId: AnsiString);
public void
vtPaymentServices.AddTransaction(AnsiString SessionId
, vtTransaction3 Transaction
, vtStringArray ApplicationKeys
, out AnsiString TransactionId);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | Transaction | vtTransaction4 | |
| In | ApplicationKeys | vtStringArray | |
| Out | TransactionId | AnsiString |
method vtPaymentServices.AddTransaction2(const SessionId: AnsiString
; const Transaction: vtTransaction4
; const ApplicationKeys: vtStringArray
; TransactionId: AnsiString);
public void
vtPaymentServices.AddTransaction2(AnsiString SessionId
, vtTransaction4 Transaction
, vtStringArray ApplicationKeys
, out AnsiString TransactionId);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | PurchaseInfo | vtAppServicePurchase |
method vtPaymentServices.CompleteAppServicePurchase(const SessionId: AnsiString
; const PurchaseInfo: vtAppServicePurchase);
public void
vtPaymentServices.CompleteAppServicePurchase(AnsiString SessionId
, vtAppServicePurchase PurchaseInfo);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | PaypalInfo | vtPaypalInfo2 |
method vtPaymentServices.CompleteIPN(const SessionId: AnsiString
; const PaypalInfo: vtPaypalInfo2);
public void
vtPaymentServices.CompleteIPN(AnsiString SessionId
, vtPaypalInfo2 PaypalInfo);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | RenewInfo | vtSubscriptionInfo |
method vtPaymentServices.CompleteRenewal(const SessionId: AnsiString
; const RenewInfo: vtSubscriptionInfo);
public void
vtPaymentServices.CompleteRenewal(AnsiString SessionId
, vtSubscriptionInfo RenewInfo);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | VehiclePurchaseInfo | vtSubscriptionInfo |
method vtPaymentServices.CompleteVehiclePurchase(const SessionId: AnsiString
; const VehiclePurchaseInfo: vtSubscriptionInfo);
public void
vtPaymentServices.CompleteVehiclePurchase(AnsiString SessionId
, vtSubscriptionInfo VehiclePurchaseInfo);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | CompanyId | Integer | |
| Out | Transactions | vtTransactionArray |
method vtPaymentServices.GetCompanyTransactions(const SessionId: AnsiString
; const CompanyId: Integer
; Transactions: vtTransactionArray);
public void
vtPaymentServices.GetCompanyTransactions(AnsiString SessionId
,
Int32
CompanyId
, out vtTransactionArray Transactions);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | CompanyId | Integer | |
| Out | Transactions | vtTransaction2Array |
method vtPaymentServices.GetCompanyTransactions2(const SessionId: AnsiString
; const CompanyId: Integer
; Transactions: vtTransaction2Array);
public void
vtPaymentServices.GetCompanyTransactions2(AnsiString SessionId
,
Int32
CompanyId
, out vtTransaction2Array Transactions);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | DistributorId | AnsiString | |
| In | StartDate | DateTime | |
| In | EndDate | DateTime | |
| Out | Transactions | vtTransaction4Array |
method vtPaymentServices.GetDistributorTransactions(const SessionId: AnsiString
; const DistributorId: AnsiString
; const StartDate: DateTime
; const EndDate: DateTime
; Transactions: vtTransaction4Array);
public void
vtPaymentServices.GetDistributorTransactions(AnsiString SessionId
, AnsiString DistributorId
, DateTime StartDate
, DateTime EndDate
, out vtTransaction4Array Transactions);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | DistributorId | AnsiString | |
| In | StartDate | DateTime | |
| In | EndDate | DateTime | |
| Out | Transactions | vtTransaction5Array |
method vtPaymentServices.GetDistributorTransactions2(const SessionId: AnsiString
; const DistributorId: AnsiString
; const StartDate: DateTime
; const EndDate: DateTime
; Transactions: vtTransaction5Array);
public void
vtPaymentServices.GetDistributorTransactions2(AnsiString SessionId
, AnsiString DistributorId
, DateTime StartDate
, DateTime EndDate
, out vtTransaction5Array Transactions);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | StartDate | DateTime | |
| In | EndDate | DateTime | |
| Out | Transactions | vtTransactionArray |
method vtPaymentServices.GetTransactions(const SessionId: AnsiString
; const StartDate: DateTime
; const EndDate: DateTime
; Transactions: vtTransactionArray);
public void
vtPaymentServices.GetTransactions(AnsiString SessionId
, DateTime StartDate
, DateTime EndDate
, out vtTransactionArray Transactions);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | StartDate | DateTime | |
| In | EndDate | DateTime | |
| Out | Transactions | vtTransaction2Array |
method vtPaymentServices.GetTransactions2(const SessionId: AnsiString
; const StartDate: DateTime
; const EndDate: DateTime
; Transactions: vtTransaction2Array);
public void
vtPaymentServices.GetTransactions2(AnsiString SessionId
, DateTime StartDate
, DateTime EndDate
, out vtTransaction2Array Transactions);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | StartDate | DateTime | |
| In | EndDate | DateTime | |
| Out | Transactions | vtTransaction4Array |
method vtPaymentServices.GetTransactions3(const SessionId: AnsiString
; const StartDate: DateTime
; const EndDate: DateTime
; Transactions: vtTransaction4Array);
public void
vtPaymentServices.GetTransactions3(AnsiString SessionId
, DateTime StartDate
, DateTime EndDate
, out vtTransaction4Array Transactions);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | StartDate | DateTime | |
| In | EndDate | DateTime | |
| Out | Transactions | vtTransaction5Array |
method vtPaymentServices.GetTransactions4(const SessionId: AnsiString
; const StartDate: DateTime
; const EndDate: DateTime
; Transactions: vtTransaction5Array);
public void
vtPaymentServices.GetTransactions4(AnsiString SessionId
, DateTime StartDate
, DateTime EndDate
, out vtTransaction5Array Transactions);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | PaypalInfo | vtPaypalInfo3 | |
| Out | Valid | Boolean |
method vtPaymentServices.ProcessIPN(const SessionId: AnsiString
; const PaypalInfo: vtPaypalInfo3
; Valid: Boolean);
public void
vtPaymentServices.ProcessIPN(AnsiString SessionId
, vtPaypalInfo3 PaypalInfo
, out Boolean Valid);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | ApplicationId | AnsiString | |
| In | DistributorId | AnsiString | |
| Out | Application | vtApplicationInfo3 | |
| Out | PurchaseLinkId | AnsiString |
method vtPaymentServices.StartPurchase(const SessionId: AnsiString
; const ApplicationId: AnsiString
; const DistributorId: AnsiString
; Application: vtApplicationInfo3
; PurchaseLinkId: AnsiString);
public void
vtPaymentServices.StartPurchase(AnsiString SessionId
, AnsiString ApplicationId
, AnsiString DistributorId
, out vtApplicationInfo3 Application
, out AnsiString PurchaseLinkId);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | PurchaseInfo | vtAppServicePurchase | |
| Out | Valid | Boolean |
method vtPaymentServices.ValidateAppServicePurchase(const SessionId: AnsiString
; const PurchaseInfo: vtAppServicePurchase
; Valid: Boolean);
public void
vtPaymentServices.ValidateAppServicePurchase(AnsiString SessionId
, vtAppServicePurchase PurchaseInfo
, out Boolean Valid);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | PurchaseInfo | vtAppServicePurchase | |
| Out | Valid | Boolean |
method vtPaymentServices.ValidateAppServicePurchase2(const SessionId: AnsiString
; const PurchaseInfo: vtAppServicePurchase
; Valid: Boolean);
public void
vtPaymentServices.ValidateAppServicePurchase2(AnsiString SessionId
, vtAppServicePurchase PurchaseInfo
, out Boolean Valid);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | RenewInfo | vtSubscriptionInfo | |
| Out | Valid | Boolean |
method vtPaymentServices.ValidateRenewal(const SessionId: AnsiString
; const RenewInfo: vtSubscriptionInfo
; Valid: Boolean);
public void
vtPaymentServices.ValidateRenewal(AnsiString SessionId
, vtSubscriptionInfo RenewInfo
, out Boolean Valid);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | VehiclePurchaseInfo | vtSubscriptionInfo | |
| Out | Valid | Boolean |
method vtPaymentServices.ValidateVehiclePurchase(const SessionId: AnsiString
; const VehiclePurchaseInfo: vtSubscriptionInfo
; Valid: Boolean);
public void
vtPaymentServices.ValidateVehiclePurchase(AnsiString SessionId
, vtSubscriptionInfo VehiclePurchaseInfo
, out Boolean Valid);
The following table lists the Operations defined in "vtProductServices":
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | CompanyId | Integer | |
| In | Product | vtCompanyProduct2 |
method vtProductServices.AddCompanyOrderProduct(const SessionId: AnsiString
; const CompanyId: Integer
; const Product: vtCompanyProduct2);
public void
vtProductServices.AddCompanyOrderProduct(AnsiString SessionId
,
Int32
CompanyId
, vtCompanyProduct2 Product);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | CompanyId | Integer | |
| In | Product | vtCompanyProduct4 |
method vtProductServices.AddCompanyOrderProduct2(const SessionId: AnsiString
; const CompanyId: Integer
; const Product: vtCompanyProduct4);
public void
vtProductServices.AddCompanyOrderProduct2(AnsiString SessionId
,
Int32
CompanyId
, vtCompanyProduct4 Product);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | CompanyId | Integer | |
| In | Products | vtCompanyProduct2Array |
method vtProductServices.AddCompanyOrderProducts(const SessionId: AnsiString
; const CompanyId: Integer
; const Products: vtCompanyProduct2Array);
public void
vtProductServices.AddCompanyOrderProducts(AnsiString SessionId
,
Int32
CompanyId
, vtCompanyProduct2Array Products);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | CompanyId | Integer | |
| In | Products | vtCompanyProduct4Array |
method vtProductServices.AddCompanyOrderProducts2(const SessionId: AnsiString
; const CompanyId: Integer
; const Products: vtCompanyProduct4Array);
public void
vtProductServices.AddCompanyOrderProducts2(AnsiString SessionId
,
Int32
CompanyId
, vtCompanyProduct4Array Products);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | CompanyId | Integer | |
| In | ProductId | Integer |
method vtProductServices.AddCompanyProduct(const SessionId: AnsiString
; const CompanyId: Integer
; const ProductId: Integer);
public void
vtProductServices.AddCompanyProduct(AnsiString SessionId
,
Int32
CompanyId
,
Int32
ProductId);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | CompanyId | Integer | |
| In | Product | vtCompanyProduct |
method vtProductServices.AddCompanyProduct2(const SessionId: AnsiString
; const CompanyId: Integer
; const Product: vtCompanyProduct);
public void
vtProductServices.AddCompanyProduct2(AnsiString SessionId
,
Int32
CompanyId
, vtCompanyProduct Product);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | CompanyId | Integer | |
| In | ProductIds | vtIntegerArray |
method vtProductServices.AddCompanyProducts(const SessionId: AnsiString
; const CompanyId: Integer
; const ProductIds: vtIntegerArray);
public void
vtProductServices.AddCompanyProducts(AnsiString SessionId
,
Int32
CompanyId
, vtIntegerArray ProductIds);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | CompanyId | Integer | |
| In | Products | vtCompanyProductArray |
method vtProductServices.AddCompanyProducts2(const SessionId: AnsiString
; const CompanyId: Integer
; const Products: vtCompanyProductArray);
public void
vtProductServices.AddCompanyProducts2(AnsiString SessionId
,
Int32
CompanyId
, vtCompanyProductArray Products);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | CompanyId | Integer | |
| In | Products | vtCompanyProduct2Array |
method vtProductServices.AddCompanyProducts3(const SessionId: AnsiString
; const CompanyId: Integer
; const Products: vtCompanyProduct2Array);
public void
vtProductServices.AddCompanyProducts3(AnsiString SessionId
,
Int32
CompanyId
, vtCompanyProduct2Array Products);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | CompanyId | Integer | |
| In | Products | vtCompanyProduct3Array |
method vtProductServices.AddCompanyProducts4(const SessionId: AnsiString
; const CompanyId: Integer
; const Products: vtCompanyProduct3Array);
public void
vtProductServices.AddCompanyProducts4(AnsiString SessionId
,
Int32
CompanyId
, vtCompanyProduct3Array Products);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | CompanyId | Integer | |
| In | Products | vtCompanyProduct4Array |
method vtProductServices.AddCompanyProducts5(const SessionId: AnsiString
; const CompanyId: Integer
; const Products: vtCompanyProduct4Array);
public void
vtProductServices.AddCompanyProducts5(AnsiString SessionId
,
Int32
CompanyId
, vtCompanyProduct4Array Products);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | CompanyId | Integer | |
| In | Products | vtCompanyProduct5Array |
method vtProductServices.AddCompanyProducts6(const SessionId: AnsiString
; const CompanyId: Integer
; const Products: vtCompanyProduct5Array);
public void
vtProductServices.AddCompanyProducts6(AnsiString SessionId
,
Int32
CompanyId
, vtCompanyProduct5Array Products);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | CompanyId | Integer | |
| In | Products | vtCompanyProduct6Array |
method vtProductServices.AddCompanyProducts7(const SessionId: AnsiString
; const CompanyId: Integer
; const Products: vtCompanyProduct6Array);
public void
vtProductServices.AddCompanyProducts7(AnsiString SessionId
,
Int32
CompanyId
, vtCompanyProduct6Array Products);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | CompanyId | Integer | |
| In | Products | vtCompanyProduct7Array |
method vtProductServices.AddCompanyProducts8(const SessionId: AnsiString
; const CompanyId: Integer
; const Products: vtCompanyProduct7Array);
public void
vtProductServices.AddCompanyProducts8(AnsiString SessionId
,
Int32
CompanyId
, vtCompanyProduct7Array Products);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | CompanyId | Integer | |
| In | Products | vtCompanyProduct9Array |
method vtProductServices.AddCompanyProducts9(const SessionId: AnsiString
; const CompanyId: Integer
; const Products: vtCompanyProduct9Array);
public void
vtProductServices.AddCompanyProducts9(AnsiString SessionId
,
Int32
CompanyId
, vtCompanyProduct9Array Products);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | Product | vtProduct2 | |
| In | Image | Binary | |
| In | Instructions | Binary | |
| Out | ProductId | Integer |
method vtProductServices.AddProduct(const SessionId: AnsiString
; const Product: vtProduct2
; const Image: Binary
; const Instructions: Binary
; ProductId: Integer);
public void
vtProductServices.AddProduct(AnsiString SessionId
, vtProduct2 Product
, Binary Image
, Binary Instructions
, out
Int32
ProductId);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | Product | vtProduct4 | |
| In | Image | Binary | |
| In | Instructions | Binary | |
| Out | ProductId | Integer |
method vtProductServices.AddProduct2(const SessionId: AnsiString
; const Product: vtProduct4
; const Image: Binary
; const Instructions: Binary
; ProductId: Integer);
public void
vtProductServices.AddProduct2(AnsiString SessionId
, vtProduct4 Product
, Binary Image
, Binary Instructions
, out
Int32
ProductId);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | Product | vtProduct5 | |
| In | Image | Binary | |
| In | Instructions | Binary | |
| Out | ProductId | Integer |
method vtProductServices.AddProduct3(const SessionId: AnsiString
; const Product: vtProduct5
; const Image: Binary
; const Instructions: Binary
; ProductId: Integer);
public void
vtProductServices.AddProduct3(AnsiString SessionId
, vtProduct5 Product
, Binary Image
, Binary Instructions
, out
Int32
ProductId);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | Product | vtProduct6 | |
| In | Image | Binary | |
| In | Instructions | Binary | |
| Out | ProductId | Integer |
method vtProductServices.AddProduct4(const SessionId: AnsiString
; const Product: vtProduct6
; const Image: Binary
; const Instructions: Binary
; ProductId: Integer);
public void
vtProductServices.AddProduct4(AnsiString SessionId
, vtProduct6 Product
, Binary Image
, Binary Instructions
, out
Int32
ProductId);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | Product | vtProduct7 | |
| In | Image | Binary | |
| In | Instructions | Binary | |
| Out | ProductId | Integer |
method vtProductServices.AddProduct5(const SessionId: AnsiString
; const Product: vtProduct7
; const Image: Binary
; const Instructions: Binary
; ProductId: Integer);
public void
vtProductServices.AddProduct5(AnsiString SessionId
, vtProduct7 Product
, Binary Image
, Binary Instructions
, out
Int32
ProductId);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | Product | vtProduct8 | |
| In | Image | Binary | |
| In | Instructions | Binary | |
| Out | ProductId | Integer |
method vtProductServices.AddProduct6(const SessionId: AnsiString
; const Product: vtProduct8
; const Image: Binary
; const Instructions: Binary
; ProductId: Integer);
public void
vtProductServices.AddProduct6(AnsiString SessionId
, vtProduct8 Product
, Binary Image
, Binary Instructions
, out
Int32
ProductId);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | Product | vtProduct9 | |
| In | Image | Binary | |
| In | Instructions | Binary | |
| Out | ProductId | Integer |
method vtProductServices.AddProduct7(const SessionId: AnsiString
; const Product: vtProduct9
; const Image: Binary
; const Instructions: Binary
; ProductId: Integer);
public void
vtProductServices.AddProduct7(AnsiString SessionId
, vtProduct9 Product
, Binary Image
, Binary Instructions
, out
Int32
ProductId);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | Product | vtProduct13 | |
| In | Image | Binary | |
| In | Instructions | Binary | |
| Out | ProductId | Integer |
method vtProductServices.AddProduct8(const SessionId: AnsiString
; const Product: vtProduct13
; const Image: Binary
; const Instructions: Binary
; ProductId: Integer);
public void
vtProductServices.AddProduct8(AnsiString SessionId
, vtProduct13 Product
, Binary Image
, Binary Instructions
, out
Int32
ProductId);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionID | AnsiString | |
| In | ParentCategoryID | Integer | |
| In | Category | AnsiString | |
| Out | CategoryID | Integer |
| Flag | Name | Type |
|---|---|---|
| Result | Result | Boolean |
method vtProductServices.AddProductCategory(const SessionID: AnsiString
; const ParentCategoryID: Integer
; const Category: AnsiString
; CategoryID: Integer)
: Boolean;
public Boolean vtProductServices.AddProductCategory(AnsiString SessionID
,
Int32
ParentCategoryID
, AnsiString Category
, out
Int32
CategoryID);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| InOut | ProductList | vtProduct2Array |
method vtProductServices.AddProducts(const SessionId: AnsiString
; var ProductList: vtProduct2Array);
public void
vtProductServices.AddProducts(AnsiString SessionId
, ref vtProduct2Array ProductList);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| InOut | ProductList | vtProduct4Array |
method vtProductServices.AddProducts2(const SessionId: AnsiString
; var ProductList: vtProduct4Array);
public void
vtProductServices.AddProducts2(AnsiString SessionId
, ref vtProduct4Array ProductList);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | CompanyId | Integer | |
| In | ApplicationId | AnsiString | |
| In | LicenseLength | Integer | |
| In | ProductSerials | vtStringArray |
method vtProductServices.AddProductSerialNumbers(const SessionId: AnsiString
; const CompanyId: Integer
; const ApplicationId: AnsiString
; const LicenseLength: Integer
; const ProductSerials: vtStringArray);
public void
vtProductServices.AddProductSerialNumbers(AnsiString SessionId
,
Int32
CompanyId
, AnsiString ApplicationId
,
Int32
LicenseLength
, vtStringArray ProductSerials);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | CartId | AnsiString | |
| In | Product | vtCompanyProduct5 |
method vtProductServices.AddProductToCart(const SessionId: AnsiString
; const CartId: AnsiString
; const Product: vtCompanyProduct5);
public void
vtProductServices.AddProductToCart(AnsiString SessionId
, AnsiString CartId
, vtCompanyProduct5 Product);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | CompanyId | Integer | |
| In | Product | vtCompanyProduct9 |
method vtProductServices.AddUpdateCompanyProduct(const SessionId: AnsiString
; const CompanyId: Integer
; const Product: vtCompanyProduct9);
public void
vtProductServices.AddUpdateCompanyProduct(AnsiString SessionId
,
Int32
CompanyId
, vtCompanyProduct9 Product);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | Product | vtProduct4 | |
| In | Image | Binary | |
| In | Instructions | Binary | |
| Out | ProductId | Integer |
method vtProductServices.AddUpdateProductByPart(const SessionId: AnsiString
; const Product: vtProduct4
; const Image: Binary
; const Instructions: Binary
; ProductId: Integer);
public void
vtProductServices.AddUpdateProductByPart(AnsiString SessionId
, vtProduct4 Product
, Binary Image
, Binary Instructions
, out
Int32
ProductId);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | Product | vtProduct5 | |
| In | Image | Binary | |
| In | Instructions | Binary | |
| Out | ProductId | Integer |
method vtProductServices.AddUpdateProductByPart2(const SessionId: AnsiString
; const Product: vtProduct5
; const Image: Binary
; const Instructions: Binary
; ProductId: Integer);
public void
vtProductServices.AddUpdateProductByPart2(AnsiString SessionId
, vtProduct5 Product
, Binary Image
, Binary Instructions
, out
Int32
ProductId);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| InOut | Products | vtProduct4Array |
method vtProductServices.AddUpdateProductsByPart(const SessionId: AnsiString
; var Products: vtProduct4Array);
public void
vtProductServices.AddUpdateProductsByPart(AnsiString SessionId
, ref vtProduct4Array Products);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| InOut | Products | vtProduct5Array |
method vtProductServices.AddUpdateProductsByPart2(const SessionId: AnsiString
; var Products: vtProduct5Array);
public void
vtProductServices.AddUpdateProductsByPart2(AnsiString SessionId
, ref vtProduct5Array Products);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| InOut | Products | vtProduct11Array |
method vtProductServices.AddUpdateProductsByPart3(const SessionId: AnsiString
; var Products: vtProduct11Array);
public void
vtProductServices.AddUpdateProductsByPart3(AnsiString SessionId
, ref vtProduct11Array Products);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| InOut | Products | vtProduct13Array |
method vtProductServices.AddUpdateProductsByPart4(const SessionId: AnsiString
; var Products: vtProduct13Array);
public void
vtProductServices.AddUpdateProductsByPart4(AnsiString SessionId
, ref vtProduct13Array Products);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionID | AnsiString | |
| In | VehicleID | Integer | |
| In | ProductID | Integer |
| Flag | Name | Type |
|---|---|---|
| Result | Result | Boolean |
method vtProductServices.AddVehicleProduct(const SessionID: AnsiString
; const VehicleID: Integer
; const ProductID: Integer)
: Boolean;
public Boolean vtProductServices.AddVehicleProduct(AnsiString SessionID
,
Int32
VehicleID
,
Int32
ProductID);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | VehicleId | Integer | |
| In | Products | vtVehicleProductGroupArray |
method vtProductServices.AddVehicleProductGroups(const SessionId: AnsiString
; const VehicleId: Integer
; const Products: vtVehicleProductGroupArray);
public void
vtProductServices.AddVehicleProductGroups(AnsiString SessionId
,
Int32
VehicleId
, vtVehicleProductGroupArray Products);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | Products | vtVehicleProductGroup2Array |
method vtProductServices.AddVehicleProductGroups2(const SessionId: AnsiString
; const Products: vtVehicleProductGroup2Array);
public void
vtProductServices.AddVehicleProductGroups2(AnsiString SessionId
, vtVehicleProductGroup2Array Products);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionID | AnsiString | |
| In | VehicleID | Integer | |
| In | ProductIds | vtIntegerArray |
| Flag | Name | Type |
|---|---|---|
| Result | Result | Boolean |
method vtProductServices.AddVehicleProducts(const SessionID: AnsiString
; const VehicleID: Integer
; const ProductIds: vtIntegerArray)
: Boolean;
public Boolean vtProductServices.AddVehicleProducts(AnsiString SessionID
,
Int32
VehicleID
, vtIntegerArray ProductIds);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | ProductId | Integer | |
| In | Products | vtProduct4Array |
method vtProductServices.AddVehicleProductsByProduct(const SessionId: AnsiString
; const ProductId: Integer
; const Products: vtProduct4Array);
public void
vtProductServices.AddVehicleProductsByProduct(AnsiString SessionId
,
Int32
ProductId
, vtProduct4Array Products);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | ProductId | Integer | |
| In | Products | vtProduct5Array |
method vtProductServices.AddVehicleProductsByProduct2(const SessionId: AnsiString
; const ProductId: Integer
; const Products: vtProduct5Array);
public void
vtProductServices.AddVehicleProductsByProduct2(AnsiString SessionId
,
Int32
ProductId
, vtProduct5Array Products);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | CartId | AnsiString |
method vtProductServices.ClearShoppingCart(const SessionId: AnsiString
; const CartId: AnsiString);
public void
vtProductServices.ClearShoppingCart(AnsiString SessionId
, AnsiString CartId);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | VehicleId | Integer | |
| In | ProductId | Integer |
method vtProductServices.ClearVehicleProductGroups(const SessionId: AnsiString
; const VehicleId: Integer
; const ProductId: Integer);
public void
vtProductServices.ClearVehicleProductGroups(AnsiString SessionId
,
Int32
VehicleId
,
Int32
ProductId);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | VehicleProductList | vtVehicleProductArray |
method vtProductServices.ClearVehicleProductGroups2(const SessionId: AnsiString
; const VehicleProductList: vtVehicleProductArray);
public void
vtProductServices.ClearVehicleProductGroups2(AnsiString SessionId
, vtVehicleProductArray VehicleProductList);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionID | AnsiString | |
| In | FromID | Integer | |
| In | ToID | Integer |
method vtProductServices.CopyVehicleProducts(const SessionID: AnsiString
; const FromID: Integer
; const ToID: Integer);
public void
vtProductServices.CopyVehicleProducts(AnsiString SessionID
,
Int32
FromID
,
Int32
ToID);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | CompanyId | Integer | |
| In | ProductId | Integer |
method vtProductServices.DeleteCompanyOrderProduct(const SessionId: AnsiString
; const CompanyId: Integer
; const ProductId: Integer);
public void
vtProductServices.DeleteCompanyOrderProduct(AnsiString SessionId
,
Int32
CompanyId
,
Int32
ProductId);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | CompanyId | Integer | |
| In | ProductIds | vtIntegerArray |
method vtProductServices.DeleteCompanyOrderProducts(const SessionId: AnsiString
; const CompanyId: Integer
; const ProductIds: vtIntegerArray);
public void
vtProductServices.DeleteCompanyOrderProducts(AnsiString SessionId
,
Int32
CompanyId
, vtIntegerArray ProductIds);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | CompanyId | Integer | |
| In | ProductId | Integer |
method vtProductServices.DeleteCompanyProduct(const SessionId: AnsiString
; const CompanyId: Integer
; const ProductId: Integer);
public void
vtProductServices.DeleteCompanyProduct(AnsiString SessionId
,
Int32
CompanyId
,
Int32
ProductId);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | CompanyId | Integer | |
| In | ProductIds | vtIntegerArray |
method vtProductServices.DeleteCompanyProducts(const SessionId: AnsiString
; const CompanyId: Integer
; const ProductIds: vtIntegerArray);
public void
vtProductServices.DeleteCompanyProducts(AnsiString SessionId
,
Int32
CompanyId
, vtIntegerArray ProductIds);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | ProductId | Integer |
method vtProductServices.DeleteProduct(const SessionId: AnsiString
; const ProductId: Integer);
public void
vtProductServices.DeleteProduct(AnsiString SessionId
,
Int32
ProductId);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionID | AnsiString | |
| In | CategoryID | Integer |
| Flag | Name | Type |
|---|---|---|
| Result | Result | Boolean |
method vtProductServices.DeleteProductCategory(const SessionID: AnsiString
; const CategoryID: Integer)
: Boolean;
public Boolean vtProductServices.DeleteProductCategory(AnsiString SessionID
,
Int32
CategoryID);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | CartId | AnsiString | |
| In | ProductId | Integer |
method vtProductServices.DeleteProductFromCart(const SessionId: AnsiString
; const CartId: AnsiString
; const ProductId: Integer);
public void
vtProductServices.DeleteProductFromCart(AnsiString SessionId
, AnsiString CartId
,
Int32
ProductId);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionID | AnsiString | |
| In | ProductIDs | vtIntegerArray |
| Flag | Name | Type |
|---|---|---|
| Result | Result | Boolean |
method vtProductServices.DeleteProducts(const SessionID: AnsiString
; const ProductIDs: vtIntegerArray)
: Boolean;
public Boolean vtProductServices.DeleteProducts(AnsiString SessionID
, vtIntegerArray ProductIDs);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | ManufacturerId | Integer | |
| Out | Products | vtProduct4Array |
method vtProductServices.GetAllManufacturerProducts(const SessionId: AnsiString
; const ManufacturerId: Integer
; Products: vtProduct4Array);
public void
vtProductServices.GetAllManufacturerProducts(AnsiString SessionId
,
Int32
ManufacturerId
, out vtProduct4Array Products);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | ManufacturerId | Integer | |
| Out | Products | vtProduct5Array |
method vtProductServices.GetAllManufacturerProducts2(const SessionId: AnsiString
; const ManufacturerId: Integer
; Products: vtProduct5Array);
public void
vtProductServices.GetAllManufacturerProducts2(AnsiString SessionId
,
Int32
ManufacturerId
, out vtProduct5Array Products);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | ManufacturerId | Integer | |
| Out | Products | vtProduct9Array |
method vtProductServices.GetAllManufacturerProducts3(const SessionId: AnsiString
; const ManufacturerId: Integer
; Products: vtProduct9Array);
public void
vtProductServices.GetAllManufacturerProducts3(AnsiString SessionId
,
Int32
ManufacturerId
, out vtProduct9Array Products);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | ManufacturerId | Integer | |
| Out | Products | vtProduct13Array |
method vtProductServices.GetAllManufacturerProducts4(const SessionId: AnsiString
; const ManufacturerId: Integer
; Products: vtProduct13Array);
public void
vtProductServices.GetAllManufacturerProducts4(AnsiString SessionId
,
Int32
ManufacturerId
, out vtProduct13Array Products);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | ManufacturerId | Integer | |
| Out | Products | vtProduct14Array |
method vtProductServices.GetAllManufacturerProducts5(const SessionId: AnsiString
; const ManufacturerId: Integer
; Products: vtProduct14Array);
public void
vtProductServices.GetAllManufacturerProducts5(AnsiString SessionId
,
Int32
ManufacturerId
, out vtProduct14Array Products);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionID | AnsiString | |
| Out | ManufacturerList | vtProductManufacturerArray |
| Flag | Name | Type |
|---|---|---|
| Result | Result | Boolean |
method vtProductServices.GetAllProductManufacturers(const SessionID: AnsiString
; ManufacturerList: vtProductManufacturerArray)
: Boolean;
public Boolean vtProductServices.GetAllProductManufacturers(AnsiString SessionID
, out vtProductManufacturerArray ManufacturerList);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| Out | Manufacturers | vtProductManufacturer2Array |
method vtProductServices.GetAllProductManufacturers2(const SessionId: AnsiString
; Manufacturers: vtProductManufacturer2Array);
public void
vtProductServices.GetAllProductManufacturers2(AnsiString SessionId
, out vtProductManufacturer2Array Manufacturers);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionID | AnsiString | |
| In | VehicleID | Integer | |
| Out | ProductList | vtProductArray |
method vtProductServices.GetAllVehicleProducts(const SessionID: AnsiString
; const VehicleID: Integer
; ProductList: vtProductArray);
public void
vtProductServices.GetAllVehicleProducts(AnsiString SessionID
,
Int32
VehicleID
, out vtProductArray ProductList);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | VehicleId | Integer | |
| In | UniversalProducts | Boolean | |
| Out | ProductList | vtProduct2Array |
method vtProductServices.GetAllVehicleProducts2(const SessionId: AnsiString
; const VehicleId: Integer
; const UniversalProducts: Boolean
; ProductList: vtProduct2Array);
public void
vtProductServices.GetAllVehicleProducts2(AnsiString SessionId
,
Int32
VehicleId
, Boolean UniversalProducts
, out vtProduct2Array ProductList);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | VehicleId | Integer | |
| In | UniversalProducts | Boolean | |
| Out | ProductList | vtProduct3Array |
method vtProductServices.GetAllVehicleProducts3(const SessionId: AnsiString
; const VehicleId: Integer
; const UniversalProducts: Boolean
; ProductList: vtProduct3Array);
public void
vtProductServices.GetAllVehicleProducts3(AnsiString SessionId
,
Int32
VehicleId
, Boolean UniversalProducts
, out vtProduct3Array ProductList);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | VehicleId | Integer | |
| In | UniversalProducts | Boolean | |
| Out | ProductList | vtProduct4Array |
method vtProductServices.GetAllVehicleProducts4(const SessionId: AnsiString
; const VehicleId: Integer
; const UniversalProducts: Boolean
; ProductList: vtProduct4Array);
public void
vtProductServices.GetAllVehicleProducts4(AnsiString SessionId
,
Int32
VehicleId
, Boolean UniversalProducts
, out vtProduct4Array ProductList);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | VehicleId | Integer | |
| In | UniversalProducts | Boolean | |
| In | SizedProducts | Boolean | |
| Out | Products | vtProduct6Array |
method vtProductServices.GetAllVehicleProducts5(const SessionId: AnsiString
; const VehicleId: Integer
; const UniversalProducts: Boolean
; const SizedProducts: Boolean
; Products: vtProduct6Array);
public void
vtProductServices.GetAllVehicleProducts5(AnsiString SessionId
,
Int32
VehicleId
, Boolean UniversalProducts
, Boolean SizedProducts
, out vtProduct6Array Products);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | VehicleId | Integer | |
| In | CategoryIds | vtIntegerArray | |
| Out | Products | vtProduct12Array |
method vtProductServices.GetAllVehicleProductsComplete(const SessionId: AnsiString
; const VehicleId: Integer
; const CategoryIds: vtIntegerArray
; Products: vtProduct12Array);
public void
vtProductServices.GetAllVehicleProductsComplete(AnsiString SessionId
,
Int32
VehicleId
, vtIntegerArray CategoryIds
, out vtProduct12Array Products);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | CompanyId | Integer | |
| In | VehicleId | Integer | |
| In | CorrelatedCategoryId | AnsiString | |
| In | RequiredOnly | Boolean | |
| Out | ProductAccessories | vtCompanyProduct8Array |
method vtProductServices.GetCompanyInstallationAccessories(const SessionId: AnsiString
; const CompanyId: Integer
; const VehicleId: Integer
; const CorrelatedCategoryId: AnsiString
; const RequiredOnly: Boolean
; ProductAccessories: vtCompanyProduct8Array);
public void
vtProductServices.GetCompanyInstallationAccessories(AnsiString SessionId
,
Int32
CompanyId
,
Int32
VehicleId
, AnsiString CorrelatedCategoryId
, Boolean RequiredOnly
, out vtCompanyProduct8Array ProductAccessories);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | CompanyId | Integer | |
| Out | ProductCategories | vtProductCategory3Array |
method vtProductServices.GetCompanyOrderProductCategories(const SessionId: AnsiString
; const CompanyId: Integer
; ProductCategories: vtProductCategory3Array);
public void
vtProductServices.GetCompanyOrderProductCategories(AnsiString SessionId
,
Int32
CompanyId
, out vtProductCategory3Array ProductCategories);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | CompanyId | Integer | |
| Out | Products | vtProduct10Array |
method vtProductServices.GetCompanyOrderProducts(const SessionId: AnsiString
; const CompanyId: Integer
; Products: vtProduct10Array);
public void
vtProductServices.GetCompanyOrderProducts(AnsiString SessionId
,
Int32
CompanyId
, out vtProduct10Array Products);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | CompanyId | Integer | |
| In | ProductsPerPage | Integer | |
| In | CategoryId | Integer | |
| In | Page | Integer | |
| Out | TotalProducts | Integer | |
| Out | Products | vtProduct10Array |
method vtProductServices.GetCompanyOrderProductsByCategoriesPaged(const SessionId: AnsiString
; const CompanyId: Integer
; const ProductsPerPage: Integer
; const CategoryId: Integer
; const Page: Integer
; TotalProducts: Integer
; Products: vtProduct10Array);
public void
vtProductServices.GetCompanyOrderProductsByCategoriesPaged(AnsiString SessionId
,
Int32
CompanyId
,
Int32
ProductsPerPage
,
Int32
CategoryId
,
Int32
Page
, out
Int32
TotalProducts
, out vtProduct10Array Products);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | CompanyId | Integer | |
| In | ProductId | Integer | |
| In | ProductAttributes | Boolean | |
| Out | Product | vtProduct15 |
method vtProductServices.GetCompanyProduct(const SessionId: AnsiString
; const CompanyId: Integer
; const ProductId: Integer
; const ProductAttributes: Boolean
; Product: vtProduct15);
public void
vtProductServices.GetCompanyProduct(AnsiString SessionId
,
Int32
CompanyId
,
Int32
ProductId
, Boolean ProductAttributes
, out vtProduct15 Product);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | CompanyId | Integer | |
| In | SKU | AnsiString | |
| In | ProductAttributes | Boolean | |
| Out | Product | vtProduct15 |
method vtProductServices.GetCompanyProductBySKU(const SessionId: AnsiString
; const CompanyId: Integer
; const SKU: AnsiString
; const ProductAttributes: Boolean
; Product: vtProduct15);
public void
vtProductServices.GetCompanyProductBySKU(AnsiString SessionId
,
Int32
CompanyId
, AnsiString SKU
, Boolean ProductAttributes
, out vtProduct15 Product);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | CompanyId | Integer | |
| In | CorrelatedCategoryId | AnsiString | |
| Out | ProductCategoryIds | vtIntegerArray |
method vtProductServices.GetCompanyProductCategoryIds(const SessionId: AnsiString
; const CompanyId: Integer
; const CorrelatedCategoryId: AnsiString
; ProductCategoryIds: vtIntegerArray);
public void
vtProductServices.GetCompanyProductCategoryIds(AnsiString SessionId
,
Int32
CompanyId
, AnsiString CorrelatedCategoryId
, out vtIntegerArray ProductCategoryIds);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | CompanyId | Integer | |
| In | IncludeIgnored | Boolean | |
| In | IncludeMatched | Boolean | |
| Out | Products | vtProductDumpArray |
method vtProductServices.GetCompanyProductDump(const SessionId: AnsiString
; const CompanyId: Integer
; const IncludeIgnored: Boolean
; const IncludeMatched: Boolean
; Products: vtProductDumpArray);
public void
vtProductServices.GetCompanyProductDump(AnsiString SessionId
,
Int32
CompanyId
, Boolean IncludeIgnored
, Boolean IncludeMatched
, out vtProductDumpArray Products);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | CompanyId | Integer | |
| In | IncludeIgnored | Boolean | |
| In | IncludeMatched | Boolean | |
| Out | Products | vtProductDump2Array |
method vtProductServices.GetCompanyProductDump2(const SessionId: AnsiString
; const CompanyId: Integer
; const IncludeIgnored: Boolean
; const IncludeMatched: Boolean
; Products: vtProductDump2Array);
public void
vtProductServices.GetCompanyProductDump2(AnsiString SessionId
,
Int32
CompanyId
, Boolean IncludeIgnored
, Boolean IncludeMatched
, out vtProductDump2Array Products);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | CompanyId | Integer | |
| Out | Products | vtProduct4Array |
method vtProductServices.GetCompanyProducts(const SessionId: AnsiString
; const CompanyId: Integer
; Products: vtProduct4Array);
public void
vtProductServices.GetCompanyProducts(AnsiString SessionId
,
Int32
CompanyId
, out vtProduct4Array Products);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | CompanyId | Integer | |
| Out | Products | vtProduct10Array |
method vtProductServices.GetCompanyProducts2(const SessionId: AnsiString
; const CompanyId: Integer
; Products: vtProduct10Array);
public void
vtProductServices.GetCompanyProducts2(AnsiString SessionId
,
Int32
CompanyId
, out vtProduct10Array Products);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | ProductCategoryId | Integer | |
| In | CompanyId | Integer | |
| In | ProductsPerPage | Integer | |
| In | Page | Integer | |
| Out | TotalProducts | Integer | |
| Out | Products | vtProduct8Array |
method vtProductServices.GetCompanyProductsByCategoryPaged(const SessionId: AnsiString
; const ProductCategoryId: Integer
; const CompanyId: Integer
; const ProductsPerPage: Integer
; const Page: Integer
; TotalProducts: Integer
; Products: vtProduct8Array);
public void
vtProductServices.GetCompanyProductsByCategoryPaged(AnsiString SessionId
,
Int32
ProductCategoryId
,
Int32
CompanyId
,
Int32
ProductsPerPage
,
Int32
Page
, out
Int32
TotalProducts
, out vtProduct8Array Products);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessioId | AnsiString | |
| In | ProductCategoryId | Integer | |
| In | CompanyId | Integer | |
| In | ProductsPerPage | Integer | |
| In | Page | Integer | |
| Out | TotalProducts | Integer | |
| Out | Products | vtProduct12Array |
method vtProductServices.GetCompanyProductsByCategoryPaged2(const SessioId: AnsiString
; const ProductCategoryId: Integer
; const CompanyId: Integer
; const ProductsPerPage: Integer
; const Page: Integer
; TotalProducts: Integer
; Products: vtProduct12Array);
public void
vtProductServices.GetCompanyProductsByCategoryPaged2(AnsiString SessioId
,
Int32
ProductCategoryId
,
Int32
CompanyId
,
Int32
ProductsPerPage
,
Int32
Page
, out
Int32
TotalProducts
, out vtProduct12Array Products);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | CompanyId | Integer | |
| In | ProductId | Integer | |
| In | VehicleId | Integer | |
| Out | Accessories | vtProduct16Array |
method vtProductServices.GetCompanyVehicleProductAccessories(const SessionId: AnsiString
; const CompanyId: Integer
; const ProductId: Integer
; const VehicleId: Integer
; Accessories: vtProduct16Array);
public void
vtProductServices.GetCompanyVehicleProductAccessories(AnsiString SessionId
,
Int32
CompanyId
,
Int32
ProductId
,
Int32
VehicleId
, out vtProduct16Array Accessories);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | CompanyId | Integer | |
| In | VehicleId | Integer | |
| In | CategoryIds | vtIntegerArray | |
| Out | Products | vtProduct12Array |
method vtProductServices.GetCompanyVehicleProducts(const SessionId: AnsiString
; const CompanyId: Integer
; const VehicleId: Integer
; const CategoryIds: vtIntegerArray
; Products: vtProduct12Array);
public void
vtProductServices.GetCompanyVehicleProducts(AnsiString SessionId
,
Int32
CompanyId
,
Int32
VehicleId
, vtIntegerArray CategoryIds
, out vtProduct12Array Products);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | ManufacturerId | Integer | |
| In | DaySpan | Integer | |
| Out | Products | vtProduct4Array |
method vtProductServices.GetCreatedManufacturerProducts(const SessionId: AnsiString
; const ManufacturerId: Integer
; const DaySpan: Integer
; Products: vtProduct4Array);
public void
vtProductServices.GetCreatedManufacturerProducts(AnsiString SessionId
,
Int32
ManufacturerId
,
Int32
DaySpan
, out vtProduct4Array Products);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | ManufacturerId | Integer | |
| In | DaySpan | Integer | |
| Out | Products | vtProduct5Array |
method vtProductServices.GetCreatedManufacturerProducts2(const SessionId: AnsiString
; const ManufacturerId: Integer
; const DaySpan: Integer
; Products: vtProduct5Array);
public void
vtProductServices.GetCreatedManufacturerProducts2(AnsiString SessionId
,
Int32
ManufacturerId
,
Int32
DaySpan
, out vtProduct5Array Products);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | CompanyId | Integer | |
| Out | ProductCategories | vtProductCategory3Array |
method vtProductServices.GetFitguideCompanyProductCategories(const SessionId: AnsiString
; const CompanyId: Integer
; ProductCategories: vtProductCategory3Array);
public void
vtProductServices.GetFitguideCompanyProductCategories(AnsiString SessionId
,
Int32
CompanyId
, out vtProductCategory3Array ProductCategories);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | ManufacturerId | Integer | |
| Out | ProductCategories | vtProductCategory3Array |
method vtProductServices.GetManufacturerProductCategories(const SessionId: AnsiString
; const ManufacturerId: Integer
; ProductCategories: vtProductCategory3Array);
public void
vtProductServices.GetManufacturerProductCategories(AnsiString SessionId
,
Int32
ManufacturerId
, out vtProductCategory3Array ProductCategories);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | ParentCategoryId | Integer | |
| In | ManufacturerId | Integer | |
| Out | ProductList | vtProduct2Array |
method vtProductServices.GetManufacturerProducts(const SessionId: AnsiString
; const ParentCategoryId: Integer
; const ManufacturerId: Integer
; ProductList: vtProduct2Array);
public void
vtProductServices.GetManufacturerProducts(AnsiString SessionId
,
Int32
ParentCategoryId
,
Int32
ManufacturerId
, out vtProduct2Array ProductList);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | ParentCategoryId | Integer | |
| In | ManufacturerId | Integer | |
| Out | ProductList | vtProduct4Array |
method vtProductServices.GetManufacturerProducts2(const SessionId: AnsiString
; const ParentCategoryId: Integer
; const ManufacturerId: Integer
; ProductList: vtProduct4Array);
public void
vtProductServices.GetManufacturerProducts2(AnsiString SessionId
,
Int32
ParentCategoryId
,
Int32
ManufacturerId
, out vtProduct4Array ProductList);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | CategoryId | Integer | |
| In | ManufacturerId | Integer | |
| Out | Products | vtProduct5Array |
method vtProductServices.GetManufacturerProducts3(const SessionId: AnsiString
; const CategoryId: Integer
; const ManufacturerId: Integer
; Products: vtProduct5Array);
public void
vtProductServices.GetManufacturerProducts3(AnsiString SessionId
,
Int32
CategoryId
,
Int32
ManufacturerId
, out vtProduct5Array Products);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | CategoryId | Integer | |
| In | ManufacturerId | Integer | |
| Out | Products | vtProduct6Array |
method vtProductServices.GetManufacturerProducts4(const SessionId: AnsiString
; const CategoryId: Integer
; const ManufacturerId: Integer
; Products: vtProduct6Array);
public void
vtProductServices.GetManufacturerProducts4(AnsiString SessionId
,
Int32
CategoryId
,
Int32
ManufacturerId
, out vtProduct6Array Products);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | CategoryId | Integer | |
| In | ManufacturerId | Integer | |
| Out | Products | vtProduct7Array |
method vtProductServices.GetManufacturerProducts5(const SessionId: AnsiString
; const CategoryId: Integer
; const ManufacturerId: Integer
; Products: vtProduct7Array);
public void
vtProductServices.GetManufacturerProducts5(AnsiString SessionId
,
Int32
CategoryId
,
Int32
ManufacturerId
, out vtProduct7Array Products);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | CategoryId | Integer | |
| In | ManufacturerId | Integer | |
| Out | Products | vtProduct8Array |
method vtProductServices.GetManufacturerProducts6(const SessionId: AnsiString
; const CategoryId: Integer
; const ManufacturerId: Integer
; Products: vtProduct8Array);
public void
vtProductServices.GetManufacturerProducts6(AnsiString SessionId
,
Int32
CategoryId
,
Int32
ManufacturerId
, out vtProduct8Array Products);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | CategoryId | Integer | |
| In | ManufacturerId | Integer | |
| Out | Products | vtProduct9Array |
method vtProductServices.GetManufacturerProducts7(const SessionId: AnsiString
; const CategoryId: Integer
; const ManufacturerId: Integer
; Products: vtProduct9Array);
public void
vtProductServices.GetManufacturerProducts7(AnsiString SessionId
,
Int32
CategoryId
,
Int32
ManufacturerId
, out vtProduct9Array Products);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | CategoryId | Integer | |
| In | ManufacturerId | Integer | |
| Out | Products | vtProduct13Array |
method vtProductServices.GetManufacturerProducts8(const SessionId: AnsiString
; const CategoryId: Integer
; const ManufacturerId: Integer
; Products: vtProduct13Array);
public void
vtProductServices.GetManufacturerProducts8(AnsiString SessionId
,
Int32
CategoryId
,
Int32
ManufacturerId
, out vtProduct13Array Products);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | ManufacturerId | Integer | |
| In | ParentCategories | vtIntegerArray | |
| Out | ProductList | vtProduct4Array |
method vtProductServices.GetManufacturerProductsByCategories(const SessionId: AnsiString
; const ManufacturerId: Integer
; const ParentCategories: vtIntegerArray
; ProductList: vtProduct4Array);
public void
vtProductServices.GetManufacturerProductsByCategories(AnsiString SessionId
,
Int32
ManufacturerId
, vtIntegerArray ParentCategories
, out vtProduct4Array ProductList);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | ManufacturerId | Integer | |
| In | CategoryIds | vtIntegerArray | |
| Out | Products | vtProduct5Array |
method vtProductServices.GetManufacturerProductsByCategories2(const SessionId: AnsiString
; const ManufacturerId: Integer
; const CategoryIds: vtIntegerArray
; Products: vtProduct5Array);
public void
vtProductServices.GetManufacturerProductsByCategories2(AnsiString SessionId
,
Int32
ManufacturerId
, vtIntegerArray CategoryIds
, out vtProduct5Array Products);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | CategoryId | Integer | |
| In | ManufacturerId | Integer | |
| In | ProductsPerPage | Integer | |
| In | Page | Integer | |
| Out | TotalProducts | Integer | |
| Out | Products | vtProduct10Array |
method vtProductServices.GetManufacturerProductsByCategoriesPaged(const SessionId: AnsiString
; const CategoryId: Integer
; const ManufacturerId: Integer
; const ProductsPerPage: Integer
; const Page: Integer
; TotalProducts: Integer
; Products: vtProduct10Array);
public void
vtProductServices.GetManufacturerProductsByCategoriesPaged(AnsiString SessionId
,
Int32
CategoryId
,
Int32
ManufacturerId
,
Int32
ProductsPerPage
,
Int32
Page
, out
Int32
TotalProducts
, out vtProduct10Array Products);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | ManufacturerId | Integer | |
| In | VehicleId | Integer | |
| In | UniversalProducts | Boolean | |
| Out | Products | vtProduct4Array |
method vtProductServices.GetManufacturerVehicleProducts(const SessionId: AnsiString
; const ManufacturerId: Integer
; const VehicleId: Integer
; const UniversalProducts: Boolean
; Products: vtProduct4Array);
public void
vtProductServices.GetManufacturerVehicleProducts(AnsiString SessionId
,
Int32
ManufacturerId
,
Int32
VehicleId
, Boolean UniversalProducts
, out vtProduct4Array Products);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | ProductId | Integer | |
| Out | Product | vtProduct8 |
method vtProductServices.GetProduct(const SessionId: AnsiString
; const ProductId: Integer
; Product: vtProduct8);
public void
vtProductServices.GetProduct(AnsiString SessionId
,
Int32
ProductId
, out vtProduct8 Product);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | ProductId | Integer | |
| Out | Product | vtProduct10 |
method vtProductServices.GetProduct2(const SessionId: AnsiString
; const ProductId: Integer
; Product: vtProduct10);
public void
vtProductServices.GetProduct2(AnsiString SessionId
,
Int32
ProductId
, out vtProduct10 Product);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | ProductIds | vtIntegerArray | |
| Out | Catalog | vtCatalogVehicleProductsArray |
method vtProductServices.GetProductCatalog(const SessionId: AnsiString
; const ProductIds: vtIntegerArray
; Catalog: vtCatalogVehicleProductsArray);
public void
vtProductServices.GetProductCatalog(AnsiString SessionId
, vtIntegerArray ProductIds
, out vtCatalogVehicleProductsArray Catalog);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionID | AnsiString | |
| In | ParentCategoryID | Integer | |
| In | SubCategories | Boolean | |
| Out | CategoryList | vtProductCategoryArray |
| Flag | Name | Type |
|---|---|---|
| Result | Result | Boolean |
method vtProductServices.GetProductCategories(const SessionID: AnsiString
; const ParentCategoryID: Integer
; const SubCategories: Boolean
; CategoryList: vtProductCategoryArray)
: Boolean;
public Boolean vtProductServices.GetProductCategories(AnsiString SessionID
,
Int32
ParentCategoryID
, Boolean SubCategories
, out vtProductCategoryArray CategoryList);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | ParentCategoryId | Integer | |
| In | SubCategories | Boolean | |
| Out | CategoryList | vtProductCategory2Array |
method vtProductServices.GetProductCategories2(const SessionId: AnsiString
; const ParentCategoryId: Integer
; const SubCategories: Boolean
; CategoryList: vtProductCategory2Array);
public void
vtProductServices.GetProductCategories2(AnsiString SessionId
,
Int32
ParentCategoryId
, Boolean SubCategories
, out vtProductCategory2Array CategoryList);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | ParentCategoryId | Integer | |
| In | SubCategories | Boolean | |
| Out | Categories | vtProductCategory3Array |
method vtProductServices.GetProductCategories3(const SessionId: AnsiString
; const ParentCategoryId: Integer
; const SubCategories: Boolean
; Categories: vtProductCategory3Array);
public void
vtProductServices.GetProductCategories3(AnsiString SessionId
,
Int32
ParentCategoryId
, Boolean SubCategories
, out vtProductCategory3Array Categories);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | ParentCategoryId | Integer | |
| In | SubCategories | Boolean | |
| Out | Categories | vtProductCategory4Array |
method vtProductServices.GetProductCategories4(const SessionId: AnsiString
; const ParentCategoryId: Integer
; const SubCategories: Boolean
; Categories: vtProductCategory4Array);
public void
vtProductServices.GetProductCategories4(AnsiString SessionId
,
Int32
ParentCategoryId
, Boolean SubCategories
, out vtProductCategory4Array Categories);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| Out | ProductCategoryNonUniversalManufacturers | vtIntegerIntegerArrayArray |
method vtProductServices.GetProductCategoryManufacturers(const SessionId: AnsiString
; ProductCategoryNonUniversalManufacturers: vtIntegerIntegerArrayArray);
public void
vtProductServices.GetProductCategoryManufacturers(AnsiString SessionId
, out vtIntegerIntegerArrayArray ProductCategoryNonUniversalManufacturers);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| Out | ProductCategoryNonUniversalManufacturers | vtIntegerIntegerArrayArray |
method vtProductServices.GetProductCategoryNonUniversalManufacturers(const SessionId: AnsiString
; ProductCategoryNonUniversalManufacturers: vtIntegerIntegerArrayArray);
public void
vtProductServices.GetProductCategoryNonUniversalManufacturers(AnsiString SessionId
, out vtIntegerIntegerArrayArray ProductCategoryNonUniversalManufacturers);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| Out | Companies | vtProductDumpCompanyArray |
method vtProductServices.GetProductDumpCompanies(const SessionId: AnsiString
; Companies: vtProductDumpCompanyArray);
public void
vtProductServices.GetProductDumpCompanies(AnsiString SessionId
, out vtProductDumpCompanyArray Companies);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionID | AnsiString | |
| In | ManufacturerID | Integer | |
| Out | Manufacturer | vtProductManufacturer |
| Flag | Name | Type |
|---|---|---|
| Result | Result | Boolean |
method vtProductServices.GetProductManufacturer(const SessionID: AnsiString
; const ManufacturerID: Integer
; Manufacturer: vtProductManufacturer)
: Boolean;
public Boolean vtProductServices.GetProductManufacturer(AnsiString SessionID
,
Int32
ManufacturerID
, out vtProductManufacturer Manufacturer);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | ManufacturerId | Integer | |
| Out | Manufacturer | vtProductManufacturer2 |
method vtProductServices.GetProductManufacturer2(const SessionId: AnsiString
; const ManufacturerId: Integer
; Manufacturer: vtProductManufacturer2);
public void
vtProductServices.GetProductManufacturer2(AnsiString SessionId
,
Int32
ManufacturerId
, out vtProductManufacturer2 Manufacturer);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionID | AnsiString | |
| In | VehicleID | Integer | |
| Out | ManufacturerList | vtProductManufacturerArray |
| Flag | Name | Type |
|---|---|---|
| Result | Result | Boolean |
method vtProductServices.GetProductManufacturers(const SessionID: AnsiString
; const VehicleID: Integer
; ManufacturerList: vtProductManufacturerArray)
: Boolean;
public Boolean vtProductServices.GetProductManufacturers(AnsiString SessionID
,
Int32
VehicleID
, out vtProductManufacturerArray ManufacturerList);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | ParentCategoryId | Integer | |
| Out | Products | vtProduct3Array |
method vtProductServices.GetProducts(const SessionId: AnsiString
; const ParentCategoryId: Integer
; Products: vtProduct3Array);
public void
vtProductServices.GetProducts(AnsiString SessionId
,
Int32
ParentCategoryId
, out vtProduct3Array Products);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | ParentCategoryId | Integer | |
| Out | Products | vtProduct4Array |
method vtProductServices.GetProducts2(const SessionId: AnsiString
; const ParentCategoryId: Integer
; Products: vtProduct4Array);
public void
vtProductServices.GetProducts2(AnsiString SessionId
,
Int32
ParentCategoryId
, out vtProduct4Array Products);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | PartNumber | AnsiString | |
| Out | Products | vtProduct4Array |
method vtProductServices.GetProductsByPartNumber(const SessionId: AnsiString
; const PartNumber: AnsiString
; Products: vtProduct4Array);
public void
vtProductServices.GetProductsByPartNumber(AnsiString SessionId
, AnsiString PartNumber
, out vtProduct4Array Products);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | PartNumber | AnsiString | |
| Out | Products | vtProduct5Array |
method vtProductServices.GetProductsByPartNumber2(const SessionId: AnsiString
; const PartNumber: AnsiString
; Products: vtProduct5Array);
public void
vtProductServices.GetProductsByPartNumber2(AnsiString SessionId
, AnsiString PartNumber
, out vtProduct5Array Products);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | PartNumber | AnsiString | |
| Out | Products | vtProduct12Array |
method vtProductServices.GetProductsByPartNumber3(const SessionId: AnsiString
; const PartNumber: AnsiString
; Products: vtProduct12Array);
public void
vtProductServices.GetProductsByPartNumber3(AnsiString SessionId
, AnsiString PartNumber
, out vtProduct12Array Products);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | PartNumbers | vtStringArray | |
| Out | Products | vtProduct4Array |
method vtProductServices.GetProductsByPartNumbers(const SessionId: AnsiString
; const PartNumbers: vtStringArray
; Products: vtProduct4Array);
public void
vtProductServices.GetProductsByPartNumbers(AnsiString SessionId
, vtStringArray PartNumbers
, out vtProduct4Array Products);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | CompanyId | Integer | |
| In | SKU | AnsiString | |
| Out | VehicleIds | vtIntegerArray |
method vtProductServices.GetProductVehicleIdsBySKU(const SessionId: AnsiString
; const CompanyId: Integer
; const SKU: AnsiString
; VehicleIds: vtIntegerArray);
public void
vtProductServices.GetProductVehicleIdsBySKU(AnsiString SessionId
,
Int32
CompanyId
, AnsiString SKU
, out vtIntegerArray VehicleIds);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | ProductId | Integer | |
| Out | VehicleList | vtVehicleArray |
method vtProductServices.GetProductVehicles(const SessionId: AnsiString
; const ProductId: Integer
; VehicleList: vtVehicleArray);
public void
vtProductServices.GetProductVehicles(AnsiString SessionId
,
Int32
ProductId
, out vtVehicleArray VehicleList);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | ProductId | Integer | |
| Out | ProductWires | vtProductWireArray |
method vtProductServices.GetProductWires(const SessionId: AnsiString
; const ProductId: Integer
; ProductWires: vtProductWireArray);
public void
vtProductServices.GetProductWires(AnsiString SessionId
,
Int32
ProductId
, out vtProductWireArray ProductWires);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | Request | vtRetailerVehicleRequest | |
| Out | Response | vtRetailerVehicleResponse |
method vtProductServices.GetRetailerVehicleInformation(const SessionId: AnsiString
; const Request: vtRetailerVehicleRequest
; Response: vtRetailerVehicleResponse);
public void
vtProductServices.GetRetailerVehicleInformation(AnsiString SessionId
, vtRetailerVehicleRequest Request
, out vtRetailerVehicleResponse Response);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | Request | vtRetailerVehicleRequest3 | |
| Out | Response | vtRetailerVehicleResponse8 |
method vtProductServices.GetRetailerVehicleInformation10(const SessionId: AnsiString
; const Request: vtRetailerVehicleRequest3
; Response: vtRetailerVehicleResponse8);
public void
vtProductServices.GetRetailerVehicleInformation10(AnsiString SessionId
, vtRetailerVehicleRequest3 Request
, out vtRetailerVehicleResponse8 Response);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | Request | vtRetailerVehicleRequest4 | |
| Out | Response | vtRetailerVehicleResponse9 |
method vtProductServices.GetRetailerVehicleInformation11(const SessionId: AnsiString
; const Request: vtRetailerVehicleRequest4
; Response: vtRetailerVehicleResponse9);
public void
vtProductServices.GetRetailerVehicleInformation11(AnsiString SessionId
, vtRetailerVehicleRequest4 Request
, out vtRetailerVehicleResponse9 Response);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | Request | vtRetailerVehicleRequest | |
| Out | Response | vtRetailerVehicleResponse2 |
method vtProductServices.GetRetailerVehicleInformation2(const SessionId: AnsiString
; const Request: vtRetailerVehicleRequest
; Response: vtRetailerVehicleResponse2);
public void
vtProductServices.GetRetailerVehicleInformation2(AnsiString SessionId
, vtRetailerVehicleRequest Request
, out vtRetailerVehicleResponse2 Response);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | Request | vtRetailerVehicleRequest2 | |
| Out | Response | vtRetailerVehicleResponse2 |
method vtProductServices.GetRetailerVehicleInformation3(const SessionId: AnsiString
; const Request: vtRetailerVehicleRequest2
; Response: vtRetailerVehicleResponse2);
public void
vtProductServices.GetRetailerVehicleInformation3(AnsiString SessionId
, vtRetailerVehicleRequest2 Request
, out vtRetailerVehicleResponse2 Response);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | Request | vtRetailerVehicleRequest2 | |
| Out | Response | vtRetailerVehicleResponse3 |
method vtProductServices.GetRetailerVehicleInformation4(const SessionId: AnsiString
; const Request: vtRetailerVehicleRequest2
; Response: vtRetailerVehicleResponse3);
public void
vtProductServices.GetRetailerVehicleInformation4(AnsiString SessionId
, vtRetailerVehicleRequest2 Request
, out vtRetailerVehicleResponse3 Response);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | Request | vtRetailerVehicleRequest2 | |
| Out | Response | vtRetailerVehicleResponse4 |
method vtProductServices.GetRetailerVehicleInformation5(const SessionId: AnsiString
; const Request: vtRetailerVehicleRequest2
; Response: vtRetailerVehicleResponse4);
public void
vtProductServices.GetRetailerVehicleInformation5(AnsiString SessionId
, vtRetailerVehicleRequest2 Request
, out vtRetailerVehicleResponse4 Response);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | Request | vtRetailerVehicleRequest2 | |
| Out | Response | vtRetailerVehicleResponse5 |
method vtProductServices.GetRetailerVehicleInformation6(const SessionId: AnsiString
; const Request: vtRetailerVehicleRequest2
; Response: vtRetailerVehicleResponse5);
public void
vtProductServices.GetRetailerVehicleInformation6(AnsiString SessionId
, vtRetailerVehicleRequest2 Request
, out vtRetailerVehicleResponse5 Response);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | Request | vtRetailerVehicleRequest2 | |
| Out | Response | vtRetailerVehicleResponse6 |
method vtProductServices.GetRetailerVehicleInformation7(const SessionId: AnsiString
; const Request: vtRetailerVehicleRequest2
; Response: vtRetailerVehicleResponse6);
public void
vtProductServices.GetRetailerVehicleInformation7(AnsiString SessionId
, vtRetailerVehicleRequest2 Request
, out vtRetailerVehicleResponse6 Response);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | Request | vtRetailerVehicleRequest2 | |
| Out | Response | vtRetailerVehicleResponse7 |
method vtProductServices.GetRetailerVehicleInformation8(const SessionId: AnsiString
; const Request: vtRetailerVehicleRequest2
; Response: vtRetailerVehicleResponse7);
public void
vtProductServices.GetRetailerVehicleInformation8(AnsiString SessionId
, vtRetailerVehicleRequest2 Request
, out vtRetailerVehicleResponse7 Response);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | Request | vtRetailerVehicleRequest2 | |
| Out | Response | vtRetailerVehicleResponse8 |
method vtProductServices.GetRetailerVehicleInformation9(const SessionId: AnsiString
; const Request: vtRetailerVehicleRequest2
; Response: vtRetailerVehicleResponse8);
public void
vtProductServices.GetRetailerVehicleInformation9(AnsiString SessionId
, vtRetailerVehicleRequest2 Request
, out vtRetailerVehicleResponse8 Response);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | RetailerId | Integer | |
| In | VehicleId | Integer | |
| Out | Products | vtProduct6Array |
method vtProductServices.GetRetailerVehicleProducts(const SessionId: AnsiString
; const RetailerId: Integer
; const VehicleId: Integer
; Products: vtProduct6Array);
public void
vtProductServices.GetRetailerVehicleProducts(AnsiString SessionId
,
Int32
RetailerId
,
Int32
VehicleId
, out vtProduct6Array Products);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | RetailerId | Integer | |
| In | VehicleId | Integer | |
| Out | Products | vtProduct8Array |
method vtProductServices.GetRetailerVehicleProducts2(const SessionId: AnsiString
; const RetailerId: Integer
; const VehicleId: Integer
; Products: vtProduct8Array);
public void
vtProductServices.GetRetailerVehicleProducts2(AnsiString SessionId
,
Int32
RetailerId
,
Int32
VehicleId
, out vtProduct8Array Products);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | RetailerId | Integer | |
| In | VehicleId | Integer | |
| Out | Products | vtProduct10Array |
method vtProductServices.GetRetailerVehicleProducts3(const SessionId: AnsiString
; const RetailerId: Integer
; const VehicleId: Integer
; Products: vtProduct10Array);
public void
vtProductServices.GetRetailerVehicleProducts3(AnsiString SessionId
,
Int32
RetailerId
,
Int32
VehicleId
, out vtProduct10Array Products);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| Out | Manufacturer | vtProductManufacturer |
method vtProductServices.GetSessionManufacturer(const SessionId: AnsiString
; Manufacturer: vtProductManufacturer);
public void
vtProductServices.GetSessionManufacturer(AnsiString SessionId
, out vtProductManufacturer Manufacturer);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | CompanyId | Integer | |
| In | CartId | AnsiString | |
| Out | Products | vtCompanyProduct5Array |
method vtProductServices.GetShoppingCartProducts(const SessionId: AnsiString
; const CompanyId: Integer
; const CartId: AnsiString
; Products: vtCompanyProduct5Array);
public void
vtProductServices.GetShoppingCartProducts(AnsiString SessionId
,
Int32
CompanyId
, AnsiString CartId
, out vtCompanyProduct5Array Products);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| Out | SizeTypes | vtSizeTypeArray |
method vtProductServices.GetSizeTypes(const SessionId: AnsiString
; SizeTypes: vtSizeTypeArray);
public void
vtProductServices.GetSizeTypes(AnsiString SessionId
, out vtSizeTypeArray SizeTypes);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | ManufacturerId | Integer | |
| Out | Products | vtProduct6Array |
method vtProductServices.GetUnmatchedManufacturerProducts(const SessionId: AnsiString
; const ManufacturerId: Integer
; Products: vtProduct6Array);
public void
vtProductServices.GetUnmatchedManufacturerProducts(AnsiString SessionId
,
Int32
ManufacturerId
, out vtProduct6Array Products);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | ManufacturerId | Integer | |
| In | DaySpan | Integer | |
| Out | Products | vtProduct4Array |
method vtProductServices.GetUpdatedManufacturerProducts(const SessionId: AnsiString
; const ManufacturerId: Integer
; const DaySpan: Integer
; Products: vtProduct4Array);
public void
vtProductServices.GetUpdatedManufacturerProducts(AnsiString SessionId
,
Int32
ManufacturerId
,
Int32
DaySpan
, out vtProduct4Array Products);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | ManufacturerId | Integer | |
| In | DaySpan | Integer | |
| Out | Products | vtProduct5Array |
method vtProductServices.GetUpdatedManufacturerProducts2(const SessionId: AnsiString
; const ManufacturerId: Integer
; const DaySpan: Integer
; Products: vtProduct5Array);
public void
vtProductServices.GetUpdatedManufacturerProducts2(AnsiString SessionId
,
Int32
ManufacturerId
,
Int32
DaySpan
, out vtProduct5Array Products);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | VehicleId | Integer | |
| Out | CategoryIds | vtIntegerArray |
method vtProductServices.GetVehicleProductCategories(const SessionId: AnsiString
; const VehicleId: Integer
; CategoryIds: vtIntegerArray);
public void
vtProductServices.GetVehicleProductCategories(AnsiString SessionId
,
Int32
VehicleId
, out vtIntegerArray CategoryIds);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | VehicleId | Integer | |
| Out | ProductCategoryManufacturers | vtIntegerIntegerArrayArray |
method vtProductServices.GetVehicleProductCategoryManufacturers(const SessionId: AnsiString
; const VehicleId: Integer
; ProductCategoryManufacturers: vtIntegerIntegerArrayArray);
public void
vtProductServices.GetVehicleProductCategoryManufacturers(AnsiString SessionId
,
Int32
VehicleId
, out vtIntegerIntegerArrayArray ProductCategoryManufacturers);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | VehicleId | Integer | |
| Out | ProductCategoryNonUniversalManufacturers | vtIntegerIntegerArrayArray |
method vtProductServices.GetVehicleProductCategoryNonUniversalManufacturers(const SessionId: AnsiString
; const VehicleId: Integer
; ProductCategoryNonUniversalManufacturers: vtIntegerIntegerArrayArray);
public void
vtProductServices.GetVehicleProductCategoryNonUniversalManufacturers(AnsiString SessionId
,
Int32
VehicleId
, out vtIntegerIntegerArrayArray ProductCategoryNonUniversalManufacturers);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | VehicleId | Integer | |
| In | ProductId | Integer | |
| Out | GroupList | vtIntegerArray |
method vtProductServices.GetVehicleProductGroups(const SessionId: AnsiString
; const VehicleId: Integer
; const ProductId: Integer
; GroupList: vtIntegerArray);
public void
vtProductServices.GetVehicleProductGroups(AnsiString SessionId
,
Int32
VehicleId
,
Int32
ProductId
, out vtIntegerArray GroupList);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionID | AnsiString | |
| In | VehicleID | Integer | |
| In | CategoryID | Integer | |
| Out | ProductList | vtProductArray |
| Flag | Name | Type |
|---|---|---|
| Result | Result | Boolean |
method vtProductServices.GetVehicleProducts(const SessionID: AnsiString
; const VehicleID: Integer
; const CategoryID: Integer
; ProductList: vtProductArray)
: Boolean;
public Boolean vtProductServices.GetVehicleProducts(AnsiString SessionID
,
Int32
VehicleID
,
Int32
CategoryID
, out vtProductArray ProductList);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionID | AnsiString | |
| In | VehicleID | Integer | |
| In | CategoryID | Integer | |
| Out | ProductList | vtProduct2Array |
| Flag | Name | Type |
|---|---|---|
| Result | Result | Boolean |
method vtProductServices.GetVehicleProducts2(const SessionID: AnsiString
; const VehicleID: Integer
; const CategoryID: Integer
; ProductList: vtProduct2Array)
: Boolean;
public Boolean vtProductServices.GetVehicleProducts2(AnsiString SessionID
,
Int32
VehicleID
,
Int32
CategoryID
, out vtProduct2Array ProductList);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | VehicleId | Integer | |
| In | CategoryId | Integer | |
| Out | ProductList | vtProduct4Array |
method vtProductServices.GetVehicleProducts3(const SessionId: AnsiString
; const VehicleId: Integer
; const CategoryId: Integer
; ProductList: vtProduct4Array);
public void
vtProductServices.GetVehicleProducts3(AnsiString SessionId
,
Int32
VehicleId
,
Int32
CategoryId
, out vtProduct4Array ProductList);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | VehicleId | Integer | |
| In | UniversalProducts | Boolean | |
| In | SizedProducts | Boolean | |
| In | CategoryIds | vtIntegerArray | |
| Out | Products | vtProduct12Array |
method vtProductServices.GetVehicleProductsByCategoryIds(const SessionId: AnsiString
; const VehicleId: Integer
; const UniversalProducts: Boolean
; const SizedProducts: Boolean
; const CategoryIds: vtIntegerArray
; Products: vtProduct12Array);
public void
vtProductServices.GetVehicleProductsByCategoryIds(AnsiString SessionId
,
Int32
VehicleId
, Boolean UniversalProducts
, Boolean SizedProducts
, vtIntegerArray CategoryIds
, out vtProduct12Array Products);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionID | AnsiString | |
| In | VehicleID | Integer | |
| In | GroupIDs | vtIntegerArray | |
| Out | ProductsArray | vtVehicleProductGroupArray |
method vtProductServices.GetVehicleProductsByGroupIDs(const SessionID: AnsiString
; const VehicleID: Integer
; const GroupIDs: vtIntegerArray
; ProductsArray: vtVehicleProductGroupArray);
public void
vtProductServices.GetVehicleProductsByGroupIDs(AnsiString SessionID
,
Int32
VehicleID
, vtIntegerArray GroupIDs
, out vtVehicleProductGroupArray ProductsArray);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | VehicleId | Integer | |
| In | GroupIds | vtIntegerArray | |
| Out | ProductsArray | vtVehicleProductGroup3Array |
method vtProductServices.GetVehicleProductsByGroupIds2(const SessionId: AnsiString
; const VehicleId: Integer
; const GroupIds: vtIntegerArray
; ProductsArray: vtVehicleProductGroup3Array);
public void
vtProductServices.GetVehicleProductsByGroupIds2(AnsiString SessionId
,
Int32
VehicleId
, vtIntegerArray GroupIds
, out vtVehicleProductGroup3Array ProductsArray);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| Out | Manufacturers | vtProductManufacturer2Array |
method vtProductServices.GetVisibleProductManufacturers(const SessionId: AnsiString
; Manufacturers: vtProductManufacturer2Array);
public void
vtProductServices.GetVisibleProductManufacturers(AnsiString SessionId
, out vtProductManufacturer2Array Manufacturers);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| InOut | Manufacturers | vtProductManufacturerArray |
method vtProductServices.PopulateManufacturers(const SessionId: AnsiString
; var Manufacturers: vtProductManufacturerArray);
public void
vtProductServices.PopulateManufacturers(AnsiString SessionId
, ref vtProductManufacturerArray Manufacturers);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | VehicleId | Integer | |
| InOut | Products | vtProduct3Array |
method vtProductServices.PopulateVehicleProductGroups(const SessionId: AnsiString
; const VehicleId: Integer
; var Products: vtProduct3Array);
public void
vtProductServices.PopulateVehicleProductGroups(AnsiString SessionId
,
Int32
VehicleId
, ref vtProduct3Array Products);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | VehicleId | Integer | |
| InOut | Products | vtProduct4Array |
method vtProductServices.PopulateVehicleProductGroups2(const SessionId: AnsiString
; const VehicleId: Integer
; var Products: vtProduct4Array);
public void
vtProductServices.PopulateVehicleProductGroups2(AnsiString SessionId
,
Int32
VehicleId
, ref vtProduct4Array Products);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | VehicleId | Integer | |
| In | Products | vtProduct6Array |
method vtProductServices.PopulateVehicleProductGroups3(const SessionId: AnsiString
; const VehicleId: Integer
; const Products: vtProduct6Array);
public void
vtProductServices.PopulateVehicleProductGroups3(AnsiString SessionId
,
Int32
VehicleId
, vtProduct6Array Products);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionID | AnsiString | |
| In | VehicleID | Integer | |
| In | ProductID | Integer |
| Flag | Name | Type |
|---|---|---|
| Result | Result | Boolean |
method vtProductServices.RemoveVehicleProduct(const SessionID: AnsiString
; const VehicleID: Integer
; const ProductID: Integer)
: Boolean;
public Boolean vtProductServices.RemoveVehicleProduct(AnsiString SessionID
,
Int32
VehicleID
,
Int32
ProductID);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionID | AnsiString | |
| In | VehicleID | Integer | |
| In | ProductIds | vtIntegerArray |
| Flag | Name | Type |
|---|---|---|
| Result | Result | Boolean |
method vtProductServices.RemoveVehicleProducts(const SessionID: AnsiString
; const VehicleID: Integer
; const ProductIds: vtIntegerArray)
: Boolean;
public Boolean vtProductServices.RemoveVehicleProducts(AnsiString SessionID
,
Int32
VehicleID
, vtIntegerArray ProductIds);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | VehicleProductList | vtVehicleProductArray |
method vtProductServices.RemoveVehicleProducts2(const SessionId: AnsiString
; const VehicleProductList: vtVehicleProductArray);
public void
vtProductServices.RemoveVehicleProducts2(AnsiString SessionId
, vtVehicleProductArray VehicleProductList);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | Terms | vtStringArray | |
| Out | Products | vtProduct4Array |
method vtProductServices.SearchAllProducts(const SessionId: AnsiString
; const Terms: vtStringArray
; Products: vtProduct4Array);
public void
vtProductServices.SearchAllProducts(AnsiString SessionId
, vtStringArray Terms
, out vtProduct4Array Products);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | VehicleId | Integer | |
| In | Terms | vtStringArray | |
| Out | Products | vtProduct4Array |
method vtProductServices.SearchVehicleProducts(const SessionId: AnsiString
; const VehicleId: Integer
; const Terms: vtStringArray
; Products: vtProduct4Array);
public void
vtProductServices.SearchVehicleProducts(AnsiString SessionId
,
Int32
VehicleId
, vtStringArray Terms
, out vtProduct4Array Products);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| Out | Products | vtProductArray |
method vtProductServices.SelectPartNumberList(const SessionId: AnsiString
; Products: vtProductArray);
public void
vtProductServices.SelectPartNumberList(AnsiString SessionId
, out vtProductArray Products);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | CompanyId | Integer | |
| In | ProductId | Integer | |
| In | CorrelatedId | AnsiString |
method vtProductServices.SetCompanyProductId(const SessionId: AnsiString
; const CompanyId: Integer
; const ProductId: Integer
; const CorrelatedId: AnsiString);
public void
vtProductServices.SetCompanyProductId(AnsiString SessionId
,
Int32
CompanyId
,
Int32
ProductId
, AnsiString CorrelatedId);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | Manufacturer | vtProductManufacturer |
method vtProductServices.SetManufacturer(const SessionId: AnsiString
; const Manufacturer: vtProductManufacturer);
public void
vtProductServices.SetManufacturer(AnsiString SessionId
, vtProductManufacturer Manufacturer);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | ManufacturerId | Integer | |
| In | FitGuide | Boolean |
method vtProductServices.SetManufacturerFitGuide(const SessionId: AnsiString
; const ManufacturerId: Integer
; const FitGuide: Boolean);
public void
vtProductServices.SetManufacturerFitGuide(AnsiString SessionId
,
Int32
ManufacturerId
, Boolean FitGuide);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | Product | vtProduct2 | |
| In | Image | Binary | |
| In | Instructions | Binary |
method vtProductServices.SetProduct(const SessionId: AnsiString
; const Product: vtProduct2
; const Image: Binary
; const Instructions: Binary);
public void
vtProductServices.SetProduct(AnsiString SessionId
, vtProduct2 Product
, Binary Image
, Binary Instructions);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | Product | vtProduct4 | |
| In | Image | Binary | |
| In | Instructions | Binary |
method vtProductServices.SetProduct2(const SessionId: AnsiString
; const Product: vtProduct4
; const Image: Binary
; const Instructions: Binary);
public void
vtProductServices.SetProduct2(AnsiString SessionId
, vtProduct4 Product
, Binary Image
, Binary Instructions);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | Product | vtProduct5 | |
| In | Image | Binary | |
| In | Instructions | Binary |
method vtProductServices.SetProduct3(const SessionId: AnsiString
; const Product: vtProduct5
; const Image: Binary
; const Instructions: Binary);
public void
vtProductServices.SetProduct3(AnsiString SessionId
, vtProduct5 Product
, Binary Image
, Binary Instructions);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | Product | vtProduct6 | |
| In | Image | Binary | |
| In | Instructions | Binary |
method vtProductServices.SetProduct4(const SessionId: AnsiString
; const Product: vtProduct6
; const Image: Binary
; const Instructions: Binary);
public void
vtProductServices.SetProduct4(AnsiString SessionId
, vtProduct6 Product
, Binary Image
, Binary Instructions);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | Product | vtProduct7 | |
| In | Image | Binary | |
| In | Instructions | Binary |
method vtProductServices.SetProduct5(const SessionId: AnsiString
; const Product: vtProduct7
; const Image: Binary
; const Instructions: Binary);
public void
vtProductServices.SetProduct5(AnsiString SessionId
, vtProduct7 Product
, Binary Image
, Binary Instructions);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | Product | vtProduct8 | |
| In | Image | Binary | |
| In | Instructions | Binary |
method vtProductServices.SetProduct6(const SessionId: AnsiString
; const Product: vtProduct8
; const Image: Binary
; const Instructions: Binary);
public void
vtProductServices.SetProduct6(AnsiString SessionId
, vtProduct8 Product
, Binary Image
, Binary Instructions);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | Product | vtProduct9 | |
| In | Image | Binary | |
| In | Instructions | Binary |
method vtProductServices.SetProduct7(const SessionId: AnsiString
; const Product: vtProduct9
; const Image: Binary
; const Instructions: Binary);
public void
vtProductServices.SetProduct7(AnsiString SessionId
, vtProduct9 Product
, Binary Image
, Binary Instructions);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | Product | vtProduct13 | |
| In | Image | Binary | |
| In | Instructions | Binary |
method vtProductServices.SetProduct8(const SessionId: AnsiString
; const Product: vtProduct13
; const Image: Binary
; const Instructions: Binary);
public void
vtProductServices.SetProduct8(AnsiString SessionId
, vtProduct13 Product
, Binary Image
, Binary Instructions);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionID | AnsiString | |
| In | CategoryID | Integer | |
| In | ParentCategoryID | Integer | |
| In | Category | AnsiString |
| Flag | Name | Type |
|---|---|---|
| Result | Result | Boolean |
method vtProductServices.SetProductCategory(const SessionID: AnsiString
; const CategoryID: Integer
; const ParentCategoryID: Integer
; const Category: AnsiString)
: Boolean;
public Boolean vtProductServices.SetProductCategory(AnsiString SessionID
,
Int32
CategoryID
,
Int32
ParentCategoryID
, AnsiString Category);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | Product | vtProductDump |
method vtProductServices.SetProductDump(const SessionId: AnsiString
; const Product: vtProductDump);
public void
vtProductServices.SetProductDump(AnsiString SessionId
, vtProductDump Product);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | CartId | AnsiString | |
| In | ProductId | Integer | |
| In | Quantity | Integer |
method vtProductServices.SetProductInCart(const SessionId: AnsiString
; const CartId: AnsiString
; const ProductId: Integer
; const Quantity: Integer);
public void
vtProductServices.SetProductInCart(AnsiString SessionId
, AnsiString CartId
,
Int32
ProductId
,
Int32
Quantity);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionID | AnsiString | |
| In | ProductIds | vtIntegerArray | |
| In | CategoryID | Integer |
| Flag | Name | Type |
|---|---|---|
| Result | Result | Boolean |
method vtProductServices.SetProductsCategories(const SessionID: AnsiString
; const ProductIds: vtIntegerArray
; const CategoryID: Integer)
: Boolean;
public Boolean vtProductServices.SetProductsCategories(AnsiString SessionID
, vtIntegerArray ProductIds
,
Int32
CategoryID);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionID | AnsiString | |
| In | ProductID | Integer | |
| In | CategoryID | Integer |
| Flag | Name | Type |
|---|---|---|
| Result | Result | Boolean |
method vtProductServices.SetProductsCategory(const SessionID: AnsiString
; const ProductID: Integer
; const CategoryID: Integer)
: Boolean;
public Boolean vtProductServices.SetProductsCategory(AnsiString SessionID
,
Int32
ProductID
,
Int32
CategoryID);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | ProductId | Integer | |
| In | ProductWires | vtProductWireArray |
method vtProductServices.SetProductWires(const SessionId: AnsiString
; const ProductId: Integer
; const ProductWires: vtProductWireArray);
public void
vtProductServices.SetProductWires(AnsiString SessionId
,
Int32
ProductId
, vtProductWireArray ProductWires);
The following table lists the Operations defined in "vtProductDAServices":
| GetCompanyProductCategories |
This method retrieves cached datasets as to reduce hits to the database. |
| GetCompanyVehicleProductCategories |
This method retrieves cached datasets as to reduce hits to the database. |
This method retrieves cached datasets as to reduce hits to the database.
| Flag | Name | Type | Description |
|---|---|---|---|
| In | CompanyId | Integer | |
| Out | DataTable | Binary |
method vtProductDAServices.GetCompanyProductCategories(const CompanyId: Integer
; DataTable: Binary);
public void
vtProductDAServices.GetCompanyProductCategories(
Int32
CompanyId
, out Binary DataTable);
This method retrieves cached datasets as to reduce hits to the database.
| Flag | Name | Type | Description |
|---|---|---|---|
| In | CompanyId | Integer | |
| In | VehicleId | Integer | |
| Out | DataTable | Binary |
method vtProductDAServices.GetCompanyVehicleProductCategories(const CompanyId: Integer
; const VehicleId: Integer
; DataTable: Binary);
public void
vtProductDAServices.GetCompanyVehicleProductCategories(
Int32
CompanyId
,
Int32
VehicleId
, out Binary DataTable);
The following table lists the Operations defined in "vtReportServices":
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | RegionId | Integer | |
| In | Years | vtIntegerArray | |
| Out | Vehicles | vtAAIAVehicleArray |
method vtReportServices.GetAAIAVehiclesWithoutMatches(const SessionId: AnsiString
; const RegionId: Integer
; const Years: vtIntegerArray
; Vehicles: vtAAIAVehicleArray);
public void
vtReportServices.GetAAIAVehiclesWithoutMatches(AnsiString SessionId
,
Int32
RegionId
, vtIntegerArray Years
, out vtAAIAVehicleArray Vehicles);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | Locales | vtIntegerArray | |
| In | StartDate | DateTime | |
| In | EndDate | DateTime | |
| Out | Vehicles | vtVehicle2Array |
method vtReportServices.GetVehiclesCreatedBetween(const SessionId: AnsiString
; const Locales: vtIntegerArray
; const StartDate: DateTime
; const EndDate: DateTime
; Vehicles: vtVehicle2Array);
public void
vtReportServices.GetVehiclesCreatedBetween(AnsiString SessionId
, vtIntegerArray Locales
, DateTime StartDate
, DateTime EndDate
, out vtVehicle2Array Vehicles);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | Locales | vtIntegerArray | |
| In | MakeIds | vtIntegerArray | |
| Out | Vehicles | vtVehicle2Array |
method vtReportServices.GetVehiclesForMakes(const SessionId: AnsiString
; const Locales: vtIntegerArray
; const MakeIds: vtIntegerArray
; Vehicles: vtVehicle2Array);
public void
vtReportServices.GetVehiclesForMakes(AnsiString SessionId
, vtIntegerArray Locales
, vtIntegerArray MakeIds
, out vtVehicle2Array Vehicles);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | Locales | vtIntegerArray | |
| In | Years | vtIntegerArray | |
| In | MakeIds | vtIntegerArray | |
| Out | Vehicles | vtVehicle2Array |
method vtReportServices.GetVehiclesForMakes2(const SessionId: AnsiString
; const Locales: vtIntegerArray
; const Years: vtIntegerArray
; const MakeIds: vtIntegerArray
; Vehicles: vtVehicle2Array);
public void
vtReportServices.GetVehiclesForMakes2(AnsiString SessionId
, vtIntegerArray Locales
, vtIntegerArray Years
, vtIntegerArray MakeIds
, out vtVehicle2Array Vehicles);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | Locales | vtIntegerArray | |
| In | Years | vtIntegerArray | |
| Out | Vehicles | vtVehicle2Array |
method vtReportServices.GetVehiclesForYears(const SessionId: AnsiString
; const Locales: vtIntegerArray
; const Years: vtIntegerArray
; Vehicles: vtVehicle2Array);
public void
vtReportServices.GetVehiclesForYears(AnsiString SessionId
, vtIntegerArray Locales
, vtIntegerArray Years
, out vtVehicle2Array Vehicles);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | Locales | vtIntegerArray | |
| Out | Vehicles | vtVehicle2Array |
method vtReportServices.GetVehiclesMissingDefaultTrims(const SessionId: AnsiString
; const Locales: vtIntegerArray
; Vehicles: vtVehicle2Array);
public void
vtReportServices.GetVehiclesMissingDefaultTrims(AnsiString SessionId
, vtIntegerArray Locales
, out vtVehicle2Array Vehicles);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | Locales | vtIntegerArray | |
| In | Years | vtIntegerArray | |
| Out | Vehicles | vtVehicle2Array |
method vtReportServices.GetVehiclesMissingDefaultTrims2(const SessionId: AnsiString
; const Locales: vtIntegerArray
; const Years: vtIntegerArray
; Vehicles: vtVehicle2Array);
public void
vtReportServices.GetVehiclesMissingDefaultTrims2(AnsiString SessionId
, vtIntegerArray Locales
, vtIntegerArray Years
, out vtVehicle2Array Vehicles);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | Locales | vtIntegerArray | |
| In | DocumentIds | vtIntegerArray | |
| Out | Vehicles | vtVehicle2Array |
method vtReportServices.GetVehiclesWithDocuments(const SessionId: AnsiString
; const Locales: vtIntegerArray
; const DocumentIds: vtIntegerArray
; Vehicles: vtVehicle2Array);
public void
vtReportServices.GetVehiclesWithDocuments(AnsiString SessionId
, vtIntegerArray Locales
, vtIntegerArray DocumentIds
, out vtVehicle2Array Vehicles);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | Locales | vtIntegerArray | |
| In | Years | vtIntegerArray | |
| In | DocumentIds | vtIntegerArray | |
| Out | Vehicles | vtVehicle2Array |
method vtReportServices.GetVehiclesWithDocuments2(const SessionId: AnsiString
; const Locales: vtIntegerArray
; const Years: vtIntegerArray
; const DocumentIds: vtIntegerArray
; Vehicles: vtVehicle2Array);
public void
vtReportServices.GetVehiclesWithDocuments2(AnsiString SessionId
, vtIntegerArray Locales
, vtIntegerArray Years
, vtIntegerArray DocumentIds
, out vtVehicle2Array Vehicles);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | Locales | vtIntegerArray | |
| Out | Vehicles | vtVehicle2Array |
method vtReportServices.GetVehiclesWithoutDocuments(const SessionId: AnsiString
; const Locales: vtIntegerArray
; Vehicles: vtVehicle2Array);
public void
vtReportServices.GetVehiclesWithoutDocuments(AnsiString SessionId
, vtIntegerArray Locales
, out vtVehicle2Array Vehicles);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | Locales | vtIntegerArray | |
| In | Years | vtIntegerArray | |
| Out | Vehicles | vtVehicle2Array |
method vtReportServices.GetVehiclesWithoutDocuments2(const SessionId: AnsiString
; const Locales: vtIntegerArray
; const Years: vtIntegerArray
; Vehicles: vtVehicle2Array);
public void
vtReportServices.GetVehiclesWithoutDocuments2(AnsiString SessionId
, vtIntegerArray Locales
, vtIntegerArray Years
, out vtVehicle2Array Vehicles);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | Locales | vtIntegerArray | |
| In | AttributeIds | vtIntegerArray | |
| Out | Vehicles | vtVehicle2Array |
method vtReportServices.GetVehiclesWithoutValues(const SessionId: AnsiString
; const Locales: vtIntegerArray
; const AttributeIds: vtIntegerArray
; Vehicles: vtVehicle2Array);
public void
vtReportServices.GetVehiclesWithoutValues(AnsiString SessionId
, vtIntegerArray Locales
, vtIntegerArray AttributeIds
, out vtVehicle2Array Vehicles);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | Locales | vtIntegerArray | |
| In | Years | vtIntegerArray | |
| In | AttributeIds | vtIntegerArray | |
| Out | Vehicles | vtVehicle2Array |
method vtReportServices.GetVehiclesWithoutValues2(const SessionId: AnsiString
; const Locales: vtIntegerArray
; const Years: vtIntegerArray
; const AttributeIds: vtIntegerArray
; Vehicles: vtVehicle2Array);
public void
vtReportServices.GetVehiclesWithoutValues2(AnsiString SessionId
, vtIntegerArray Locales
, vtIntegerArray Years
, vtIntegerArray AttributeIds
, out vtVehicle2Array Vehicles);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | Locales | vtIntegerArray | |
| In | Values | vtAttributeValueConditionArray | |
| Out | Vehicles | vtVehicle2Array |
method vtReportServices.GetVehiclesWithValues(const SessionId: AnsiString
; const Locales: vtIntegerArray
; const Values: vtAttributeValueConditionArray
; Vehicles: vtVehicle2Array);
public void
vtReportServices.GetVehiclesWithValues(AnsiString SessionId
, vtIntegerArray Locales
, vtAttributeValueConditionArray Values
, out vtVehicle2Array Vehicles);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | Locales | vtIntegerArray | |
| In | Years | vtIntegerArray | |
| In | Values | vtAttributeValueConditionArray | |
| Out | Vehicles | vtVehicle2Array |
method vtReportServices.GetVehiclesWithValues2(const SessionId: AnsiString
; const Locales: vtIntegerArray
; const Years: vtIntegerArray
; const Values: vtAttributeValueConditionArray
; Vehicles: vtVehicle2Array);
public void
vtReportServices.GetVehiclesWithValues2(AnsiString SessionId
, vtIntegerArray Locales
, vtIntegerArray Years
, vtAttributeValueConditionArray Values
, out vtVehicle2Array Vehicles);
The following table lists the Operations defined in "vtSchedulingServices":
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | Transaction | vtLinkedTransaction | |
| In | LinkedTransaction | vtLinkedTransaction |
method vtSchedulingServices.AddLinkedTransaction(const SessionId: AnsiString
; const Transaction: vtLinkedTransaction
; const LinkedTransaction: vtLinkedTransaction);
public void
vtSchedulingServices.AddLinkedTransaction(AnsiString SessionId
, vtLinkedTransaction Transaction
, vtLinkedTransaction LinkedTransaction);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString |
method vtSchedulingServices.AddNPDSubmission(const SessionId: AnsiString);
public void
vtSchedulingServices.AddNPDSubmission(AnsiString SessionId);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | ScheduledInstall | vtScheduledInstall | |
| Out | ScheduledInstallId | Integer |
method vtSchedulingServices.AddScheduledInstall(const SessionId: AnsiString
; const ScheduledInstall: vtScheduledInstall
; ScheduledInstallId: Integer);
public void
vtSchedulingServices.AddScheduledInstall(AnsiString SessionId
, vtScheduledInstall ScheduledInstall
, out
Int32
ScheduledInstallId);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | ScheduledInstall | vtScheduledInstall2 | |
| Out | ScheduledInstallId | Integer |
method vtSchedulingServices.AddScheduledInstall2(const SessionId: AnsiString
; const ScheduledInstall: vtScheduledInstall2
; ScheduledInstallId: Integer);
public void
vtSchedulingServices.AddScheduledInstall2(AnsiString SessionId
, vtScheduledInstall2 ScheduledInstall
, out
Int32
ScheduledInstallId);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | ScheduledInstall | vtScheduledInstall4 | |
| Out | ScheduledInstallId | Integer |
method vtSchedulingServices.AddScheduledInstall3(const SessionId: AnsiString
; const ScheduledInstall: vtScheduledInstall4
; ScheduledInstallId: Integer);
public void
vtSchedulingServices.AddScheduledInstall3(AnsiString SessionId
, vtScheduledInstall4 ScheduledInstall
, out
Int32
ScheduledInstallId);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | ScheduledInstall | vtScheduledInstall5 | |
| Out | ScheduledInstallId | Integer |
method vtSchedulingServices.AddScheduledInstall4(const SessionId: AnsiString
; const ScheduledInstall: vtScheduledInstall5
; ScheduledInstallId: Integer);
public void
vtSchedulingServices.AddScheduledInstall4(AnsiString SessionId
, vtScheduledInstall5 ScheduledInstall
, out
Int32
ScheduledInstallId);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | ScheduledInstallId | Integer |
method vtSchedulingServices.DeleteScheduledInstall(const SessionId: AnsiString
; const ScheduledInstallId: Integer);
public void
vtSchedulingServices.DeleteScheduledInstall(AnsiString SessionId
,
Int32
ScheduledInstallId);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| Out | BayInstallers | vtBayInstallersArray |
method vtSchedulingServices.GetBayInstallers(const SessionId: AnsiString
; BayInstallers: vtBayInstallersArray);
public void
vtSchedulingServices.GetBayInstallers(AnsiString SessionId
, out vtBayInstallersArray BayInstallers);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | CustomerId | AnsiString | |
| Out | ScheduledVehicle | vtScheduledVehicle |
method vtSchedulingServices.GetCustomerVehicle(const SessionId: AnsiString
; const CustomerId: AnsiString
; ScheduledVehicle: vtScheduledVehicle);
public void
vtSchedulingServices.GetCustomerVehicle(AnsiString SessionId
, AnsiString CustomerId
, out vtScheduledVehicle ScheduledVehicle);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | CustomerId | AnsiString | |
| Out | ScheduledVehicle | vtScheduledVehicle2 |
method vtSchedulingServices.GetCustomerVehicle2(const SessionId: AnsiString
; const CustomerId: AnsiString
; ScheduledVehicle: vtScheduledVehicle2);
public void
vtSchedulingServices.GetCustomerVehicle2(AnsiString SessionId
, AnsiString CustomerId
, out vtScheduledVehicle2 ScheduledVehicle);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | CustomerId | AnsiString | |
| Out | ScheduledVehicle | vtScheduledVehicle3 |
method vtSchedulingServices.GetCustomerVehicle3(const SessionId: AnsiString
; const CustomerId: AnsiString
; ScheduledVehicle: vtScheduledVehicle3);
public void
vtSchedulingServices.GetCustomerVehicle3(AnsiString SessionId
, AnsiString CustomerId
, out vtScheduledVehicle3 ScheduledVehicle);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| Out | InstallBays | vtInstallBayArray |
method vtSchedulingServices.GetInstallBays(const SessionId: AnsiString
; InstallBays: vtInstallBayArray);
public void
vtSchedulingServices.GetInstallBays(AnsiString SessionId
, out vtInstallBayArray InstallBays);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | TransactionId | AnsiString | |
| Out | LinkedTransactions | vtLinkedTransactionArray |
method vtSchedulingServices.GetLinkedTransactions(const SessionId: AnsiString
; const TransactionId: AnsiString
; LinkedTransactions: vtLinkedTransactionArray);
public void
vtSchedulingServices.GetLinkedTransactions(AnsiString SessionId
, AnsiString TransactionId
, out vtLinkedTransactionArray LinkedTransactions);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | ProductId | AnsiString | |
| Out | UPC | AnsiString |
method vtSchedulingServices.GetQBProductUpc(const SessionId: AnsiString
; const ProductId: AnsiString
; UPC: AnsiString);
public void
vtSchedulingServices.GetQBProductUpc(AnsiString SessionId
, AnsiString ProductId
, out AnsiString UPC);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | ScheduledInstallId | Integer | |
| Out | ScheduledInstall | vtScheduledInstall |
method vtSchedulingServices.GetScheduledInstall(const SessionId: AnsiString
; const ScheduledInstallId: Integer
; ScheduledInstall: vtScheduledInstall);
public void
vtSchedulingServices.GetScheduledInstall(AnsiString SessionId
,
Int32
ScheduledInstallId
, out vtScheduledInstall ScheduledInstall);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | ScheduledInstallId | Integer | |
| Out | ScheduledInstall | vtScheduledInstall2 |
method vtSchedulingServices.GetScheduledInstall2(const SessionId: AnsiString
; const ScheduledInstallId: Integer
; ScheduledInstall: vtScheduledInstall2);
public void
vtSchedulingServices.GetScheduledInstall2(AnsiString SessionId
,
Int32
ScheduledInstallId
, out vtScheduledInstall2 ScheduledInstall);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | ScheduledInstallId | Integer | |
| Out | ScheduledInstall | vtScheduledInstall3 |
method vtSchedulingServices.GetScheduledInstall3(const SessionId: AnsiString
; const ScheduledInstallId: Integer
; ScheduledInstall: vtScheduledInstall3);
public void
vtSchedulingServices.GetScheduledInstall3(AnsiString SessionId
,
Int32
ScheduledInstallId
, out vtScheduledInstall3 ScheduledInstall);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | ScheduledInstallId | Integer | |
| Out | ScheduledInstall | vtScheduledInstall4 |
method vtSchedulingServices.GetScheduledInstall4(const SessionId: AnsiString
; const ScheduledInstallId: Integer
; ScheduledInstall: vtScheduledInstall4);
public void
vtSchedulingServices.GetScheduledInstall4(AnsiString SessionId
,
Int32
ScheduledInstallId
, out vtScheduledInstall4 ScheduledInstall);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | ScheduledInstallId | Integer | |
| Out | ScheduledInstall | vtScheduledInstall5 |
method vtSchedulingServices.GetScheduledInstall5(const SessionId: AnsiString
; const ScheduledInstallId: Integer
; ScheduledInstall: vtScheduledInstall5);
public void
vtSchedulingServices.GetScheduledInstall5(AnsiString SessionId
,
Int32
ScheduledInstallId
, out vtScheduledInstall5 ScheduledInstall);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | TransactionId | AnsiString | |
| Out | ScheduledInstall | vtScheduledInstall3 |
method vtSchedulingServices.GetScheduledInstallForTransaction(const SessionId: AnsiString
; const TransactionId: AnsiString
; ScheduledInstall: vtScheduledInstall3);
public void
vtSchedulingServices.GetScheduledInstallForTransaction(AnsiString SessionId
, AnsiString TransactionId
, out vtScheduledInstall3 ScheduledInstall);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | TransactionId | AnsiString | |
| Out | ScheduledInstall | vtScheduledInstall4 |
method vtSchedulingServices.GetScheduledInstallForTransaction2(const SessionId: AnsiString
; const TransactionId: AnsiString
; ScheduledInstall: vtScheduledInstall4);
public void
vtSchedulingServices.GetScheduledInstallForTransaction2(AnsiString SessionId
, AnsiString TransactionId
, out vtScheduledInstall4 ScheduledInstall);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | TransactionId | AnsiString | |
| Out | ScheduledInstall | vtScheduledInstall5 |
method vtSchedulingServices.GetScheduledInstallForTransaction3(const SessionId: AnsiString
; const TransactionId: AnsiString
; ScheduledInstall: vtScheduledInstall5);
public void
vtSchedulingServices.GetScheduledInstallForTransaction3(AnsiString SessionId
, AnsiString TransactionId
, out vtScheduledInstall5 ScheduledInstall);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | StartDate | DateTime | |
| In | EndDate | DateTime | |
| Out | ScheduledInstalls | vtScheduledInstallArray |
method vtSchedulingServices.GetScheduledInstalls(const SessionId: AnsiString
; const StartDate: DateTime
; const EndDate: DateTime
; ScheduledInstalls: vtScheduledInstallArray);
public void
vtSchedulingServices.GetScheduledInstalls(AnsiString SessionId
, DateTime StartDate
, DateTime EndDate
, out vtScheduledInstallArray ScheduledInstalls);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | StartDate | DateTime | |
| In | EndDate | DateTime | |
| Out | ScheduledInstalls | vtScheduledInstall2Array |
method vtSchedulingServices.GetScheduledInstalls2(const SessionId: AnsiString
; const StartDate: DateTime
; const EndDate: DateTime
; ScheduledInstalls: vtScheduledInstall2Array);
public void
vtSchedulingServices.GetScheduledInstalls2(AnsiString SessionId
, DateTime StartDate
, DateTime EndDate
, out vtScheduledInstall2Array ScheduledInstalls);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | StartDate | DateTime | |
| In | EndDate | DateTime | |
| Out | ScheduledInstalls | vtScheduledInstall3Array |
method vtSchedulingServices.GetScheduledInstalls3(const SessionId: AnsiString
; const StartDate: DateTime
; const EndDate: DateTime
; ScheduledInstalls: vtScheduledInstall3Array);
public void
vtSchedulingServices.GetScheduledInstalls3(AnsiString SessionId
, DateTime StartDate
, DateTime EndDate
, out vtScheduledInstall3Array ScheduledInstalls);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | StartDate | DateTime | |
| In | EndDate | DateTime | |
| Out | ScheduledInstalls | vtScheduledInstall4Array |
method vtSchedulingServices.GetScheduledInstalls4(const SessionId: AnsiString
; const StartDate: DateTime
; const EndDate: DateTime
; ScheduledInstalls: vtScheduledInstall4Array);
public void
vtSchedulingServices.GetScheduledInstalls4(AnsiString SessionId
, DateTime StartDate
, DateTime EndDate
, out vtScheduledInstall4Array ScheduledInstalls);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | StartDate | DateTime | |
| In | EndDate | DateTime | |
| Out | ScheduledInstalls | vtScheduledInstall5Array |
method vtSchedulingServices.GetScheduledInstalls5(const SessionId: AnsiString
; const StartDate: DateTime
; const EndDate: DateTime
; ScheduledInstalls: vtScheduledInstall5Array);
public void
vtSchedulingServices.GetScheduledInstalls5(AnsiString SessionId
, DateTime StartDate
, DateTime EndDate
, out vtScheduledInstall5Array ScheduledInstalls);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | GetBays | Boolean | |
| Out | Options | vtSchedulingOptions | |
| Out | InstallBays | vtInstallBayArray |
method vtSchedulingServices.GetSchedulingOptions(const SessionId: AnsiString
; const GetBays: Boolean
; Options: vtSchedulingOptions
; InstallBays: vtInstallBayArray);
public void
vtSchedulingServices.GetSchedulingOptions(AnsiString SessionId
, Boolean GetBays
, out vtSchedulingOptions Options
, out vtInstallBayArray InstallBays);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | GetBays | Boolean | |
| Out | Options | vtSchedulingOptions2 | |
| Out | InstallBays | vtInstallBayArray |
method vtSchedulingServices.GetSchedulingOptions2(const SessionId: AnsiString
; const GetBays: Boolean
; Options: vtSchedulingOptions2
; InstallBays: vtInstallBayArray);
public void
vtSchedulingServices.GetSchedulingOptions2(AnsiString SessionId
, Boolean GetBays
, out vtSchedulingOptions2 Options
, out vtInstallBayArray InstallBays);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | GetBays | Boolean | |
| Out | Options | vtSchedulingOptions3 | |
| Out | InstallBays | vtInstallBayArray |
method vtSchedulingServices.GetSchedulingOptions3(const SessionId: AnsiString
; const GetBays: Boolean
; Options: vtSchedulingOptions3
; InstallBays: vtInstallBayArray);
public void
vtSchedulingServices.GetSchedulingOptions3(AnsiString SessionId
, Boolean GetBays
, out vtSchedulingOptions3 Options
, out vtInstallBayArray InstallBays);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | UPC | AnsiString | |
| Out | ProductId | AnsiString |
method vtSchedulingServices.GetUpcQBProduct(const SessionId: AnsiString
; const UPC: AnsiString
; ProductId: AnsiString);
public void
vtSchedulingServices.GetUpcQBProduct(AnsiString SessionId
, AnsiString UPC
, out AnsiString ProductId);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | Ids | vtStringArray | |
| Out | Numbers | vtIntegerArray |
method vtSchedulingServices.MapIdsToNumbers(const SessionId: AnsiString
; const Ids: vtStringArray
; Numbers: vtIntegerArray);
public void
vtSchedulingServices.MapIdsToNumbers(AnsiString SessionId
, vtStringArray Ids
, out vtIntegerArray Numbers);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | SearchBy | vtSearchInstallsBy | |
| In | SearchTerms | vtStringArray | |
| Out | Results | vtScheduledInstallArray |
method vtSchedulingServices.SearchForScheduledInstalls(const SessionId: AnsiString
; const SearchBy: vtSearchInstallsBy
; const SearchTerms: vtStringArray
; Results: vtScheduledInstallArray);
public void
vtSchedulingServices.SearchForScheduledInstalls(AnsiString SessionId
, vtSearchInstallsBy SearchBy
, vtStringArray SearchTerms
, out vtScheduledInstallArray Results);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | SearchBy | vtSearchInstallsBy | |
| In | SearchTerms | vtStringArray | |
| Out | Results | vtScheduledInstall2Array |
method vtSchedulingServices.SearchForScheduledInstalls2(const SessionId: AnsiString
; const SearchBy: vtSearchInstallsBy
; const SearchTerms: vtStringArray
; Results: vtScheduledInstall2Array);
public void
vtSchedulingServices.SearchForScheduledInstalls2(AnsiString SessionId
, vtSearchInstallsBy SearchBy
, vtStringArray SearchTerms
, out vtScheduledInstall2Array Results);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | SearchBy | vtSearchInstallsBy | |
| In | SearchTerms | vtStringArray | |
| Out | Results | vtScheduledInstall3Array |
method vtSchedulingServices.SearchForScheduledInstalls3(const SessionId: AnsiString
; const SearchBy: vtSearchInstallsBy
; const SearchTerms: vtStringArray
; Results: vtScheduledInstall3Array);
public void
vtSchedulingServices.SearchForScheduledInstalls3(AnsiString SessionId
, vtSearchInstallsBy SearchBy
, vtStringArray SearchTerms
, out vtScheduledInstall3Array Results);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | SearchBy | vtSearchInstallsBy | |
| In | SearchTerms | vtStringArray | |
| Out | Results | vtScheduledInstall4Array |
method vtSchedulingServices.SearchForScheduledInstalls4(const SessionId: AnsiString
; const SearchBy: vtSearchInstallsBy
; const SearchTerms: vtStringArray
; Results: vtScheduledInstall4Array);
public void
vtSchedulingServices.SearchForScheduledInstalls4(AnsiString SessionId
, vtSearchInstallsBy SearchBy
, vtStringArray SearchTerms
, out vtScheduledInstall4Array Results);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | SearchBy | vtSearchInstallsBy | |
| In | SearchTerms | vtStringArray | |
| Out | Results | vtScheduledInstall5Array |
method vtSchedulingServices.SearchForScheduledInstalls5(const SessionId: AnsiString
; const SearchBy: vtSearchInstallsBy
; const SearchTerms: vtStringArray
; Results: vtScheduledInstall5Array);
public void
vtSchedulingServices.SearchForScheduledInstalls5(AnsiString SessionId
, vtSearchInstallsBy SearchBy
, vtStringArray SearchTerms
, out vtScheduledInstall5Array Results);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | BayInstallers | vtBayInstallersArray |
method vtSchedulingServices.SetBayInstallers(const SessionId: AnsiString
; const BayInstallers: vtBayInstallersArray);
public void
vtSchedulingServices.SetBayInstallers(AnsiString SessionId
, vtBayInstallersArray BayInstallers);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | InstallBays | vtInstallBayArray |
method vtSchedulingServices.SetInstallBays(const SessionId: AnsiString
; const InstallBays: vtInstallBayArray);
public void
vtSchedulingServices.SetInstallBays(AnsiString SessionId
, vtInstallBayArray InstallBays);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | ProductUpcs | vtQBProductUpcArray |
method vtSchedulingServices.SetQBProductUpcs(const SessionId: AnsiString
; const ProductUpcs: vtQBProductUpcArray);
public void
vtSchedulingServices.SetQBProductUpcs(AnsiString SessionId
, vtQBProductUpcArray ProductUpcs);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | ScheduledInstall | vtScheduledInstall |
method vtSchedulingServices.SetScheduledInstall(const SessionId: AnsiString
; const ScheduledInstall: vtScheduledInstall);
public void
vtSchedulingServices.SetScheduledInstall(AnsiString SessionId
, vtScheduledInstall ScheduledInstall);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | ScheduledInstall | vtScheduledInstall2 |
method vtSchedulingServices.SetScheduledInstall2(const SessionId: AnsiString
; const ScheduledInstall: vtScheduledInstall2);
public void
vtSchedulingServices.SetScheduledInstall2(AnsiString SessionId
, vtScheduledInstall2 ScheduledInstall);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | ScheduledInstall | vtScheduledInstall4 |
method vtSchedulingServices.SetScheduledInstall3(const SessionId: AnsiString
; const ScheduledInstall: vtScheduledInstall4);
public void
vtSchedulingServices.SetScheduledInstall3(AnsiString SessionId
, vtScheduledInstall4 ScheduledInstall);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | ScheduledInstall | vtScheduledInstall5 |
method vtSchedulingServices.SetScheduledInstall4(const SessionId: AnsiString
; const ScheduledInstall: vtScheduledInstall5);
public void
vtSchedulingServices.SetScheduledInstall4(AnsiString SessionId
, vtScheduledInstall5 ScheduledInstall);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | Options | vtSchedulingOptions |
method vtSchedulingServices.SetSchedulingOptions(const SessionId: AnsiString
; const Options: vtSchedulingOptions);
public void
vtSchedulingServices.SetSchedulingOptions(AnsiString SessionId
, vtSchedulingOptions Options);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | Options | vtSchedulingOptions2 |
method vtSchedulingServices.SetSchedulingOptions2(const SessionId: AnsiString
; const Options: vtSchedulingOptions2);
public void
vtSchedulingServices.SetSchedulingOptions2(AnsiString SessionId
, vtSchedulingOptions2 Options);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | Options | vtSchedulingOptions3 |
method vtSchedulingServices.SetSchedulingOptions3(const SessionId: AnsiString
; const Options: vtSchedulingOptions3);
public void
vtSchedulingServices.SetSchedulingOptions3(AnsiString SessionId
, vtSchedulingOptions3 Options);
The following table lists the Operations defined in "vtStructureServices":
| AddCategory | |
| AddGroup | |
| AddAttribute | |
| DeleteCategory | |
| DeleteGroup | |
| DeleteAttribute | |
| GetHorizontalCategories | |
| SetCategory | |
| SetGroup | |
| SetAttribute | |
| SetCategories | |
| SetGroups | |
| SetAttributes |
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | Category | vtAttributeCategory2 | |
| Out | CategoryId | Integer |
method vtStructureServices.AddCategory(const SessionId: AnsiString
; const Category: vtAttributeCategory2
; CategoryId: Integer);
public void
vtStructureServices.AddCategory(AnsiString SessionId
, vtAttributeCategory2 Category
, out
Int32
CategoryId);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | Group | vtAttributeGroup2 | |
| Out | GroupId | Integer |
method vtStructureServices.AddGroup(const SessionId: AnsiString
; const Group: vtAttributeGroup2
; GroupId: Integer);
public void
vtStructureServices.AddGroup(AnsiString SessionId
, vtAttributeGroup2 Group
, out
Int32
GroupId);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | Attribute | vtAttribute2 | |
| Out | AttributeId | Integer |
method vtStructureServices.AddAttribute(const SessionId: AnsiString
; const Attribute: vtAttribute2
; AttributeId: Integer);
public void
vtStructureServices.AddAttribute(AnsiString SessionId
, vtAttribute2 Attribute
, out
Int32
AttributeId);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | CategoryId | Integer |
method vtStructureServices.DeleteCategory(const SessionId: AnsiString
; const CategoryId: Integer);
public void
vtStructureServices.DeleteCategory(AnsiString SessionId
,
Int32
CategoryId);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | GroupId | Integer |
method vtStructureServices.DeleteGroup(const SessionId: AnsiString
; const GroupId: Integer);
public void
vtStructureServices.DeleteGroup(AnsiString SessionId
,
Int32
GroupId);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | AttributeId | Integer |
method vtStructureServices.DeleteAttribute(const SessionId: AnsiString
; const AttributeId: Integer);
public void
vtStructureServices.DeleteAttribute(AnsiString SessionId
,
Int32
AttributeId);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | ParentCategoryId | Integer | |
| In | SubGroups | Boolean | |
| Out | HorizontalCategories | vtHorizontalCategoryArray | |
| Out | HorizontalCells | vtHorizontalCellArray |
method vtStructureServices.GetHorizontalCategories(const SessionId: AnsiString
; const ParentCategoryId: Integer
; const SubGroups: Boolean
; HorizontalCategories: vtHorizontalCategoryArray
; HorizontalCells: vtHorizontalCellArray);
public void
vtStructureServices.GetHorizontalCategories(AnsiString SessionId
,
Int32
ParentCategoryId
, Boolean SubGroups
, out vtHorizontalCategoryArray HorizontalCategories
, out vtHorizontalCellArray HorizontalCells);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | Category | vtAttributeCategory2 |
method vtStructureServices.SetCategory(const SessionId: AnsiString
; const Category: vtAttributeCategory2);
public void
vtStructureServices.SetCategory(AnsiString SessionId
, vtAttributeCategory2 Category);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | Group | vtAttributeGroup2 |
method vtStructureServices.SetGroup(const SessionId: AnsiString
; const Group: vtAttributeGroup2);
public void
vtStructureServices.SetGroup(AnsiString SessionId
, vtAttributeGroup2 Group);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | Attribute | vtAttribute2 |
method vtStructureServices.SetAttribute(const SessionId: AnsiString
; const Attribute: vtAttribute2);
public void
vtStructureServices.SetAttribute(AnsiString SessionId
, vtAttribute2 Attribute);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | Categories | vtAttributeCategory2Array |
method vtStructureServices.SetCategories(const SessionId: AnsiString
; const Categories: vtAttributeCategory2Array);
public void
vtStructureServices.SetCategories(AnsiString SessionId
, vtAttributeCategory2Array Categories);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | Groups | vtAttributeGroup2Array |
method vtStructureServices.SetGroups(const SessionId: AnsiString
; const Groups: vtAttributeGroup2Array);
public void
vtStructureServices.SetGroups(AnsiString SessionId
, vtAttributeGroup2Array Groups);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | Attributes | vtAttribute2Array |
method vtStructureServices.SetAttributes(const SessionId: AnsiString
; const Attributes: vtAttribute2Array);
public void
vtStructureServices.SetAttributes(AnsiString SessionId
, vtAttribute2Array Attributes);
The following table lists the Operations defined in "vtStructureDAServices":
The following table lists the Operations defined in "vtTaskServices":
| AddTask | |
| AddTask2 | |
| AddTask3 | |
| DeleteTask | |
| GetClosedTasks | |
| GetClosedTasks2 | |
| GetCompaniesWithTasks | |
| GetOpenTasks | |
| GetOpenTasks2 | |
| GetTask | |
| GetTask2 | |
| GetTask3 | |
| GetTasks | |
| GetTasks2 | |
| GetTasks3 | |
| SetTask | |
| SetTask2 | |
| SetTask3 |
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | Task | vtTask | |
| Out | TaskId | Integer |
method vtTaskServices.AddTask(const SessionId: AnsiString
; const Task: vtTask
; TaskId: Integer);
public void
vtTaskServices.AddTask(AnsiString SessionId
, vtTask Task
, out
Int32
TaskId);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | Task | vtTask2 | |
| Out | TaskId | Integer |
method vtTaskServices.AddTask2(const SessionId: AnsiString
; const Task: vtTask2
; TaskId: Integer);
public void
vtTaskServices.AddTask2(AnsiString SessionId
, vtTask2 Task
, out
Int32
TaskId);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | Task | vtTask3 | |
| Out | TaskId | Integer |
method vtTaskServices.AddTask3(const SessionId: AnsiString
; const Task: vtTask3
; TaskId: Integer);
public void
vtTaskServices.AddTask3(AnsiString SessionId
, vtTask3 Task
, out
Int32
TaskId);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | TaskId | Integer |
method vtTaskServices.DeleteTask(const SessionId: AnsiString
; const TaskId: Integer);
public void
vtTaskServices.DeleteTask(AnsiString SessionId
,
Int32
TaskId);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | CompanyId | Integer | |
| Out | Tasks | vtTaskArray |
method vtTaskServices.GetClosedTasks(const SessionId: AnsiString
; const CompanyId: Integer
; Tasks: vtTaskArray);
public void
vtTaskServices.GetClosedTasks(AnsiString SessionId
,
Int32
CompanyId
, out vtTaskArray Tasks);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | CompanyId | Integer | |
| Out | Tasks | vtTask2Array |
method vtTaskServices.GetClosedTasks2(const SessionId: AnsiString
; const CompanyId: Integer
; Tasks: vtTask2Array);
public void
vtTaskServices.GetClosedTasks2(AnsiString SessionId
,
Int32
CompanyId
, out vtTask2Array Tasks);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| Out | Companies | vtCompanyBrowseArray |
method vtTaskServices.GetCompaniesWithTasks(const SessionId: AnsiString
; Companies: vtCompanyBrowseArray);
public void
vtTaskServices.GetCompaniesWithTasks(AnsiString SessionId
, out vtCompanyBrowseArray Companies);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | CompanyId | Integer | |
| Out | Tasks | vtTaskArray |
method vtTaskServices.GetOpenTasks(const SessionId: AnsiString
; const CompanyId: Integer
; Tasks: vtTaskArray);
public void
vtTaskServices.GetOpenTasks(AnsiString SessionId
,
Int32
CompanyId
, out vtTaskArray Tasks);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | CompanyId | Integer | |
| Out | Tasks | vtTask2Array |
method vtTaskServices.GetOpenTasks2(const SessionId: AnsiString
; const CompanyId: Integer
; Tasks: vtTask2Array);
public void
vtTaskServices.GetOpenTasks2(AnsiString SessionId
,
Int32
CompanyId
, out vtTask2Array Tasks);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | TaskId | Integer | |
| Out | Task | vtTask |
method vtTaskServices.GetTask(const SessionId: AnsiString
; const TaskId: Integer
; Task: vtTask);
public void
vtTaskServices.GetTask(AnsiString SessionId
,
Int32
TaskId
, out vtTask Task);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | TaskId | Integer | |
| Out | Task | vtTask2 |
method vtTaskServices.GetTask2(const SessionId: AnsiString
; const TaskId: Integer
; Task: vtTask2);
public void
vtTaskServices.GetTask2(AnsiString SessionId
,
Int32
TaskId
, out vtTask2 Task);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | TaskId | Integer | |
| Out | Task | vtTask3 |
method vtTaskServices.GetTask3(const SessionId: AnsiString
; const TaskId: Integer
; Task: vtTask3);
public void
vtTaskServices.GetTask3(AnsiString SessionId
,
Int32
TaskId
, out vtTask3 Task);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | CompanyId | Integer | |
| In | Closed | Boolean | |
| Out | Tasks | vtTaskArray |
method vtTaskServices.GetTasks(const SessionId: AnsiString
; const CompanyId: Integer
; const Closed: Boolean
; Tasks: vtTaskArray);
public void
vtTaskServices.GetTasks(AnsiString SessionId
,
Int32
CompanyId
, Boolean Closed
, out vtTaskArray Tasks);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | CompanyId | Integer | |
| In | Closed | Boolean | |
| Out | Tasks | vtTask2Array |
method vtTaskServices.GetTasks2(const SessionId: AnsiString
; const CompanyId: Integer
; const Closed: Boolean
; Tasks: vtTask2Array);
public void
vtTaskServices.GetTasks2(AnsiString SessionId
,
Int32
CompanyId
, Boolean Closed
, out vtTask2Array Tasks);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | CompanyId | Integer | |
| In | Closed | Boolean | |
| Out | Tasks | vtTask3Array |
method vtTaskServices.GetTasks3(const SessionId: AnsiString
; const CompanyId: Integer
; const Closed: Boolean
; Tasks: vtTask3Array);
public void
vtTaskServices.GetTasks3(AnsiString SessionId
,
Int32
CompanyId
, Boolean Closed
, out vtTask3Array Tasks);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | Task | vtTask |
method vtTaskServices.SetTask(const SessionId: AnsiString
; const Task: vtTask);
public void
vtTaskServices.SetTask(AnsiString SessionId
, vtTask Task);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | Task | vtTask2 |
method vtTaskServices.SetTask2(const SessionId: AnsiString
; const Task: vtTask2);
public void
vtTaskServices.SetTask2(AnsiString SessionId
, vtTask2 Task);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | Task | vtTask3 |
method vtTaskServices.SetTask3(const SessionId: AnsiString
; const Task: vtTask3);
public void
vtTaskServices.SetTask3(AnsiString SessionId
, vtTask3 Task);
The following table lists the Operations defined in "vtTaskDAServices":
The following table lists the Operations defined in "vtUpdateServices":
| CheckForUpdates |
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | Request | vtUpdatesRequest | |
| Out | Response | vtUpdatesResponse |
| Flag | Name | Type |
|---|---|---|
| Result | Result | Boolean |
method vtUpdateServices.CheckForUpdates(const SessionId: AnsiString
; const Request: vtUpdatesRequest
; Response: vtUpdatesResponse)
: Boolean;
public Boolean vtUpdateServices.CheckForUpdates(AnsiString SessionId
, vtUpdatesRequest Request
, out vtUpdatesResponse Response);
The following table lists the Operations defined in "vtAAIAVehicleServices":
| GetMakes | |
| GetRegions | |
| GetVehicles | |
| GetAAIAVehiclesForVehicle | |
| GetVehiclesForAAIAVehicle | |
| GetVictoryVehicles | |
| MatchVehicles | |
| UnmatchVehicles |
| Flag | Name | Type | Description |
|---|---|---|---|
| In | Sessionid | AnsiString | |
| Out | Makes | vtAAIAMakeArray |
method vtAAIAVehicleServices.GetMakes(const Sessionid: AnsiString
; Makes: vtAAIAMakeArray);
public void
vtAAIAVehicleServices.GetMakes(AnsiString Sessionid
, out vtAAIAMakeArray Makes);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| Out | Regions | vtAAIARegionArray |
method vtAAIAVehicleServices.GetRegions(const SessionId: AnsiString
; Regions: vtAAIARegionArray);
public void
vtAAIAVehicleServices.GetRegions(AnsiString SessionId
, out vtAAIARegionArray Regions);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | MakeId | Integer | |
| In | RegionId | Integer | |
| In | OnlyUnmatched | Boolean | |
| Out | Vehicles | vtAAIAVehicleArray |
method vtAAIAVehicleServices.GetVehicles(const SessionId: AnsiString
; const MakeId: Integer
; const RegionId: Integer
; const OnlyUnmatched: Boolean
; Vehicles: vtAAIAVehicleArray);
public void
vtAAIAVehicleServices.GetVehicles(AnsiString SessionId
,
Int32
MakeId
,
Int32
RegionId
, Boolean OnlyUnmatched
, out vtAAIAVehicleArray Vehicles);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | VehicleId | Integer | |
| Out | AAIAVehicles | vtAAIAVehicleArray |
method vtAAIAVehicleServices.GetAAIAVehiclesForVehicle(const SessionId: AnsiString
; const VehicleId: Integer
; AAIAVehicles: vtAAIAVehicleArray);
public void
vtAAIAVehicleServices.GetAAIAVehiclesForVehicle(AnsiString SessionId
,
Int32
VehicleId
, out vtAAIAVehicleArray AAIAVehicles);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | AAIAVehicleId | Integer | |
| Out | Vehicles | vtVehicleBrowse4Array |
method vtAAIAVehicleServices.GetVehiclesForAAIAVehicle(const SessionId: AnsiString
; const AAIAVehicleId: Integer
; Vehicles: vtVehicleBrowse4Array);
public void
vtAAIAVehicleServices.GetVehiclesForAAIAVehicle(AnsiString SessionId
,
Int32
AAIAVehicleId
, out vtVehicleBrowse4Array Vehicles);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | MakeId | Integer | |
| In | UnmatchedOnly | Boolean | |
| Out | Vehicles | vtVehicleBrowse3Array |
method vtAAIAVehicleServices.GetVictoryVehicles(const SessionId: AnsiString
; const MakeId: Integer
; const UnmatchedOnly: Boolean
; Vehicles: vtVehicleBrowse3Array);
public void
vtAAIAVehicleServices.GetVictoryVehicles(AnsiString SessionId
,
Int32
MakeId
, Boolean UnmatchedOnly
, out vtVehicleBrowse3Array Vehicles);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | AAIAVehicleIds | vtIntegerArray | |
| In | VehicleIds | vtIntegerArray |
method vtAAIAVehicleServices.MatchVehicles(const SessionId: AnsiString
; const AAIAVehicleIds: vtIntegerArray
; const VehicleIds: vtIntegerArray);
public void
vtAAIAVehicleServices.MatchVehicles(AnsiString SessionId
, vtIntegerArray AAIAVehicleIds
, vtIntegerArray VehicleIds);
| Flag | Name | Type | Description |
|---|---|---|---|
| In | SessionId | AnsiString | |
| In | AAIAVehicleIds | vtIntegerArray | |
| In | VehicleIds | vtIntegerArray |
method vtAAIAVehicleServices.UnmatchVehicles(const SessionId: AnsiString
; const AAIAVehicleIds: vtIntegerArray
; const VehicleIds: vtIntegerArray);
public void
vtAAIAVehicleServices.UnmatchVehicles(AnsiString SessionId
, vtIntegerArray AAIAVehicleIds
, vtIntegerArray VehicleIds);
The following table lists the Event Sinks defined in "VTTechnician":
| vtProductEventSink |
The following table lists the Events defined in "vtProductEventSink":
| CatalogComplete |
| Flag | Name | Type | Description |
|---|---|---|---|
| In | CatalogKey | Guid | |
| In | Catalog | vtCatalogVehicleProductsArray |
method vtProductEventSink.CatalogComplete(const CatalogKey: Guid
; const Catalog: vtCatalogVehicleProductsArray);
public void
vtProductEventSink.CatalogComplete(Guid CatalogKey
, vtCatalogVehicleProductsArray Catalog);
The following table lists the Structs defined in "VTTechnician":
The following table lists the fields defined in "vtAAIAMake":
| Field | Data Type | Documentation |
|---|---|---|
| MakeId | Integer | |
| MakeName | AnsiString |
The following table lists the fields defined in "vtAAIARegion":
| Field | Data Type | Documentation |
|---|---|---|
| RegionId | Integer | |
| RegionName | AnsiString |
The following table lists the fields defined in "vtAAIAVehicle":
| Field | Data Type | Documentation |
|---|---|---|
| VehicleId | Integer | |
| MakeName | AnsiString | |
| ModelName | AnsiString | |
| SubModelName | AnsiString | |
| VehicleYear | Integer | |
| BodyTypeName | AnsiString | |
| NumberOfDoors | Integer | |
| Liter | AnsiString | |
| Cylinders | AnsiString | |
| BlockType | AnsiString | |
| RegionName | AnsiString |
The following table lists the fields defined in "vtAdvisory":
| Field | Data Type | Documentation |
|---|---|---|
| AdvisoryId | Integer | |
| VehicleId | Integer | |
| CompanyId | Integer | |
| Username | AnsiString | |
| CategoryId | Integer | |
| Title | AnsiString | |
| Advisory | AnsiString | |
| ImageURL | AnsiString | |
| CreateDate | DateTime | |
| UpdateDate | DateTime | |
| Pending | Boolean | |
| Denied | Boolean |
The following table lists the fields defined in "vtAppKeyService":
| Field | Data Type | Documentation |
|---|---|---|
| ApplicationKey | AnsiString | |
| AppServiceId | AnsiString | |
| Deleted | Boolean |
The following table lists the fields defined in "vtAppService":
| Field | Data Type | Documentation |
|---|---|---|
| AppServiceId | AnsiString | |
| AppServiceName | AnsiString | |
| Price | Currency |
The following table lists the fields defined in "vtAppService2":
| Field | Data Type | Documentation |
|---|---|---|
| Deleted | Boolean |
The following table lists the fields defined in "vtAppService3":
| Field | Data Type | Documentation |
|---|---|---|
| NonMemberPrice | Double |
The following table lists the fields defined in "vtAppServicePurchase":
| Field | Data Type | Documentation |
|---|---|---|
| AppServiceId | AnsiString |
The following table lists the fields defined in "vtApplication":
| Field | Data Type | Documentation |
|---|---|---|
| ApplicationID | AnsiString | |
| Application | AnsiString | |
| DefaultNumLogins | Integer |
The following table lists the fields defined in "vtApplicationInfo":
| Field | Data Type | Documentation |
|---|---|---|
| ApplicationId | AnsiString | |
| Application | AnsiString | |
| ConcurrentLogins | Integer | |
| AvailableVehicles | Integer | |
| ExpirationDays | Integer | |
| BillingRate | Double |
The following table lists the fields defined in "vtApplicationInfo2":
| Field | Data Type | Documentation |
|---|---|---|
| NonMemberBillingRate | Double |
The following table lists the fields defined in "vtApplicationInfo3":
| Field | Data Type | Documentation |
|---|---|---|
| FixedRenewalRate | Boolean |
The following table lists the fields defined in "vtApplicationInfo4":
| Field | Data Type | Documentation |
|---|---|---|
| RequiresRegistration | Boolean |
The following table lists the fields defined in "vtApplicationKeyInfo":
| Field | Data Type | Documentation |
|---|---|---|
| ApplicationKey | AnsiString | |
| Distributor | AnsiString | |
| Application | AnsiString | |
| Active | Boolean | |
| Issued | DateTime | |
| UpdatedBy | AnsiString | |
| UpdateDate | DateTime | |
| Locales | vtLocaleArray | |
| AppServices | vtAppKeyServiceArray |
The following table lists the fields defined in "vtApplicationKeyInfo2":
| Field | Data Type | Documentation |
|---|---|---|
| ConcurrentLogins | Integer | |
| AvailableVehicles | Integer | |
| ExpirationDays | Integer | |
| Member | Boolean | |
| MemberNumber | Integer | |
| MemberExpiration | DateTime | |
| MemberLevel | Integer | |
| IssuedEmail | AnsiString | |
| CompanyId | Integer | |
| Company | AnsiString |
The following table lists the fields defined in "vtApplicationKeyInfo3":
| Field | Data Type | Documentation |
|---|---|---|
| DistributorId | AnsiString | |
| LTemplateId | Integer | |
| ManufacturerId | Integer |
The following table lists the fields defined in "vtApplicationKeyRequest":
| Field | Data Type | Documentation |
|---|---|---|
| ApplicationId | AnsiString | |
| DistributorId | AnsiString | |
| MeraLevel | Integer | |
| Count | Integer | |
| LTemplateId | Integer | |
| ConcurrentLogins | Integer | |
| AvailableVehicles | Integer | |
| ExpirationDays | Integer | |
| AppServiceIds | vtStringArray |
The following table lists the fields defined in "vtApplicationKeyRequest2":
| Field | Data Type | Documentation |
|---|---|---|
| Member | Boolean | |
| MemberNumber | Integer |
The following table lists the fields defined in "vtApplicationKeyRequest3":
| Field | Data Type | Documentation |
|---|---|---|
| MemberExpiration | DateTime |
The following table lists the fields defined in "vtApplicationKeyRequest4":
| Field | Data Type | Documentation |
|---|---|---|
| IssuedEmail | AnsiString |
The following table lists the fields defined in "vtApplicationKeyRequest5":
| Field | Data Type | Documentation |
|---|---|---|
| ManufacturerId | Integer |
The following table lists the fields defined in "vtApplicationPrice":
| Field | Data Type | Documentation |
|---|---|---|
| ApplicationId | AnsiString | |
| ApplicationLevel | Integer | |
| BillingRate | Currency | |
| NonMemberBillingRate | Currency |
The following table lists the fields defined in "vtAttribute":
| Field | Data Type | Documentation |
|---|---|---|
| AttributeID | Integer | |
| AttributeTypeID | Integer | |
| Caption | AnsiString | |
| Description | AnsiString | |
| DefaultValue | AnsiString | |
| Order | Integer |
The following table lists the fields defined in "vtAttribute2":
| Field | Data Type | Documentation |
|---|---|---|
| ParentCategoryId | Integer | |
| ParentGroupId | Integer |
The following table lists the fields defined in "vtAttributeCategory":
| Field | Data Type | Documentation |
|---|---|---|
| CategoryID | Integer | |
| Category | AnsiString | |
| Order | Integer | |
| HasCategories | Boolean | |
| HasGroups | Boolean | |
| HasAttributes | Boolean | |
| Categories | vtAttributeCategoryArray | |
| Groups | vtAttributeGroupArray | |
| Attributes | vtAttributeArray |
The following table lists the fields defined in "vtAttributeCategory2":
| Field | Data Type | Documentation |
|---|---|---|
| ParentCategoryId | Integer |
The following table lists the fields defined in "vtAttributeGroup":
| Field | Data Type | Documentation |
|---|---|---|
| GroupID | Integer | |
| Group | AnsiString | |
| Order | Integer | |
| HasGroups | Boolean | |
| HasAttributes | Boolean | |
| Groups | vtAttributeGroupArray | |
| Attributes | vtAttributeArray |
The following table lists the fields defined in "vtAttributeGroup2":
| Field | Data Type | Documentation |
|---|---|---|
| ParentCategoryId | Integer | |
| ParentGroupId | Integer |
The following table lists the fields defined in "vtAttributeInfo":
| Field | Data Type | Documentation |
|---|---|---|
| AttributeID | Integer | |
| CategoryID | Integer | |
| GroupID | Integer | |
| Caption | AnsiString |
The following table lists the fields defined in "vtAttributeParent":
| Field | Data Type | Documentation |
|---|---|---|
| CategoryID | Integer | |
| GroupID | Integer |
The following table lists the fields defined in "vtAttributePickItem":
| Field | Data Type | Documentation |
|---|---|---|
| PickItemID | Integer | |
| PickItem | AnsiString |
The following table lists the fields defined in "vtAttributeType":
| Field | Data Type | Documentation |
|---|---|---|
| AttributeTypeID | Integer | |
| AttributeType | AnsiString | |
| Caption | AnsiString | |
| DefaultValue | AnsiString | |
| PickItems | vtAttributePickItemArray |
The following table lists the fields defined in "vtAttributeValue":
| Field | Data Type | Documentation |
|---|---|---|
| AttributeID | Integer | |
| Value | AnsiString |
The following table lists the fields defined in "vtAttributeValueCondition":
| Field | Data Type | Documentation |
|---|---|---|
| AttributeId | Integer | |
| Values | vtStringArray |
The following table lists the fields defined in "vtAuthorizeNetSettings":
| Field | Data Type | Documentation |
|---|---|---|
| Login | AnsiString | |
| TransactionKey | AnsiString |
The following table lists the fields defined in "vtBayInstallers":
| Field | Data Type | Documentation |
|---|---|---|
| Bay | Integer | |
| Installers | vtEmployeeArray |
The following table lists the fields defined in "vtBrand":
| Field | Data Type | Documentation |
|---|---|---|
| BrandId | Integer | |
| Brand | AnsiString | |
| Deleted | Boolean |
The following table lists the fields defined in "vtBrand2":
| Field | Data Type | Documentation |
|---|---|---|
| Website | AnsiString | |
| Description | AnsiString |
The following table lists the fields defined in "vtCall":
| Field | Data Type | Documentation |
|---|---|---|
| CallId | Integer | |
| UserId | Integer | |
| UserName | AnsiString | |
| Startdate | DateTime | |
| CompanyId | Integer | |
| CompanyName | AnsiString | |
| CallerName | AnsiString | |
| PhoneNumber | AnsiString | |
| VehicleId | Integer | |
| ProductId | Integer | |
| ApplicationId | AnsiString | |
| Application | AnsiString | |
| CloseDate | DateTime | |
| TotalTime | Int64 | |
| ProductModel | AnsiString | |
| VehicleName | AnsiString | |
| VehicleModel | AnsiString | |
| CallerEmail | AnsiString | |
| CallNotes | AnsiString | |
| CallSolution | AnsiString | |
| StartTime | Double | |
| EndTime | Double | |
| Tasks | AnsiString |
The following table lists the fields defined in "vtCall2":
| Field | Data Type | Documentation |
|---|---|---|
| Subject | AnsiString |
The following table lists the fields defined in "vtCatalogProduct":
| Field | Data Type | Documentation |
|---|---|---|
| ProductId | Integer | |
| PartNumber | AnsiString |
The following table lists the fields defined in "vtCatalogVehicle":
| Field | Data Type | Documentation |
|---|---|---|
| Make | AnsiString | |
| Model | AnsiString | |
| Year | AnsiString | |
| BodyType | AnsiString | |
| TrimLevel | AnsiString | |
| SteeringSide | AnsiString |
The following table lists the fields defined in "vtCatalogVehicleProducts":
| Field | Data Type | Documentation |
|---|---|---|
| Vehicle | vtCatalogVehicle | |
| Products | vtCatalogProductArray |
The following table lists the fields defined in "vtChartRequest":
| Field | Data Type | Documentation |
|---|---|---|
| ApplicationId | AnsiString | |
| StartDate | DateTime | |
| EndDate | DateTime | |
| AllApps | Boolean |
The following table lists the fields defined in "vtChartResult":
| Field | Data Type | Documentation |
|---|---|---|
| DaySpan | Integer | |
| Count | Integer | |
| CreateDate | DateTime |
The following table lists the fields defined in "vtCompany":
| Field | Data Type | Documentation |
|---|---|---|
| Address2 | AnsiString | |
| City | AnsiString | |
| Region | AnsiString | |
| PostalCode | AnsiString | |
| Country | AnsiString | |
| Fax | AnsiString | |
| AnsiString | ||
| Notes | AnsiString | |
| Active | Boolean | |
| CreateDate | AnsiString | |
| ExpireDate | AnsiString | |
| Deleted | Boolean | |
| Application | AnsiString | |
| Contact | AnsiString | |
| AppKey | AnsiString | |
| BillingRate | Double | |
| BillingPeriod | AnsiString | |
| RegisteredCompany | AnsiString | |
| RegisteredEmail | AnsiString | |
| TempAppKey | AnsiString | |
| VehicleCount | Integer | |
| Registrations | Integer | |
| LastLoginDate | DateTime |
The following table lists the fields defined in "vtCompany10":
| Field | Data Type | Documentation |
|---|---|---|
| Scheduling | Boolean |
The following table lists the fields defined in "vtCompany11":
| Field | Data Type | Documentation |
|---|---|---|
| AppServices | vtAppService2Array | |
| TotalBillingRate | Currency |
The following table lists the fields defined in "vtCompany12":
| Field | Data Type | Documentation |
|---|---|---|
| CompanyId | Integer | |
| CompanyName | AnsiString | |
| Address1 | AnsiString | |
| Phone | AnsiString | |
| Address2 | AnsiString | |
| City | AnsiString | |
| Region | AnsiString | |
| PostalCode | AnsiString | |
| Country | AnsiString | |
| Fax | AnsiString | |
| AnsiString | ||
| Notes | AnsiString | |
| Active | Boolean | |
| CreateDate | DateTime | |
| ExpireDate | DateTime | |
| Deleted | Boolean | |
| Application | AnsiString | |
| Contact | AnsiString | |
| AppKey | AnsiString | |
| BillingRate | Double | |
| BillingPeriod | AnsiString | |
| RegisteredCompany | AnsiString | |
| RegisteredEmail | AnsiString | |
| TempAppKey | AnsiString | |
| VehicleCount | Integer | |
| Registrations | Integer | |
| LastLoginDate | DateTime | |
| MERALevel | Integer | |
| ManufacturerId | Integer | |
| BilledDate | DateTime | |
| PaidDate | DateTime | |
| UpdatedBy | AnsiString | |
| UpdateDate | DateTime | |
| Locales | vtLocaleArray | |
| Distributor | AnsiString | |
| Users | vtUser4Array | |
| FitGuide | Boolean | |
| SteeringWheelSide | Integer | |
| ApplicationVersion | AnsiString | |
| EmailActive | Boolean | |
| Scheduling | Boolean | |
| AppServices | vtAppService2Array | |
| TotalBillingRate | Currency |
The following table lists the fields defined in "vtCompany13":
| Field | Data Type | Documentation |
|---|---|---|
| Calls | vtCall2Array |
The following table lists the fields defined in "vtCompany14":
| Field | Data Type | Documentation |
|---|---|---|
| CompanyId | Integer | |
| CompanyName | AnsiString | |
| Address1 | AnsiString | |
| Phone | AnsiString | |
| Address2 | AnsiString | |
| City | AnsiString | |
| Region | AnsiString | |
| PostalCode | AnsiString | |
| Country | AnsiString | |
| Fax | AnsiString | |
| AnsiString | ||
| Notes | AnsiString | |
| Active | Boolean | |
| CreateDate | DateTime | |
| ExpireDate | DateTime | |
| Deleted | Boolean | |
| Application | AnsiString | |
| Contact | AnsiString | |
| AppKey | AnsiString | |
| BillingRate | Double | |
| BillingPeriod | AnsiString | |
| RegisteredCompany | AnsiString | |
| RegisteredEmail | AnsiString | |
| TempAppKey | AnsiString | |
| VehicleCount | Integer | |
| Registrations | Integer | |
| LastLoginDate | DateTime | |
| MERALevel | Integer | |
| ManufacturerId | Integer | |
| BilledDate | DateTime | |
| PaidDate | DateTime | |
| UpdatedBy | AnsiString | |
| UpdateDate | DateTime | |
| Locales | vtLocaleArray | |
| Distributor | AnsiString | |
| Users | vtUser5Array | |
| FitGuide | Boolean | |
| SteeringWheelSide | Integer | |
| ApplicationVersion | AnsiString | |
| EmailActive | Boolean | |
| Scheduling | Boolean | |
| AppServices | vtAppService2Array | |
| TotalBillingRate | Currency | |
| Calls | vtCall2Array | |
| TrackAsLead | Boolean | |
| AppUsage | Integer |
The following table lists the fields defined in "vtCompany15":
| Field | Data Type | Documentation |
|---|---|---|
| NoInterest | Boolean |
The following table lists the fields defined in "vtCompany16":
| Field | Data Type | Documentation |
|---|---|---|
| SchedulingUsage | Integer | |
| LocalDataUsage | Integer |
The following table lists the fields defined in "vtCompany17":
| Field | Data Type | Documentation |
|---|---|---|
| MeraMemberNumber | Integer | |
| MeraMember | Boolean |
The following table lists the fields defined in "vtCompany18":
| Field | Data Type | Documentation |
|---|---|---|
| RetailerSuppressNoProducts | Boolean | |
| DealerLocators | vtDealerLocatorArray |
The following table lists the fields defined in "vtCompany19":
| Field | Data Type | Documentation |
|---|---|---|
| NeedsLocatorActivation | Boolean | |
| AddressValid | Boolean |
The following table lists the fields defined in "vtCompany2":
| Field | Data Type | Documentation |
|---|---|---|
| MERALevel | Integer | |
| ManufacturerID | Integer | |
| BilledDate | DateTime | |
| PaidDate | DateTime |
The following table lists the fields defined in "vtCompany20":
The following table lists the fields defined in "vtCompany21":
| Field | Data Type | Documentation |
|---|---|---|
| MemberExpiration | DateTime |
The following table lists the fields defined in "vtCompany22":
| Field | Data Type | Documentation |
|---|---|---|
| OrderForm | Boolean |
The following table lists the fields defined in "vtCompany23":
The following table lists the fields defined in "vtCompany3":
| Field | Data Type | Documentation |
|---|---|---|
| UpdatedBy | AnsiString | |
| UpdateDate | DateTime |
The following table lists the fields defined in "vtCompany4":
| Field | Data Type | Documentation |
|---|---|---|
| Locales | vtLocaleArray | |
| Distributor | AnsiString | |
| Users | vtUser2Array |
The following table lists the fields defined in "vtCompany5":
| Field | Data Type | Documentation |
|---|---|---|
| FitGuide | Boolean |
The following table lists the fields defined in "vtCompany6":
| Field | Data Type | Documentation |
|---|---|---|
| SteeringWheelSide | Integer |
The following table lists the fields defined in "vtCompany7":
| Field | Data Type | Documentation |
|---|---|---|
| ApplicationVersion | AnsiString |
The following table lists the fields defined in "vtCompany8":
| Field | Data Type | Documentation |
|---|---|---|
| CompanyId | Integer | |
| CompanyName | AnsiString | |
| Address1 | AnsiString | |
| Phone | AnsiString | |
| Address2 | AnsiString | |
| City | AnsiString | |
| Region | AnsiString | |
| PostalCode | AnsiString | |
| Country | AnsiString | |
| Fax | AnsiString | |
| AnsiString | ||
| Notes | AnsiString | |
| Active | Boolean | |
| CreateDate | DateTime | |
| ExpireDate | DateTime | |
| Deleted | Boolean | |
| Application | AnsiString | |
| Contact | AnsiString | |
| AppKey | AnsiString | |
| BillingRate | Double | |
| BillingPeriod | AnsiString | |
| RegisteredCompany | AnsiString | |
| RegisteredEmail | AnsiString | |
| TempAppKey | AnsiString | |
| VehicleCount | Integer | |
| Registrations | Integer | |
| LastLoginDate | DateTime | |
| MERALevel | Integer | |
| ManufacturerId | Integer | |
| BilledDate | DateTime | |
| PaidDate | DateTime | |
| UpdatedBy | AnsiString | |
| UpdateDate | DateTime | |
| Locales | vtLocaleArray | |
| Distributor | AnsiString | |
| Users | vtUser3Array | |
| FitGuide | Boolean | |
| SteeringWheelSide | Integer | |
| ApplicationVersion | AnsiString |
The following table lists the fields defined in "vtCompany9":
| Field | Data Type | Documentation |
|---|---|---|
| EmailActive | Boolean |
The following table lists the fields defined in "vtCompanyBrowse":
| Field | Data Type | Documentation |
|---|---|---|
| CompanyID | Integer | |
| CompanyName | AnsiString | |
| Address1 | AnsiString | |
| Phone | AnsiString |
The following table lists the fields defined in "vtCompanyLead":
| Field | Data Type | Documentation |
|---|---|---|
| CompanyId | Integer | |
| CompanyName | AnsiString | |
| Address1 | AnsiString | |
| Address2 | AnsiString | |
| City | AnsiString | |
| Region | AnsiString | |
| PostalCode | AnsiString | |
| Country | AnsiString | |
| Phone | AnsiString | |
| Fax | AnsiString | |
| AnsiString | ||
| Contact | AnsiString | |
| Calls | vtCall2Array | |
| Notes | AnsiString | |
| AppKey | AnsiString |
The following table lists the fields defined in "vtCompanyLead2":
| Field | Data Type | Documentation |
|---|---|---|
| FollowupDate | DateTime | |
| LastCallDate | DateTime | |
| NoInterest | Boolean | |
| Contacted | Boolean | |
| LeadType | AnsiString | |
| LeadSource | AnsiString | |
| LastPromoEmailed | DateTime | |
| NumPromosEmailed | Integer | |
| OrderNotes | AnsiString | |
| MeraMember | Boolean |
The following table lists the fields defined in "vtCompanyLead3":
| Field | Data Type | Documentation |
|---|---|---|
| MeraMemberNumber | Integer |
The following table lists the fields defined in "vtCompanyProduct":
| Field | Data Type | Documentation |
|---|---|---|
| ProductId | Integer | |
| Manufacturer | AnsiString | |
| PartNumber | AnsiString | |
| Description | AnsiString | |
| Link | AnsiString | |
| ApplicationNotes | AnsiString | |
| SKU | AnsiString | |
| CreateDate | AnsiString | |
| UpdateDate | AnsiString |
The following table lists the fields defined in "vtCompanyProduct2":
| Field | Data Type | Documentation |
|---|---|---|
| OnLanding | Boolean |
The following table lists the fields defined in "vtCompanyProduct3":
| Field | Data Type | Documentation |
|---|---|---|
| Category | AnsiString |
The following table lists the fields defined in "vtCompanyProduct4":
| Field | Data Type | Documentation |
|---|---|---|
| SpecialOrder | Boolean |
The following table lists the fields defined in "vtCompanyProduct5":
| Field | Data Type | Documentation |
|---|---|---|
| FitGuides | Boolean | |
| OrderForms | Boolean | |
| MSRPPrice | Double | |
| MAPPrice | Double | |
| OnlinePrice | Double | |
| StorePrice | Double | |
| SpecialPrice | Double | |
| Quantity | Integer |
The following table lists the fields defined in "vtCompanyProduct6":
| Field | Data Type | Documentation |
|---|---|---|
| VehicleGuides | Boolean |
The following table lists the fields defined in "vtCompanyProduct7":
| Field | Data Type | Documentation |
|---|---|---|
| LargeDescription | AnsiString | |
| CompanyPartNumber | AnsiString |
The following table lists the fields defined in "vtCompanyProduct8":
| Field | Data Type | Documentation |
|---|---|---|
| Required | Boolean | |
| Recommended | Boolean | |
| Universal | Boolean | |
| CategoryId | Integer | |
| CorrelatedId | AnsiString | |
| ManufacturerId | Integer |
The following table lists the fields defined in "vtCompanyProduct9":
| Field | Data Type | Documentation |
|---|---|---|
| AvailableOnline | Boolean | |
| AvailableInStore | Boolean |
The following table lists the fields defined in "vtCompanySizeLink":
| Field | Data Type | Documentation |
|---|---|---|
| SizeType | AnsiString | |
| Size | AnsiString | |
| Link | AnsiString |
The following table lists the fields defined in "vtCompanyStructRequest":
| Field | Data Type | Documentation |
|---|---|---|
| Companies | Boolean | |
| Manufacturers | Boolean | |
| Locales | Boolean |
The following table lists the fields defined in "vtCompanyStructResponse":
| Field | Data Type | Documentation |
|---|---|---|
| Companies | vtCompany4Array | |
| Manufacturers | vtProductManufacturer2Array | |
| Locales | vtLocaleArray |
The following table lists the fields defined in "vtCompanyValues":
| Field | Data Type | Documentation |
|---|---|---|
| CompanyId | Integer | |
| Company | AnsiString | |
| Values | vtAttributeValueArray |
The following table lists the fields defined in "vtContact":
| Field | Data Type | Documentation |
|---|---|---|
| ContactName | AnsiString | |
| Phone | AnsiString | |
| AnsiString |
The following table lists the fields defined in "vtContact2":
| Field | Data Type | Documentation |
|---|---|---|
| Fax | AnsiString | |
| Website | AnsiString | |
| Public | Boolean |
The following table lists the fields defined in "vtDataCounts":
| Field | Data Type | Documentation |
|---|---|---|
| VehicleCount | Integer | |
| CreatedVehicleCount | Integer | |
| UpdatedVehicleCount | Integer | |
| CreatedDocumentCount | Integer | |
| AssociatedDocumentCount | Integer | |
| CreatedProductCount | Integer | |
| AssociatedProductCount | Integer |
The following table lists the fields defined in "vtDataPhrase":
| Field | Data Type | Documentation |
|---|---|---|
| DataPhraseId | Integer | |
| DataPhraseCategoryId | Integer | |
| Phrase | AnsiString | |
| Attributes | vtDataPhraseAttributeArray | |
| Products | vtProduct8Array |
The following table lists the fields defined in "vtDataPhrase2":
| Field | Data Type | Documentation |
|---|---|---|
| WebPhrase | AnsiString |
The following table lists the fields defined in "vtDataPhraseAttribute":
| Field | Data Type | Documentation |
|---|---|---|
| DataPhraseAttributeId | Integer | |
| AttributeId | Integer | |
| Attribute | AnsiString | |
| AttributeValue | AnsiString |
The following table lists the fields defined in "vtDataPhraseCategory":
| Field | Data Type | Documentation |
|---|---|---|
| DataPhraseCategoryId | Integer | |
| CategoryName | AnsiString |
The following table lists the fields defined in "vtDealer":
| Field | Data Type | Documentation |
|---|---|---|
| CompanyId | Integer | |
| Name | AnsiString | |
| Address | AnsiString | |
| Address2 | AnsiString | |
| City | AnsiString | |
| State | AnsiString | |
| PostalCode | AnsiString | |
| Country | AnsiString | |
| Phone | AnsiString | |
| Fax | AnsiString |
The following table lists the fields defined in "vtDealer2":
| Field | Data Type | Documentation |
|---|---|---|
| StoreHours | AnsiString | |
| WebSite | AnsiString | |
| AnsiString | ||
| AppointmentContact | AnsiString | |
| AppointmentPhoneNumber | AnsiString | |
| InternetAccess | Boolean | |
| YearsInBusiness | Integer | |
| MobileInstalls | Boolean | |
| NumberOfInstallers | Integer | |
| MECPCertified | Boolean | |
| AfterHoursDropOff | Boolean | |
| LiabilityInsurance | Boolean | |
| HeadUnitCharge | Currency | |
| PairSpeakersCharge | Currency | |
| AmplifierCharge | Currency | |
| SatelliteCharge | Currency | |
| DistanceFromZip | Double | |
| ElevatedStatus | Boolean | |
| Brands | vtBrandArray |
The following table lists the fields defined in "vtDealerLocator":
| Field | Data Type | Documentation |
|---|---|---|
| DealerLocatorId | Integer | |
| Description | AnsiString | |
| Cost | Currency | |
| Paid | AnsiString | |
| ElevatedStatus | Boolean |
The following table lists the fields defined in "vtDealerLocator2":
| Field | Data Type | Documentation |
|---|---|---|
| NeedsActivation | Boolean |
The following table lists the fields defined in "vtDistributor":
| Field | Data Type | Documentation |
|---|---|---|
| DistributorId | AnsiString | |
| Distributor | AnsiString | |
| AnsiString |
The following table lists the fields defined in "vtDistributorPrice":
| Field | Data Type | Documentation |
|---|---|---|
| DistributorId | AnsiString |
The following table lists the fields defined in "vtDocument":
| Field | Data Type | Documentation |
|---|---|---|
| DocumentID | Integer | |
| CategoryID | Integer | |
| Publish | Boolean | |
| DocumentName | AnsiString | |
| FileName | AnsiString | |
| CreateDate | AnsiString | |
| UpdateDate | AnsiString |
The following table lists the fields defined in "vtDocument2":
| Field | Data Type | Documentation |
|---|---|---|
| Universal | Boolean |
The following table lists the fields defined in "vtDocument3":
| Field | Data Type | Documentation |
|---|---|---|
| Vehicles | vtVehicle2Array |
The following table lists the fields defined in "vtDocument4":
| Field | Data Type | Documentation |
|---|---|---|
| AppServices | vtDocumentAppServiceArray |
The following table lists the fields defined in "vtDocument5":
| Field | Data Type | Documentation |
|---|---|---|
| CompanyId | Integer |
The following table lists the fields defined in "vtDocument6":
| Field | Data Type | Documentation |
|---|---|---|
| VehicleImage | Boolean |
The following table lists the fields defined in "vtDocumentAppService":
| Field | Data Type | Documentation |
|---|---|---|
| AppServiceId | AnsiString | |
| Deleted | Boolean |
The following table lists the fields defined in "vtDocumentCategory":
| Field | Data Type | Documentation |
|---|---|---|
| CategoryID | Integer | |
| ParentCategoryID | Integer | |
| Category | AnsiString | |
| Deleted | Boolean | |
| HasCategories | Boolean | |
| Categories | vtDocumentCategoryArray |
The following table lists the fields defined in "vtDocumentCategory2":
| Field | Data Type | Documentation |
|---|---|---|
| CategoryId | Integer | |
| ParentCategoryId | Integer | |
| Category | AnsiString | |
| HasCategories | Boolean | |
| HasDocuments | Boolean | |
| Categories | vtDocumentCategory2Array | |
| Deleted | Boolean | |
| CreateDate | AnsiString | |
| UpdateDate | AnsiString |
The following table lists the fields defined in "vtDocumentRequest":
| Field | Data Type | Documentation |
|---|---|---|
| Vehicles | Boolean | |
| AppServices | Boolean |
The following table lists the fields defined in "vtEmail":
| Field | Data Type | Documentation |
|---|---|---|
| FromAddress | AnsiString | |
| ToAddress | AnsiString | |
| CCAddress | AnsiString | |
| BCCAddress | AnsiString | |
| Subject | AnsiString | |
| Body | AnsiString |
The following table lists the fields defined in "vtEmail2":
| Field | Data Type | Documentation |
|---|---|---|
| HTML | Boolean | |
| Attachments | vtEmailAttachmentArray |
The following table lists the fields defined in "vtEmailAttachment":
| Field | Data Type | Documentation |
|---|---|---|
| Content | Binary | |
| ContentId | AnsiString | |
| FileName | AnsiString | |
| Related | Boolean |
The following table lists the fields defined in "vtEmailException":
| Field | Data Type | Documentation |
|---|---|---|
| EmailAddress | AnsiString | |
| ExceptionClass | AnsiString | |
| Message | AnsiString | |
| HelpContext | Integer | |
| ErrorCode | Integer |
The following table lists the fields defined in "vtEmployee":
| Field | Data Type | Documentation |
|---|---|---|
| EmployeeId | AnsiString | |
| Name | AnsiString | |
| PhoneNumber | AnsiString |
The following table lists the fields defined in "vtFitGuideAttribute":
| Field | Data Type | Documentation |
|---|---|---|
| Caption | AnsiString | |
| AttributeId | Integer | |
| Order | Integer |
The following table lists the fields defined in "vtFitGuideAttribute2":
| Field | Data Type | Documentation |
|---|---|---|
| Value | AnsiString |
The following table lists the fields defined in "vtFitGuideAttribute3":
| Field | Data Type | Documentation |
|---|---|---|
| Divider | Boolean | |
| FitGuideAttributeId | Integer |
The following table lists the fields defined in "vtFitGuideOptions":
| Field | Data Type | Documentation |
|---|---|---|
| iCompanyId | Integer | |
| RadioFitInformation | Boolean | |
| SpeakerFitInformation | Boolean | |
| InstallationAccessories | Boolean | |
| DynamicProductFeatures | Boolean |
The following table lists the fields defined in "vtFitGuideOptions2":
| Field | Data Type | Documentation |
|---|---|---|
| SuppressVehiclesNoProducts | Boolean | |
| ProductFitMessages | Boolean | |
| ProductFitsMessage | AnsiString | |
| NoProductFitsMessage | AnsiString |
The following table lists the fields defined in "vtFitGuideOptions3":
| Field | Data Type | Documentation |
|---|---|---|
| VehicleExceptionMessage | AnsiString |
The following table lists the fields defined in "vtFitGuideOptions4":
| Field | Data Type | Documentation |
|---|---|---|
| UniversalProducts | Boolean | |
| SpecificallyMatchedProducts | Boolean | |
| SizeMatchedProducts | Boolean | |
| AttributeMatchedProducts | Boolean |
The following table lists the fields defined in "vtFitGuideOptions5":
| Field | Data Type | Documentation |
|---|---|---|
| LocalAttributeMatchedProducts | Boolean |
The following table lists the fields defined in "vtFitGuideProductAttribute":
| Field | Data Type | Documentation |
|---|---|---|
| AttributeId | Integer | |
| Caption | AnsiString |
The following table lists the fields defined in "vtForum":
| Field | Data Type | Documentation |
|---|---|---|
| ForumId | Integer | |
| CategoryId | Integer | |
| Forum | AnsiString | |
| Description | AnsiString | |
| Locked | Boolean | |
| NumTopics | Integer | |
| NumPosts | Integer |
The following table lists the fields defined in "vtForumCategory":
| Field | Data Type | Documentation |
|---|---|---|
| CategoryId | Integer | |
| Category | AnsiString | |
| Forums | vtForumArray |
The following table lists the fields defined in "vtForumThread":
| Field | Data Type | Documentation |
|---|---|---|
| ThreadId | Integer | |
| TopicId | Integer | |
| AuthorId | Integer | |
| Subject | AnsiString | |
| Author | AnsiString | |
| Body | AnsiString | |
| CreateDate | AnsiString | |
| UpdateDate | AnsiString | |
| ShowSignature | Boolean | |
| Signature | AnsiString | |
| IPAddress | AnsiString |
The following table lists the fields defined in "vtForumThreadChange":
| Field | Data Type | Documentation |
|---|---|---|
| Subject | AnsiString | |
| Body | AnsiString | |
| ShowSignature | Boolean |
The following table lists the fields defined in "vtForumTopic":
| Field | Data Type | Documentation |
|---|---|---|
| TopicId | Integer | |
| ForumId | Integer | |
| Forum | AnsiString | |
| Subject | AnsiString | |
| Author | AnsiString | |
| NumViews | Integer | |
| NumReplies | Integer | |
| CreateDate | AnsiString | |
| LastPostDate | AnsiString | |
| Locked | Boolean | |
| Moved | Boolean | |
| PollId | Integer | |
| Priority | Integer | |
| Sticky | Boolean |
The following table lists the fields defined in "vtHorizontalCategory":
| Field | Data Type | Documentation |
|---|---|---|
| CategoryId | Integer | |
| ParentCategoryId | Integer | |
| Categories | vtHorizontalCategoryArray | |
| Groups | vtHorizontalGroupArray | |
| Caption | AnsiString |
The following table lists the fields defined in "vtHorizontalCell":
| Field | Data Type | Documentation |
|---|---|---|
| GroupId | Integer | |
| RowId | Integer | |
| ColumnId | Integer | |
| AttributeId | Integer | |
| AttributeTypeId | Integer | |
| StaticText | AnsiString |
The following table lists the fields defined in "vtHorizontalColumn":
| Field | Data Type | Documentation |
|---|---|---|
| ColumnId | Integer | |
| GroupId | Integer | |
| Caption | AnsiString | |
| WidthHint | Integer |
The following table lists the fields defined in "vtHorizontalGroup":
| Field | Data Type | Documentation |
|---|---|---|
| GroupId | Integer | |
| CategoryId | Integer | |
| Caption | AnsiString | |
| Columns | vtHorizontalColumnArray | |
| Rows | vtHorizontalRowArray |
The following table lists the fields defined in "vtHorizontalRow":
| Field | Data Type | Documentation |
|---|---|---|
| RowId | Integer | |
| GroupId | Integer | |
| Caption | AnsiString |
The following table lists the fields defined in "vtHyperLink":
| Field | Data Type | Documentation |
|---|---|---|
| HyperlinkId | Integer | |
| CompanyId | Integer | |
| LinkMarkup | AnsiString |
The following table lists the fields defined in "vtInstallBay":
| Field | Data Type | Documentation |
|---|---|---|
| BayId | Integer | |
| Caption | AnsiString | |
| ImageIndex | Integer |
The following table lists the fields defined in "vtInstallLabels":
| Field | Data Type | Documentation |
|---|---|---|
| Caption1 | AnsiString | |
| Caption2 | AnsiString | |
| Caption3 | AnsiString | |
| Caption4 | AnsiString | |
| Caption5 | AnsiString | |
| Caption6 | AnsiString | |
| Caption7 | AnsiString |
The following table lists the fields defined in "vtInstallPartInformation":
| Field | Data Type | Documentation |
|---|---|---|
| PartName | AnsiString | |
| PartNumber | AnsiString | |
| Link | AnsiString |
The following table lists the fields defined in "vtIntegerIntegerArray":
| Field | Data Type | Documentation |
|---|---|---|
| Id | Integer | |
| Items | vtIntegerArray |
The following table lists the fields defined in "vtKeyValue":
| Field | Data Type | Documentation |
|---|---|---|
| Key | AnsiString | |
| Value | AnsiString |
The following table lists the fields defined in "vtLTemplate":
| Field | Data Type | Documentation |
|---|---|---|
| TemplateID | Integer | |
| TemplateName | AnsiString | |
| Locales | vtLocaleArray | |
| Deleted | Boolean | |
| Edited | Boolean |
The following table lists the fields defined in "vtLeadRequest":
| Field | Data Type | Documentation |
|---|---|---|
| SelectCalls | Boolean |
The following table lists the fields defined in "vtLinkedTransaction":
| Field | Data Type | Documentation |
|---|---|---|
| TransactionType | vtTransactionType | |
| TransactionId | AnsiString |
The following table lists the fields defined in "vtLocale":
| Field | Data Type | Documentation |
|---|---|---|
| LocaleId | Integer | |
| Locale | AnsiString | |
| Default | Boolean | |
| Deleted | Boolean |
The following table lists the fields defined in "vtLoginInfo":
| Field | Data Type | Documentation |
|---|---|---|
| ApplicationID | AnsiString | |
| Username | AnsiString | |
| Password | AnsiString |
The following table lists the fields defined in "vtLoginInfo2":
| Field | Data Type | Documentation |
|---|---|---|
| ApplicationVersion | AnsiString |
The following table lists the fields defined in "vtLoginInfo3":
| Field | Data Type | Documentation |
|---|---|---|
| IPAddress | AnsiString |
The following table lists the fields defined in "vtLoginInfo4":
| Field | Data Type | Documentation |
|---|---|---|
| HTTPReferrer | AnsiString |
The following table lists the fields defined in "vtLoginInfo5":
| Field | Data Type | Documentation |
|---|---|---|
| InnerHTTPReferrer | AnsiString |
The following table lists the fields defined in "vtLoginRequest":
| Field | Data Type | Documentation |
|---|---|---|
| Username | AnsiString | |
| Password | AnsiString | |
| ApplicationId | AnsiString | |
| ApplicationVersion | AnsiString | |
| ClientAddress | AnsiString |
The following table lists the fields defined in "vtLoginResult":
| Field | Data Type | Documentation |
|---|---|---|
| CompanyId | Integer | |
| ForumAuthorId | Integer | |
| ApplicationBillingRate | Currency | |
| TotalBillingRate | Currency | |
| LoginDateTime | DateTime | |
| SerialPrefix | AnsiString | |
| MemberLevel | Integer | |
| TopTierApplication | Boolean | |
| Permissions | vtStringArray | |
| ApplicationServices | Binary | |
| SchedulingInfo | vtSchedulingInfo | |
| StructureDates | vtStructureDates | |
| VehicleSubscriptionInfo | vtVehicleSubscriptionInfo |
The following table lists the fields defined in "vtLoginResult10":
| Field | Data Type | Documentation |
|---|---|---|
| Services | vtAppService2Array |
The following table lists the fields defined in "vtLoginResult11":
| Field | Data Type | Documentation |
|---|---|---|
| TopTierApp | Boolean |
The following table lists the fields defined in "vtLoginResult12":
| Field | Data Type | Documentation |
|---|---|---|
| CanWebAdmin | Boolean |
The following table lists the fields defined in "vtLoginResult13":
| Field | Data Type | Documentation |
|---|---|---|
| Member | Boolean |
The following table lists the fields defined in "vtLoginResult14":
| Field | Data Type | Documentation |
|---|---|---|
| LastNPDSubmission | DateTime |
The following table lists the fields defined in "vtLoginResult15":
| Field | Data Type | Documentation |
|---|---|---|
| SessionId | AnsiString | |
| CanAdmin | Boolean | |
| CanEdit | Boolean | |
| CanSelect | Boolean | |
| CanSynch | Boolean | |
| CanLocal | Boolean | |
| CanCall | Boolean | |
| CanTask | Boolean | |
| CanWebAdmin | Boolean | |
| MERALevel | Integer | |
| ForumAuthorId | Integer | |
| CompanyId | Integer | |
| VehicleSubscriptionInfo | vtVehicleSubscriptionInfo | |
| BillingRate | Currency | |
| AppBillingRate | Currency | |
| SerialPrefix | AnsiString | |
| StructureDates | vtStructureDates2 | |
| SchedulingInfo | vtSchedulingInfo | |
| LoginDateTime | DateTime | |
| Services | vtAppService2Array | |
| TopTierApp | Boolean | |
| Member | Boolean | |
| LastNPDSubmission | DateTime |
The following table lists the fields defined in "vtLoginResult16":
| Field | Data Type | Documentation |
|---|---|---|
| HomepagePath | AnsiString |
The following table lists the fields defined in "vtLoginResult17":
| Field | Data Type | Documentation |
|---|---|---|
| SessionId | AnsiString | |
| CanAdmin | Boolean | |
| CanEdit | Boolean | |
| CanSelect | Boolean | |
| CanSynch | Boolean | |
| CanLocal | Boolean | |
| CanCall | Boolean | |
| CanTask | Boolean | |
| CanWebAdmin | Boolean | |
| MERALevel | Integer | |
| ForumAuthorId | Integer | |
| CompanyId | Integer | |
| VehicleSubscriptionInfo | vtVehicleSubscriptionInfo | |
| BillingRate | Currency | |
| AppBillingRate | Currency | |
| SerialPrefix | AnsiString | |
| StructureDates | vtStructureDates3 | |
| SchedulingInfo | vtSchedulingInfo | |
| LoginDateTime | DateTime | |
| Services | vtAppService2Array | |
| TopTierApp | Boolean | |
| Member | Boolean | |
| LastNPDSubmission | DateTime | |
| HomepagePath | AnsiString |
The following table lists the fields defined in "vtLoginResult18":
| Field | Data Type | Documentation |
|---|---|---|
| AuthorizedUse | Boolean |
The following table lists the fields defined in "vtLoginResult19":
| Field | Data Type | Documentation |
|---|---|---|
| AssocDistributorId | AnsiString |
This is the distributor ID if the user logging in IS a distributor. |
The following table lists the fields defined in "vtLoginResult2":
| Field | Data Type | Documentation |
|---|---|---|
| CompanyId | Integer |
The following table lists the fields defined in "vtLoginResult3":
| Field | Data Type | Documentation |
|---|---|---|
| VehicleSubscriptionInfo | vtVehicleSubscriptionInfo |
The following table lists the fields defined in "vtLoginResult4":
| Field | Data Type | Documentation |
|---|---|---|
| CanTask | Boolean |
The following table lists the fields defined in "vtLoginResult5":
| Field | Data Type | Documentation |
|---|---|---|
| BillingRate | Currency | |
| AppBillingRate | Currency | |
| SerialPrefix | AnsiString |
The following table lists the fields defined in "vtLoginResult6":
| Field | Data Type | Documentation |
|---|---|---|
| StructureDates | vtStructureDates |
The following table lists the fields defined in "vtLoginResult7":
| Field | Data Type | Documentation |
|---|---|---|
| SchedulingInfo | vtSchedulingInfo |
The following table lists the fields defined in "vtLoginResult8":
| Field | Data Type | Documentation |
|---|---|---|
| LoginDateTime | DateTime |
The following table lists the fields defined in "vtLoginResult9":
| Field | Data Type | Documentation |
|---|---|---|
| CanCall | Boolean |
The following table lists the fields defined in "vtLogoutInfo":
| Field | Data Type | Documentation |
|---|---|---|
| SessionID | AnsiString | |
| CanAdmin | Boolean | |
| CanEdit | Boolean | |
| CanSelect | Boolean | |
| CanSynch | Boolean | |
| CanLocal | Boolean | |
| MERALevel | Integer |
The following table lists the fields defined in "vtNews":
| Field | Data Type | Documentation |
|---|---|---|
| NewsId | Integer | |
| CompanyId | Integer | |
| Title | AnsiString | |
| Body | AnsiString | |
| WebURL | AnsiString | |
| CreateDate | DateTime | |
| UpdateDate | DateTime |
The following table lists the fields defined in "vtOpeningInformation":
| Field | Data Type | Documentation |
|---|---|---|
| OpeningName | AnsiString | |
| Size | AnsiString | |
| Depth | Double | |
| Link | AnsiString |
The following table lists the fields defined in "vtOrderedPair":
| Field | Data Type | Documentation |
|---|---|---|
| Id | Integer | |
| Caption | AnsiString | |
| Order | Integer |
The following table lists the fields defined in "vtPaypalInfo":
| Field | Data Type | Documentation |
|---|---|---|
| TransactionId | AnsiString | |
| ApplicationId | AnsiString | |
| RecieverEmail | AnsiString | |
| SenderEmail | AnsiString | |
| Price | Currency | |
| Quantity | Integer | |
| Referral | AnsiString | |
| Company | AnsiString | |
| Contact | AnsiString | |
| Address | AnsiString | |
| City | AnsiString | |
| State | AnsiString | |
| ZIP | AnsiString | |
| Country | AnsiString |
The following table lists the fields defined in "vtPaypalInfo2":
| Field | Data Type | Documentation |
|---|---|---|
| DistributorId | AnsiString |
The following table lists the fields defined in "vtPaypalInfo3":
| Field | Data Type | Documentation |
|---|---|---|
| PurchaseLink | AnsiString |
The following table lists the fields defined in "vtPendingAttributeValue":
| Field | Data Type | Documentation |
|---|---|---|
| PendingId | Integer | |
| CompanyId | Integer | |
| VehicleId | Integer | |
| AttributeId | Integer | |
| AttributeCaption | AnsiString | |
| AttributeValue | AnsiString | |
| Accepted | Boolean | |
| CreateDate | DateTime | |
| UpdateDate | DateTime |
The following table lists the fields defined in "vtPendingAttributeValue2":
| Field | Data Type | Documentation |
|---|---|---|
| CurrentValue | AnsiString | |
| VehicleName | AnsiString | |
| Deny | Boolean |
The following table lists the fields defined in "vtPressRelease":
| Field | Data Type | Documentation |
|---|---|---|
| PressReleaseId | AnsiString | |
| CompanyId | Integer | |
| Title | AnsiString | |
| Body | AnsiString | |
| Signature | AnsiString | |
| WebUrl | AnsiString | |
| ImageUrl | AnsiString | |
| ReleaseDate | DateTime | |
| CreateDate | DateTime | |
| UpdateDate | DateTime |
The following table lists the fields defined in "vtProduct":
| Field | Data Type | Documentation |
|---|---|---|
| ProductID | Integer | |
| CategoryID | Integer | |
| ManufacturerID | Integer | |
| Manufacturer | AnsiString | |
| PartNumber | AnsiString | |
| Description | AnsiString | |
| CreateDate | AnsiString | |
| Updatedate | AnsiString |
The following table lists the fields defined in "vtProduct10":
| Field | Data Type | Documentation |
|---|---|---|
| OnLanding | Boolean |
The following table lists the fields defined in "vtProduct11":
| Field | Data Type | Documentation |
|---|---|---|
| CustomCategory | AnsiString |
The following table lists the fields defined in "vtProduct12":
| Field | Data Type | Documentation |
|---|---|---|
| ProductFeatures | vtProductFeatureArray |
The following table lists the fields defined in "vtProduct13":
| Field | Data Type | Documentation |
|---|---|---|
| UPC | AnsiString |
The following table lists the fields defined in "vtProduct14":
| Field | Data Type | Documentation |
|---|---|---|
| ListPrice | Currency |
The following table lists the fields defined in "vtProduct15":
| Field | Data Type | Documentation |
|---|---|---|
| SKU | AnsiString | |
| SpecialOrder | Boolean | |
| AvailableInStore | Boolean | |
| AvailableOnline | Boolean | |
| ProductAttributeValues | vtAttributeValueArray |
The following table lists the fields defined in "vtProduct16":
| Field | Data Type | Documentation |
|---|---|---|
| RequiredAccessory | Boolean |
The following table lists the fields defined in "vtProduct2":
| Field | Data Type | Documentation |
|---|---|---|
| Link | AnsiString | |
| Image | AnsiString | |
| Instructions | AnsiString | |
| Universal | Boolean |
The following table lists the fields defined in "vtProduct3":
| Field | Data Type | Documentation |
|---|---|---|
| AttributeGroups | vtIntegerArray |
The following table lists the fields defined in "vtProduct4":
| Field | Data Type | Documentation |
|---|---|---|
| ApplicationNotes | AnsiString |
The following table lists the fields defined in "vtProduct5":
| Field | Data Type | Documentation |
|---|---|---|
| VehicleGuides | Boolean | |
| FitGuides | Boolean |
The following table lists the fields defined in "vtProduct6":
| Field | Data Type | Documentation |
|---|---|---|
| Sizes | vtProductSizeArray |
The following table lists the fields defined in "vtProduct7":
| Field | Data Type | Documentation |
|---|---|---|
| CategoryIds | vtIntegerArray | |
| DeletedCategoryIds | vtIntegerArray |
The following table lists the fields defined in "vtProduct8":
| Field | Data Type | Documentation |
|---|---|---|
| DynamicProductDetails | Boolean | |
| Specs | vtProductSpecArray | |
| LargeDescription | AnsiString | |
| StartYear | AnsiString | |
| EndYear | AnsiString | |
| Active | Boolean |
The following table lists the fields defined in "vtProduct9":
| Field | Data Type | Documentation |
|---|---|---|
| MSRPPrice | Currency | |
| MAPPrice | Currency | |
| OnlinePrice | Currency | |
| StorePrice | Currency | |
| SpecialPrice | Currency | |
| OrderForms | Boolean | |
| AttributeValues | vtProductAttributeValueArray |
The following table lists the fields defined in "vtProductAccessory":
| Field | Data Type | Documentation |
|---|
The following table lists the fields defined in "vtProductAttributeValue":
| Field | Data Type | Documentation |
|---|---|---|
| AttributeId | Integer | |
| AttributeValue | AnsiString | |
| AnyValue | Boolean | |
| Deleted | Boolean |
The following table lists the fields defined in "vtProductCategory":
| Field | Data Type | Documentation |
|---|---|---|
| CategoryID | Integer | |
| ParentCategoryID | Integer | |
| Category | AnsiString | |
| HasCategories | Boolean | |
| Categories | vtProductCategoryArray |
The following table lists the fields defined in "vtProductCategory2":
| Field | Data Type | Documentation |
|---|---|---|
| CategoryId | Integer | |
| ParentCategoryId | Integer | |
| Category | AnsiString | |
| HasCategories | Boolean | |
| HasProducts | Boolean | |
| Categories | vtProductCategory2Array | |
| Deleted | Boolean | |
| CreateDate | AnsiString | |
| UpdateDate | AnsiString |
The following table lists the fields defined in "vtProductCategory3":
| Field | Data Type | Documentation |
|---|---|---|
| CategoryId | Integer | |
| ParentCategoryId | Integer | |
| Category | AnsiString | |
| FlattenedName | AnsiString | |
| HasCategories | Boolean | |
| HasProducts | Boolean | |
| Categories | vtProductCategory3Array | |
| Deleted | Boolean | |
| CreateDate | DateTime | |
| UpdateDate | DateTime |
The following table lists the fields defined in "vtProductCategory4":
| Field | Data Type | Documentation |
|---|---|---|
| CategoryId | Integer | |
| ParentCategoryId | Integer | |
| Category | AnsiString | |
| FlattenedName | AnsiString | |
| HasCategories | Boolean | |
| HasProducts | Boolean | |
| HasNonUniversalProducts | Boolean | |
| Categories | vtProductCategory4Array | |
| Deleted | Boolean | |
| CreateDate | DateTime | |
| UpdateDate | DateTime |
The following table lists the fields defined in "vtProductDump":
| Field | Data Type | Documentation |
|---|---|---|
| ProductDumpId | Integer | |
| CompanyId | Integer | |
| CompanyName | AnsiString | |
| ProductId | AnsiString | |
| Brand | AnsiString | |
| SKU | AnsiString | |
| UPC | AnsiString | |
| Model | AnsiString | |
| PartNumber | AnsiString | |
| Description | AnsiString | |
| Height | AnsiString | |
| ListPrice | AnsiString | |
| Category | AnsiString | |
| ImageURL | AnsiString | |
| IgnoreState | vtDumpIgnoreState | |
| IsMatched | Boolean | |
| CreateDate | DateTime | |
| UpdateDate | DateTime |
The following table lists the fields defined in "vtProductDump2":
| Field | Data Type | Documentation |
|---|---|---|
| AvailableOnline | Boolean | |
| AvailableInStore | Boolean | |
| SpecialOrder | Boolean | |
| SpecialPrice | Currency | |
| StorePrice | Currency | |
| OnlinePrice | Currency | |
| Active | Boolean |
The following table lists the fields defined in "vtProductDumpCompany":
| Field | Data Type | Documentation |
|---|---|---|
| CompanyId | Integer | |
| CompanyName | AnsiString |
The following table lists the fields defined in "vtProductFeature":
| Field | Data Type | Documentation |
|---|---|---|
| ProductFeatureId | Integer | |
| ProductFeature | AnsiString | |
| value | Boolean |
The following table lists the fields defined in "vtProductManufacturer":
| Field | Data Type | Documentation |
|---|---|---|
| ManufacturerID | Integer | |
| Manufacturer | AnsiString | |
| Website | AnsiString | |
| Address1 | AnsiString | |
| Address2 | AnsiString | |
| City | AnsiString | |
| Region | AnsiString | |
| Country | AnsiString | |
| PostalCode | AnsiString | |
| Phone | AnsiString | |
| Fax | AnsiString | |
| AnsiString | ||
| Deleted | Boolean |
The following table lists the fields defined in "vtProductManufacturer2":
| Field | Data Type | Documentation |
|---|---|---|
| FitGuide | Boolean |
The following table lists the fields defined in "vtProductSize":
| Field | Data Type | Documentation |
|---|---|---|
| SizeType | AnsiString | |
| Size | AnsiString | |
| Depth | Double | |
| Deleted | Boolean |
The following table lists the fields defined in "vtProductSpec":
| Field | Data Type | Documentation |
|---|---|---|
| ProductSpecId | Integer | |
| ProductSpec | AnsiString | |
| Order | Integer | |
| Deleted | Boolean |
The following table lists the fields defined in "vtProductWire":
| Field | Data Type | Documentation |
|---|---|---|
| ProductWireId | Integer | |
| Description | AnsiString | |
| AttributeGroupId | Integer | |
| Order | Integer | |
| AttributeCategoryId | Integer |
The following table lists the fields defined in "vtQBProductUpc":
| Field | Data Type | Documentation |
|---|---|---|
| ProductId | AnsiString | |
| UPC | AnsiString |
The following table lists the fields defined in "vtRequestCompanies":
| Field | Data Type | Documentation |
|---|---|---|
| SelectUsers | Boolean | |
| SelectCalls | Boolean |
The following table lists the fields defined in "vtRequestCompanies2":
| Field | Data Type | Documentation |
|---|---|---|
| SelectLocales | Boolean | |
| SelectAppServices | Boolean | |
| SelectDealerLocators | Boolean |
The following table lists the fields defined in "vtRequestCompanies3":
| Field | Data Type | Documentation |
|---|---|---|
| ApplicationIds | vtStringArray |
The following table lists the fields defined in "vtRequestCompany":
| Field | Data Type | Documentation |
|---|---|---|
| SelectUsers | Boolean | |
| SelectLocales | Boolean | |
| SelectAppServices | Boolean | |
| SelectDealerLocators | Boolean | |
| SelectCalls | Boolean |
The following table lists the fields defined in "vtRetailerVehicleRequest":
| Field | Data Type | Documentation |
|---|---|---|
| RetailerId | Integer | |
| VehicleId | Integer | |
| ProductCategories | Boolean |
The following table lists the fields defined in "vtRetailerVehicleRequest2":
| Field | Data Type | Documentation |
|---|---|---|
| Products | Boolean | |
| InstallParts | Boolean |
The following table lists the fields defined in "vtRetailerVehicleRequest3":
| Field | Data Type | Documentation |
|---|---|---|
| ProductCategoryId | Integer |
This is the requested product category id that will be passed for when the retailer guide is showing products per category. This is currently used for the vehicle exception handling to check if for this category and vehicle it should show the exception message or not. |
| CustomCategory | AnsiString |
The following table lists the fields defined in "vtRetailerVehicleRequest4":
| Field | Data Type | Documentation |
|---|---|---|
| ProductAttributes | Boolean |
The following table lists the fields defined in "vtRetailerVehicleResponse":
The following table lists the fields defined in "vtRetailerVehicleResponse2":
The following table lists the fields defined in "vtRetailerVehicleResponse3":
| Field | Data Type | Documentation |
|---|---|---|
| ShowRadioFit | Boolean | |
| ShowSpeakerFit | Boolean | |
| ShowInstallAccessories | Boolean | |
| FitGuideAttributes | vtFitGuideAttributeArray |
The following table lists the fields defined in "vtRetailerVehicleResponse4":
| Field | Data Type | Documentation |
|---|---|---|
| VehicleName | AnsiString | |
| ProductCategories | vtProductCategory2Array | |
| Products | vtProduct8Array | |
| ImageInformation | vtKeyValueArray | |
| RadioInformation | vtOpeningInformation | |
| SpeakerInformation | vtOpeningInformationArray | |
| InstallPartInformation | vtInstallPartInformationArray | |
| ShowRadioFit | Boolean | |
| ShowSpeakerFit | Boolean | |
| ShowInstallAccessories | Boolean | |
| FitGuideAttributes | vtFitGuideAttribute2Array |
The following table lists the fields defined in "vtRetailerVehicleResponse5":
| Field | Data Type | Documentation |
|---|---|---|
| VehicleName | AnsiString | |
| ProductCategories | vtProductCategory2Array | |
| Products | vtProduct10Array | |
| ImageInformation | vtKeyValueArray | |
| RadioInformation | vtOpeningInformation | |
| SpeakerInformation | vtOpeningInformationArray | |
| InstallPartInformation | vtInstallPartInformationArray | |
| ShowRadioFit | Boolean | |
| ShowSpeakerFit | Boolean | |
| ShowInstallAccessories | Boolean | |
| FitGuideAttributes | vtFitGuideAttribute3Array | |
| ShowProductFitMessages | Boolean | |
| ProductFitsMessage | AnsiString | |
| NoProductFitsMessage | AnsiString |
The following table lists the fields defined in "vtRetailerVehicleResponse6":
| Field | Data Type | Documentation |
|---|---|---|
| VehicleName | AnsiString | |
| ProductCategories | vtProductCategory2Array | |
| Products | vtProduct11Array | |
| ImageInformation | vtKeyValueArray | |
| RadioInformation | vtOpeningInformation | |
| SpeakerInformation | vtOpeningInformationArray | |
| InstallPartInformation | vtInstallPartInformationArray | |
| ShowRadioFit | Boolean | |
| ShowSpeakerFit | Boolean | |
| ShowInstallAccessories | Boolean | |
| FitGuideAttributes | vtFitGuideAttribute3Array | |
| ShowProductFitMessages | Boolean | |
| ProductFitsMessage | AnsiString | |
| NoProductFitsMessage | AnsiString |
The following table lists the fields defined in "vtRetailerVehicleResponse7":
| Field | Data Type | Documentation |
|---|---|---|
| VehicleName | AnsiString | |
| ProductCategories | vtProductCategory2Array | |
| Products | vtProduct12Array | |
| ImageInformation | vtKeyValueArray | |
| RadioInformation | vtOpeningInformation | |
| SpeakerInformation | vtOpeningInformationArray | |
| InstallPartInformation | vtInstallPartInformationArray | |
| ShowRadioFit | Boolean | |
| ShowSpeakerFit | Boolean | |
| ShowInstallAccessories | Boolean | |
| FitGuideAttributes | vtFitGuideAttribute3Array | |
| ShowProductFitMessages | Boolean | |
| ProductFitsMessage | AnsiString | |
| NoProductFitsMessage | AnsiString |
The following table lists the fields defined in "vtRetailerVehicleResponse8":
| Field | Data Type | Documentation |
|---|---|---|
| VehicleExceptionMessage | AnsiString |
The following table lists the fields defined in "vtRetailerVehicleResponse9":
| Field | Data Type | Documentation |
|---|---|---|
| VehicleName | AnsiString | |
| ProductCategories | vtProductCategory2Array | |
| Products | vtProduct15Array | |
| ImageInformation | vtKeyValueArray | |
| RadioInformation | vtOpeningInformation | |
| SpeakerInformation | vtOpeningInformationArray | |
| InstallPartInformation | vtInstallPartInformationArray | |
| ShowRadioFit | Boolean | |
| ShowSpeakerFit | Boolean | |
| ShowInstallAccessories | Boolean | |
| FitGuideAttributes | vtFitGuideAttribute3Array | |
| ShowProductFitMessages | Boolean | |
| ProductFitsMessage | AnsiString | |
| NoProductFitsMessage | AnsiString | |
| VehicleExceptionMessage | AnsiString |
The following table lists the fields defined in "vtScheduledInstall":
| Field | Data Type | Documentation |
|---|---|---|
| InstallId | Integer | |
| CompanyId | Integer | |
| Bays | AnsiString | |
| Subject | AnsiString | |
| Description | AnsiString | |
| LabelColor | Integer | |
| StartTime | DateTime | |
| EndTime | DateTime | |
| AllDayEvent | Boolean | |
| Reminder | Boolean | |
| ReminderTime | Integer | |
| State | Integer | |
| Notes | AnsiString | |
| WorkOrderId | AnsiString | |
| CustomerId | AnsiString | |
| ScheduledVehicle | vtScheduledVehicle | |
| Installers | vtEmployeeArray |
The following table lists the fields defined in "vtScheduledInstall2":
| Field | Data Type | Documentation |
|---|---|---|
| InstallId | Integer | |
| CompanyId | Integer | |
| Bays | AnsiString | |
| Subject | AnsiString | |
| Description | AnsiString | |
| LabelColor | Integer | |
| StartTime | DateTime | |
| EndTime | DateTime | |
| AllDayEvent | Boolean | |
| Reminder | Boolean | |
| ReminderTime | Integer | |
| State | Integer | |
| Notes | AnsiString | |
| WorkOrderId | AnsiString | |
| CustomerId | AnsiString | |
| ScheduledVehicle | vtScheduledVehicle2 | |
| Installers | vtEmployeeArray |
The following table lists the fields defined in "vtScheduledInstall3":
| Field | Data Type | Documentation |
|---|---|---|
| LinkedTransactions | vtLinkedTransactionArray |
The following table lists the fields defined in "vtScheduledInstall4":
| Field | Data Type | Documentation |
|---|---|---|
| StockNumber | AnsiString | |
| RONumber | AnsiString |
The following table lists the fields defined in "vtScheduledInstall5":
| Field | Data Type | Documentation |
|---|---|---|
| InstallId | Integer | |
| CompanyId | Integer | |
| Bays | AnsiString | |
| Subject | AnsiString | |
| Description | AnsiString | |
| LabelColor | Integer | |
| StartTime | DateTime | |
| EndTime | DateTime | |
| AllDayEvent | Boolean | |
| Reminder | Boolean | |
| ReminderTime | Integer | |
| State | Integer | |
| Notes | AnsiString | |
| WorkOrderId | AnsiString | |
| CustomerId | AnsiString | |
| ScheduledVehicle | vtScheduledVehicle3 | |
| Installers | vtEmployeeArray | |
| LinkedTransactions | vtLinkedTransactionArray | |
| RONumber | AnsiString |
The following table lists the fields defined in "vtScheduledVehicle":
| Field | Data Type | Documentation |
|---|---|---|
| Make | AnsiString | |
| Model | AnsiString | |
| Year | Integer | |
| BodyType | AnsiString | |
| TrimLevel | AnsiString | |
| Color | AnsiString | |
| VINNumber | AnsiString | |
| Odometer | AnsiString | |
| License | AnsiString | |
| Notes | AnsiString |
The following table lists the fields defined in "vtScheduledVehicle2":
| Field | Data Type | Documentation |
|---|---|---|
| RightHandDrive | Boolean |
The following table lists the fields defined in "vtScheduledVehicle3":
| Field | Data Type | Documentation |
|---|---|---|
| StockNumber | AnsiString |
The following table lists the fields defined in "vtSchedulingInfo":
| Field | Data Type | Documentation |
|---|---|---|
| SchedulingEnabled | Boolean | |
| SchedulingSetup | Boolean |
The following table lists the fields defined in "vtSchedulingOptions":
| Field | Data Type | Documentation |
|---|---|---|
| StartOfWeek | vtStartOfWeek | |
| WorkDayStart | DateTime | |
| WorkDayEnd | DateTime | |
| WorkDays | vtWorkDays |
The following table lists the fields defined in "vtSchedulingOptions2":
| Field | Data Type | Documentation |
|---|---|---|
| InvoicePaidWorkOrders | Boolean |
The following table lists the fields defined in "vtSchedulingOptions3":
| Field | Data Type | Documentation |
|---|---|---|
| InstallLabels | vtInstallLabels | |
| ShowTimeAs | vtShowTimeAs |
The following table lists the fields defined in "vtSearchAttribute":
| Field | Data Type | Documentation |
|---|---|---|
| AttributeID | Integer | |
| ParentGroupID | Integer | |
| AttributeTypeID | Integer | |
| Caption | AnsiString | |
| Value | AnsiString | |
| Description | AnsiString | |
| Tag | Integer |
The following table lists the fields defined in "vtSearchCategory":
| Field | Data Type | Documentation |
|---|---|---|
| CategoryID | Integer | |
| ParentCategoryID | Integer | |
| Category | AnsiString | |
| HasCategories | Boolean | |
| Categories | vtSearchCategoryArray | |
| Groups | vtSearchGroupArray | |
| Attributes | vtSearchAttributeArray | |
| Populated | Boolean |
The following table lists the fields defined in "vtSearchGroup":
| Field | Data Type | Documentation |
|---|---|---|
| GroupID | Integer | |
| ParentCategoryID | Integer | |
| ParentGroupID | Integer | |
| Group | AnsiString | |
| HasGroups | Boolean | |
| Groups | vtSearchGroupArray | |
| Attributes | vtSearchAttributeArray | |
| Populated | Boolean |
The following table lists the fields defined in "vtShowTimeAs":
| Field | Data Type | Documentation |
|---|---|---|
| Caption1 | AnsiString | |
| Caption2 | AnsiString | |
| Caption3 | AnsiString | |
| Caption4 | AnsiString |
The following table lists the fields defined in "vtSizeType":
| Field | Data Type | Documentation |
|---|---|---|
| SizeType | AnsiString | |
| Values | vtStringArray |
The following table lists the fields defined in "vtStatistic":
| Field | Data Type | Documentation |
|---|---|---|
| Caption | AnsiString | |
| Count | Integer |
The following table lists the fields defined in "vtSteeringSide":
| Field | Data Type | Documentation |
|---|---|---|
| VehicleId | Integer | |
| RightHandDrive | Boolean |
The following table lists the fields defined in "vtStructureDates":
| Field | Data Type | Documentation |
|---|---|---|
| Attributes | DateTime | |
| Documents | DateTime | |
| Products | DateTime |
The following table lists the fields defined in "vtStructureDates2":
| Field | Data Type | Documentation |
|---|---|---|
| CommonInstalls | DateTime |
The following table lists the fields defined in "vtStructureDates3":
| Field | Data Type | Documentation |
|---|---|---|
| HorizontalStructure | DateTime |
The following table lists the fields defined in "vtStructureRequest":
| Field | Data Type | Documentation |
|---|---|---|
| AttributeCategories | Boolean | |
| AttributeGroups | Boolean | |
| Attributes | Boolean | |
| AttributeTypes | Boolean | |
| DocumentCategories | Boolean | |
| ProductCategories | Boolean |
The following table lists the fields defined in "vtStructureRequest2":
| Field | Data Type | Documentation |
|---|---|---|
| ProductCategoryManufacturers | Boolean |
The following table lists the fields defined in "vtStructureRequest3":
| Field | Data Type | Documentation |
|---|---|---|
| ProductCategoryNonUniversalManufacturers | Boolean |
The following table lists the fields defined in "vtStructureResult":
| Field | Data Type | Documentation |
|---|---|---|
| AttributeCategories | vtAttributeCategoryArray | |
| AttributeTypes | vtAttributeTypeArray | |
| DocumentCategories | vtDocumentCategory2Array | |
| ProductCategories | vtProductCategory2Array |
The following table lists the fields defined in "vtStructureResult2":
| Field | Data Type | Documentation |
|---|---|---|
| ProductCategoryManufacturers | vtIntegerIntegerArrayArray |
The following table lists the fields defined in "vtStructureResult3":
The following table lists the fields defined in "vtStructureResult4":
| Field | Data Type | Documentation |
|---|---|---|
| ProductCategoryNonUniversalManufacturers | vtIntegerIntegerArrayArray |
The following table lists the fields defined in "vtSubscriptionInfo":
| Field | Data Type | Documentation |
|---|---|---|
| CompanyId | Integer | |
| TransactionId | AnsiString | |
| ApplicationId | AnsiString | |
| Quantity | Integer | |
| TotalPaid | Currency | |
| ReceiverEmail | AnsiString | |
| PayerEmail | AnsiString |
The following table lists the fields defined in "vtTask":
| Field | Data Type | Documentation |
|---|---|---|
| TaskId | Integer | |
| CompanyId | Integer | |
| Company | AnsiString | |
| CreatedById | Integer | |
| CreatedBy | AnsiString | |
| Title | AnsiString | |
| Description | AnsiString | |
| Priority | AnsiString | |
| Nature | AnsiString | |
| Status | AnsiString | |
| CreateDate | DateTime | |
| UpdateDate | DateTime | |
| CompletionDate | DateTime | |
| AssignedToId | Integer | |
| AssignedTo | AnsiString | |
| SubmittedDate | DateTime | |
| ApprovedById | Integer | |
| ApprovedBy | AnsiString | |
| ApprovedDate | DateTime | |
| ClosedDate | DateTime | |
| Comments | vtTaskCommentArray |
The following table lists the fields defined in "vtTask2":
| Field | Data Type | Documentation |
|---|---|---|
| Application | AnsiString | |
| SubmittedVersion | AnsiString | |
| CompletedVersion | AnsiString |
The following table lists the fields defined in "vtTask3":
| Field | Data Type | Documentation |
|---|---|---|
| EmailCompany | Boolean |
The following table lists the fields defined in "vtTaskComment":
| Field | Data Type | Documentation |
|---|---|---|
| CommentId | Integer | |
| TaskId | Integer | |
| UserId | Integer | |
| User | AnsiString | |
| Comment | AnsiString | |
| CreateDate | DateTime | |
| UpdateDate | DateTime |
The following table lists the fields defined in "vtTransaction":
| Field | Data Type | Documentation |
|---|---|---|
| OrderTransactionId | AnsiString | |
| SenderEmail | AnsiString | |
| Application | AnsiString | |
| Referral | AnsiString | |
| Quantity | Integer | |
| Price | Currency | |
| ApplicationKeys | vtStringArray | |
| CreateDate | DateTime | |
| TransactionId | AnsiString |
The following table lists the fields defined in "vtTransaction2":
| Field | Data Type | Documentation |
|---|---|---|
| Action | AnsiString |
The following table lists the fields defined in "vtTransaction3":
| Field | Data Type | Documentation |
|---|---|---|
| ApplicationId | AnsiString |
The following table lists the fields defined in "vtTransaction4":
| Field | Data Type | Documentation |
|---|---|---|
| BillingPeriod | vtBillingPeriod | |
| Username | AnsiString |
The following table lists the fields defined in "vtTransaction5":
| Field | Data Type | Documentation |
|---|---|---|
| DistributorId | AnsiString | |
| Distributor | AnsiString |
The following table lists the fields defined in "vtUpdatesRequest":
| Field | Data Type | Documentation |
|---|---|---|
| ApplicationId | AnsiString | |
| Version | vtVersion |
The following table lists the fields defined in "vtUpdatesResponse":
| Field | Data Type | Documentation |
|---|---|---|
| Version | vtVersion | |
| WhatsNew | AnsiString | |
| DownloadUrl | AnsiString |
The following table lists the fields defined in "vtUser":
| Field | Data Type | Documentation |
|---|---|---|
| CompanyID | Integer | |
| Password | AnsiString | |
| CanAdmin | Boolean | |
| CanSelect | Boolean | |
| CanEdit | Boolean | |
| CanLocal | Boolean | |
| Active | Boolean | |
| Deleted | Boolean |
The following table lists the fields defined in "vtUser2":
| Field | Data Type | Documentation |
|---|---|---|
| Applications | vtUserApplicationArray | |
| Edited | Boolean |
The following table lists the fields defined in "vtUser3":
| Field | Data Type | Documentation |
|---|---|---|
| CanTask | Boolean |
The following table lists the fields defined in "vtUser4":
| Field | Data Type | Documentation |
|---|---|---|
| CanCall | Boolean |
The following table lists the fields defined in "vtUser5":
| Field | Data Type | Documentation |
|---|---|---|
| UserEmail | AnsiString |
The following table lists the fields defined in "vtUser6":
| Field | Data Type | Documentation |
|---|---|---|
| CanWebAdmin | Boolean | |
| DefaultWebUser | Boolean |
The following table lists the fields defined in "vtUserApplication":
| Field | Data Type | Documentation |
|---|---|---|
| UserApplicationID | Integer | |
| UserID | Integer | |
| ApplicationID | AnsiString | |
| Application | AnsiString | |
| NumLoginsAllowed | Integer | |
| CurrentNumLogins | Integer | |
| Deleted | Boolean | |
| Edited | Boolean |
The following table lists the fields defined in "vtUserBrowse":
| Field | Data Type | Documentation |
|---|---|---|
| UserID | Integer | |
| Username | AnsiString | |
| CreateDate | AnsiString |
The following table lists the fields defined in "vtVehicle":
| Field | Data Type | Documentation |
|---|---|---|
| VehicleID | Integer | |
| Publish | Boolean | |
| Make | vtVehicleMake | |
| Model | vtVehicleModel | |
| Year | Integer | |
| BodyType | vtVehicleBodyType | |
| Trim | AnsiString | |
| Deleted | Boolean | |
| VideoBodyType | vtVehicleBodyType | |
| CreateDate | AnsiString | |
| UpdateDate | AnsiString |
The following table lists the fields defined in "vtVehicle2":
| Field | Data Type | Documentation |
|---|---|---|
| RightHandDrive | Boolean |
The following table lists the fields defined in "vtVehicle3":
| Field | Data Type | Documentation |
|---|---|---|
| DefaultTrimLevel | Boolean |
The following table lists the fields defined in "vtVehicleBodyType":
| Field | Data Type | Documentation |
|---|---|---|
| BodyTypeID | Integer | |
| BodyType | AnsiString |
The following table lists the fields defined in "vtVehicleBrowse":
| Field | Data Type | Documentation |
|---|---|---|
| VehicleID | Integer | |
| Model | AnsiString | |
| Year | Integer | |
| BodyType | AnsiString | |
| Trim | AnsiString |
The following table lists the fields defined in "vtVehicleBrowse2":
| Field | Data Type | Documentation |
|---|---|---|
| ModelId | Integer | |
| BodyTypeId | Integer | |
| CreateDate | AnsiString | |
| UpdateDate | AnsiString |
The following table lists the fields defined in "vtVehicleBrowse3":
| Field | Data Type | Documentation |
|---|---|---|
| RightHandDrive | Boolean |
The following table lists the fields defined in "vtVehicleBrowse4":
| Field | Data Type | Documentation |
|---|---|---|
| Make | AnsiString |
The following table lists the fields defined in "vtVehicleBrowse5":
| Field | Data Type | Documentation |
|---|---|---|
| Publish | Boolean |
The following table lists the fields defined in "vtVehicleDescriptor":
| Field | Data Type | Documentation |
|---|---|---|
| Make | AnsiString | |
| Model | AnsiString | |
| Year | Integer | |
| BodyType | AnsiString | |
| TrimLevel | AnsiString | |
| RightHandDrive | Boolean | |
| VideoType | AnsiString | |
| Publish | Boolean | |
| VehicleId | Integer |
The following table lists the fields defined in "vtVehicleImportDescriptor":
| Field | Data Type | Documentation |
|---|---|---|
| Vehicle | vtVehicleDescriptor | |
| Values | vtAttributeValueArray |
The following table lists the fields defined in "vtVehicleImportResult":
| Field | Data Type | Documentation |
|---|---|---|
| AddedVehicles | vtVehicleDescriptorArray | |
| ExistingVehicles | vtVehicleDescriptorArray |
The following table lists the fields defined in "vtVehicleInfo":
| Field | Data Type | Documentation |
|---|---|---|
| VehicleID | Integer | |
| MakeID | Integer | |
| Model | AnsiString | |
| Year | Integer | |
| BodyType | AnsiString | |
| Trim | AnsiString | |
| ValueList | vtAttributeValueArray |
The following table lists the fields defined in "vtVehicleInfo2":
| Field | Data Type | Documentation |
|---|---|---|
| RightHandDrive | Boolean |
The following table lists the fields defined in "vtVehicleInfo3":
| Field | Data Type | Documentation |
|---|---|---|
| VideoBodyType | AnsiString |
The following table lists the fields defined in "vtVehicleMake":
| Field | Data Type | Documentation |
|---|---|---|
| MakeID | Integer | |
| Make | AnsiString | |
| HasVehicles | Boolean |
The following table lists the fields defined in "vtVehicleModel":
| Field | Data Type | Documentation |
|---|---|---|
| ModelID | Integer | |
| Model | AnsiString | |
| HasVehicles | Boolean |
The following table lists the fields defined in "vtVehicleProduct":
| Field | Data Type | Documentation |
|---|---|---|
| VehicleId | Integer | |
| ProductId | Integer |
The following table lists the fields defined in "vtVehicleProductGroup":
| Field | Data Type | Documentation |
|---|---|---|
| AttributeGroupID | Integer |
The following table lists the fields defined in "vtVehicleProductGroup2":
| Field | Data Type | Documentation |
|---|---|---|
| VehicleId | Integer |
The following table lists the fields defined in "vtVehicleProductGroup3":
| Field | Data Type | Documentation |
|---|---|---|
| AttributeGroupId | Integer | |
| VehicleId | Integer |
The following table lists the fields defined in "vtVehicleRequest":
| Field | Data Type | Documentation |
|---|---|---|
| VehicleId | Integer | |
| AttributeValues | Boolean | |
| LocalValues | Boolean | |
| AttributeIds | vtAttributeValueArray | |
| Documents | Boolean | |
| Products | Boolean | |
| UniversalProducts | Boolean | |
| ProductCategoryIds | Boolean | |
| DocumentCategoryIds | Boolean | |
| AttributeCategoryIds | Boolean | |
| VehicleDetails | Boolean |
The following table lists the fields defined in "vtVehicleRequest2":
| Field | Data Type | Documentation |
|---|---|---|
| ForumTopics | Boolean |
The following table lists the fields defined in "vtVehicleRequest3":
| Field | Data Type | Documentation |
|---|---|---|
| SizedProducts | Boolean |
The following table lists the fields defined in "vtVehicleRequest4":
| Field | Data Type | Documentation |
|---|---|---|
| AllAttributes | Boolean |
The following table lists the fields defined in "vtVehicleRequest5":
| Field | Data Type | Documentation |
|---|---|---|
| DocumentVehicles | Boolean |
The following table lists the fields defined in "vtVehicleRequest6":
| Field | Data Type | Documentation |
|---|---|---|
| OtherCompaniesValues | Boolean |
The following table lists the fields defined in "vtVehicleRequest7":
| Field | Data Type | Documentation |
|---|---|---|
| ProductCategoryManufacturers | Boolean |
The following table lists the fields defined in "vtVehicleRequest8":
| Field | Data Type | Documentation |
|---|---|---|
| DocumentAppServices | Boolean |
The following table lists the fields defined in "vtVehicleRequest9":
| Field | Data Type | Documentation |
|---|---|---|
| ProductCategoryNonUniversalManufacturers | Boolean |
The following table lists the fields defined in "vtVehicleResult":
The following table lists the fields defined in "vtVehicleResult10":
| Field | Data Type | Documentation |
|---|---|---|
| ProductCategoryNonUniversalManufacturers | vtIntegerIntegerArrayArray |
The following table lists the fields defined in "vtVehicleResult11":
The following table lists the fields defined in "vtVehicleResult12":
The following table lists the fields defined in "vtVehicleResult2":
The following table lists the fields defined in "vtVehicleResult3":
| Field | Data Type | Documentation |
|---|---|---|
| ForumTopics | vtForumTopicArray |
The following table lists the fields defined in "vtVehicleResult4":
The following table lists the fields defined in "vtVehicleResult5":
The following table lists the fields defined in "vtVehicleResult6":
The following table lists the fields defined in "vtVehicleResult7":
| Field | Data Type | Documentation |
|---|---|---|
| OtherCompaniesValues | vtCompanyValuesArray |
The following table lists the fields defined in "vtVehicleResult8":
| Field | Data Type | Documentation |
|---|---|---|
| ProductCategoryManufacturers | vtIntegerIntegerArrayArray |
The following table lists the fields defined in "vtVehicleResult9":
The following table lists the fields defined in "vtVehicleSubscriptionInfo":
| Field | Data Type | Documentation |
|---|---|---|
| AllowedVehicles | Integer | |
| AvailableVehicles | Integer | |
| SubscribedVehicleIds | vtIntegerArray |
The following table lists the fields defined in "vtVehicleTrim2":
| Field | Data Type | Documentation |
|---|---|---|
| TrimLevel | AnsiString | |
| VehicleId | Integer |
The following table lists the fields defined in "vtVehicleValues":
| Field | Data Type | Documentation |
|---|---|---|
| VehicleId | Integer | |
| AttributeValues | vtAttributeValueArray |
The following table lists the fields defined in "vtVehicleView":
| Field | Data Type | Documentation |
|---|---|---|
| Vehicle | vtVehicle3 | |
| ViewCount | Integer |
The following table lists the fields defined in "vtVersion":
| Field | Data Type | Documentation |
|---|---|---|
| Major | Integer | |
| Minor | Integer | |
| Release | Integer | |
| Build | Integer |
The following table lists the fields defined in "vtWebLink":
| Field | Data Type | Documentation |
|---|---|---|
| LinkId | Integer | |
| CompanyId | Integer | |
| LinkText | AnsiString | |
| LinkURL | AnsiString | |
| CreateDate | DateTime | |
| UpdateDate | DateTime |
The following table lists the fields defined in "vtWebsiteSettings":
| Field | Data Type | Documentation |
|---|---|---|
| CompanyId | Integer | |
| AdminAttributeChanges | Boolean | |
| VerticalAttributeStructure | Boolean | |
| ShowQuickAccess | Boolean | |
| AjaxVehicleSelect | Boolean | |
| AjaxEnabled | Boolean | |
| OrderEmails | AnsiString | |
| OrderEmailsCC | AnsiString | |
| FeedbackEmails | AnsiString | |
| FeedbackEmailsCC | AnsiString |
The following table lists the fields defined in "vtWebsiteSettings10":
| Field | Data Type | Documentation |
|---|---|---|
| AffiliateIntro | AnsiString |
The following table lists the fields defined in "vtWebsiteSettings11":
| Field | Data Type | Documentation |
|---|---|---|
| GetsProductAccessories | Boolean | |
| GetsAccessoriesData | Boolean | |
| SeperatedGuide | Boolean |
The following table lists the fields defined in "vtWebsiteSettings12":
| Field | Data Type | Documentation |
|---|---|---|
| MissingVehicleRecipients | AnsiString | |
| WrongInfoRecipients | AnsiString | |
| Hyperlinks | vtHyperlinkArray |
The following table lists the fields defined in "vtWebsiteSettings13":
| Field | Data Type | Documentation |
|---|---|---|
| FitGuideImages | Boolean |
The following table lists the fields defined in "vtWebsiteSettings14":
| Field | Data Type | Documentation |
|---|---|---|
| ShowProductFeatureValues | Boolean |
The following table lists the fields defined in "vtWebsiteSettings15":
| Field | Data Type | Documentation |
|---|---|---|
| VehicleImageWidth | Integer | |
| ShowLargeDescInList | Boolean |
The following table lists the fields defined in "vtWebsiteSettings16":
| Field | Data Type | Documentation |
|---|---|---|
| SystemMessageEnabled | Boolean | |
| SystemMessage | AnsiString | |
| MaintenanceMode | Boolean |
The following table lists the fields defined in "vtWebsiteSettings17":
| Field | Data Type | Documentation |
|---|---|---|
| VehicleInformationOnSelector | Boolean | |
| SeparateFrontAndRearSpeakers | Boolean | |
| VehicleInformationOnProductListing | Boolean | |
| FitGuideProductAttributes | vtFitGuideProductAttributeArray | |
| FeatureFilterAsDropDown | Boolean | |
| AdvancedProductGrid | Boolean |
The following table lists the fields defined in "vtWebsiteSettings18":
| Field | Data Type | Documentation |
|---|---|---|
| CascadeVehicleSelect | Boolean | |
| StyledComboBoxes | Boolean |
The following table lists the fields defined in "vtWebsiteSettings19":
| Field | Data Type | Documentation |
|---|---|---|
| ProductWires | Boolean |
The following table lists the fields defined in "vtWebsiteSettings2":
| Field | Data Type | Documentation |
|---|---|---|
| AuthorizeNet | Boolean | |
| TaxRate | Double |
The following table lists the fields defined in "vtWebsiteSettings3":
| Field | Data Type | Documentation |
|---|---|---|
| CompanyName | AnsiString |
The following table lists the fields defined in "vtWebsiteSettings4":
| Field | Data Type | Documentation |
|---|---|---|
| ProductsPerPage | Integer |
The following table lists the fields defined in "vtWebsiteSettings5":
| Field | Data Type | Documentation |
|---|---|---|
| DynamicProductDetails | Boolean |
The following table lists the fields defined in "vtWebsiteSettings6":
| Field | Data Type | Documentation |
|---|---|---|
| OrderContactInfo | AnsiString |
The following table lists the fields defined in "vtWebsiteSettings7":
| Field | Data Type | Documentation |
|---|---|---|
| DefaultProductCategoryId | Integer | |
| GetsProducts | Boolean |
The following table lists the fields defined in "vtWebsiteSettings8":
| Field | Data Type | Documentation |
|---|---|---|
| GetsDocuments | Boolean | |
| AdminDocuments | Boolean |
The following table lists the fields defined in "vtWebsiteSettings9":
| Field | Data Type | Documentation |
|---|---|---|
| CompanyWebsiteUrl | AnsiString | |
| CompanyReturnUrl | AnsiString | |
| ShowFitGuideDocuments | Boolean | |
| ImagePopups | Boolean |
The following table lists the fields defined in "vtWorkDays":
| Field | Data Type | Documentation |
|---|---|---|
| Sunday | Boolean | |
| Monday | Boolean | |
| Tuesday | Boolean | |
| Wednesday | Boolean | |
| Thursday | Boolean | |
| Friday | Boolean | |
| Saturday | Boolean |
The following table lists the fields defined in "vtZipInfo":
| Field | Data Type | Documentation |
|---|---|---|
| ZipCode | AnsiString | |
| City | AnsiString | |
| State | AnsiString | |
| AreaCode | AnsiString |
The following table lists the fields defined in "vtZipRequest":
| Field | Data Type | Documentation |
|---|---|---|
| ZipCode | Double | |
| WithinMiles | Integer | |
| OfMiles | Integer |
The following table lists the fields defined in "vtZipRequest2":
| Field | Data Type | Documentation |
|---|---|---|
| DealerLocatorId | Integer | |
| AreaCode | AnsiString | |
| BrandId | Integer |
The following table lists the Enums defined in "VTTechnician":
| vtBillingPeriod | |
| vtDocumentType | |
| vtDumpIgnoreState | |
| vtSearchInstallsBy | |
| vtStartOfWeek | |
| vtStatisticType | |
| vtTransactionType |
The following table lists the values defined in "vtBillingPeriod":
| Value | Documentation |
|---|---|
| bpYearly | |
| bpQuarterly | |
| bpMonthly |
The following table lists the values defined in "vtDocumentType":
| Value | Documentation |
|---|---|
| dtProductImage | |
| dtVehicleImage | |
| dtProductDocument | |
| dtVehicleDocument |
The following table lists the values defined in "vtDumpIgnoreState":
| Value | Documentation |
|---|---|
| NotIgnored | |
| Temporary | |
| Permanent |
The following table lists the values defined in "vtSearchInstallsBy":
| Value | Documentation |
|---|---|
| sbWorkOrderId | |
| sbAppointmentText | |
| sbVINNumber |
The following table lists the values defined in "vtStartOfWeek":
| Value | Documentation |
|---|---|
| swSystem | |
| swSunday | |
| swMonday | |
| swTuesday | |
| swWednesday | |
| swThursday | |
| swFriday | |
| swSaturday |
The following table lists the values defined in "vtStatisticType":
| Value | Documentation |
|---|---|
| stVehicles | |
| stVehicleMakes | |
| stVehicleModels | |
| stDocumentCategories | |
| stProductCategories | |
| stAttributeCategories | |
| stActiveCompanies |
The following table lists the Arrays defined in "VTTechnician":
The following table lists the Exceptions defined in "VTTechnician":
| LoginException | |
| vtBulkEmailException | |
| vtInsufficientPrivileges | |
| vtInvalidSession | |
| vtModuleNotFound |
The following table lists the fields defined in "LoginException":
| Field | Data Type | Documentation |
|---|
The following table lists the fields defined in "vtBulkEmailException":
| Field | Data Type | Documentation |
|---|---|---|
| Errors | vtEmailExceptionArray |
The following table lists the fields defined in "vtInsufficientPrivileges":
| Field | Data Type | Documentation |
|---|
The following table lists the fields defined in "vtInvalidSession":
| Field | Data Type | Documentation |
|---|
The following table lists the fields defined in "vtModuleNotFound":
| Field | Data Type | Documentation |
|---|
The following table lists the external RODL files used by library "VTTechnician":