Objeto CadastroVeiculo
Vehicle Registration Objects
Field | Type | Required? | Description |
---|---|---|---|
cdpaisorigem | integer | Yes | Vehicle licensing country code, returned by the sgrListaPais method. |
cdModVeic | integer | Yes | Model code, returned by the sgrListModels method. |
cdTpVeic | integer | Yes | Vehicle type code, returned by the sgrListVehicleTypes method. |
cdColor | integer | Yes | Vehicle color code, returned by the sgrListColors method. |
nrYearFab | integer | Yes | Year of manufacture of the vehicle. |
cdCarType | integer | Yes | Body type code. This code is returned by the sgrListBodyTypes method. |
cdCidLicencia | integer | Yes | License city code, returned by the sgrListaCidades method. |
nrPlaca | string | Yes | Vehicle license plate number. |
nrFleet | string | No | Vehicle fleet number. Send '' (blank) when not informing. |
cdEmpRastrea | Integer | No | Tracking technology company code. This code is returned by the sgrListaEmpresasRastreamento method. Send -1 when the vehicle does not have a tracker. |
cdEnderRastr | string | No | Tracker address. Send '' (blank) when the vehicle does not have a tracker. |
cdEmpRastrea2 | Integer | No | Tracking technology company code. This code is returned by the sgrListaEmpresasRastreamento method. Send -1 when the vehicle does not have a tracker. |
cdEnderRastr2 | string | No | Tracker address. Send '' (blank) when the vehicle does not have a tracker. |
flVinculo | string | Yes | Link between the vehicle and the client. Send 'F' for fleet, 'A' for aggregate or 'T' for third-party vehicle. |
vlCapPallets | decimal | No | Pallet capacity. Send 0 (zero) when not informed. |
vlTare | decimal | No | Vehicle tare. Send 0 (zero) when not informed. |
vlCapVol | decimal | No | Load capacity (volume). Send 0 (zero) when not informed. |
vlCapWeight | decimal | No | Load capacity (weight). Send 0 (zero) when not entered. |
accessories | List | Yes | List of vehicle accessories. This field is an array with the accessory codes returned by the sgrListaTiposAcessorio method. When the vehicle has no accessories, the empty array must be sent. It is not allowed to repeat the accessory codes in the array. |
dtInitialTolerance | String | No | Initial date on which the vehicle can be used on journeys even without a temperature sensor. The format is 'YYYY-MM-DD', allowing you to send '1900-01-01' when it doesn't exist. |
dtFinalTolerancia | String | No | End date on which the vehicle can be used on journeys even without a temperature sensor. The format is 'YYYY-MM-DD', allowing you to send '1900-01-01' when it doesn't exist. |
cdOpTolerance | Int | No | Code of the user who configured the tolerance for AE emission even if the vehicle does not have the temperature sensor. |
flTpRastSatelital | Int | No | Indicates whether tracker 1 for this vehicle is of the satellite type. |
flTpRastGPRS | Int | No | Indicates whether tracker 1 for this vehicle is of the GPRS type. |