sgrListaInformacoesVeiculo
Returns specific fields from the vehicle table.
PARAMETERS
| Field | Type | Required? | Description |
|---|---|---|---|
| accesskey | string | Yes | Key returned by the sgrLogin method. |
| strPlaca | string | Yes | Vehicle license plate. |
METHOD RETURN:
ReturnDataset: If the access key entered is valid, the dataset will display:
| Field | Type | Description |
|---|---|---|
| CDVEIC | integer | Vehicle code |
| CDEMPRASTREA | integer | Tracking company code |
| NRFROTA | char(7) | Fleet number |
| NRPLACA | char(8) | License plate number |
| CDENDERRATR | string | Tracking address |
ReturnDescription: If there is an error executing the method, the property will display:
| Error | Description |
|---|---|
| License plate not registered | You must follow the steps for DRIVER SEARCH AND REGISTRATION. |
| License plate number parameter not provided. | You must fill in all mandatory fields for the search to be performed correctly. |