new ShowCatalogUsingVINRequest() → {Object}
This class represents the show catalog request using a VIN and category IDs.
Returns:
API's to set the request parameters.
- Type
- Object
Methods
-
<static> getCategoryIDs(CategoryIDs)
-
Get the array of category ID to be displayed in speedDIAL.
Parameters:
Name Type Description CategoryIDs
Array object that contains an array of category IDs.
-
<static> getReferenceID(reference)
-
Get the reference ID to associate with this request.
Parameters:
Name Type Description reference
String ID Reference ID to associate with this request.
-
<static> getVIN() → {String}
-
Get the VIN.
Returns:
The VIN of the vehicle.
- Type
- String
-
<static> setCategoryIDs(IDs)
-
Set the array of category ID to be displayed in speedDIAL.
Parameters:
Name Type Description IDs
WCAP.CategoryIDs CategoryIDs object that contains an array of category IDs.
-
<static> setReferenceID(reference)
-
Set the reference ID to associate with this request.
Parameters:
Name Type Description reference
String ID Reference ID to associate with this request.
-
<static> setVIN(requestedVIN)
-
Set the VIN.
Parameters:
Name Type Description requestedVIN
String The VIN of the vehicle.