sgrListaModelos
Lists the active models produced by a particular make of vehicle.
PARAMETERS
Field | Type | Required? | Description |
---|---|---|---|
accesskey | string | Yes | Key returned by the sgrLogin method. |
cdmarcaveic | integer | Yes | Vehicle brand code. It is returned by the sgrListaMarcas method. |
METHOD RETURN:
ReturnDataset: If the access key provided is valid, the property will display:
Field | Type | Required? |
---|---|---|
Field | Type | Description |
CDMARCAVEIC | integer | Vehicle Brand Code |
CDMODVEIC | integer | Vehicle Model Code |
DSMODVEIC | string | Vehicle Model Description |
ReturnDescription: If there is an error executing the method, the property will display:
Error | Description |
---|---|
There are no registered Models for this Vehicle Brand! |