Skip to main content

Objeto CadastroVeiculo

Vehicle Registration Objects

FieldTypeRequired?Description
cdpaisorigemintegerYesVehicle licensing country code, returned by the sgrListaPais method.
cdModVeicintegerYesModel code, returned by the sgrListModels method.
cdTpVeicintegerYesVehicle type code, returned by the sgrListVehicleTypes method.
cdColorintegerYesVehicle color code, returned by the sgrListColors method.
nrYearFabintegerYesYear of manufacture of the vehicle.
cdCarTypeintegerYesBody type code. This code is returned by the sgrListBodyTypes method.
cdCidLicenciaintegerYesLicense city code, returned by the sgrListaCidades method.
nrPlacastringYesVehicle license plate number.
nrFleetstringNoVehicle fleet number. Send '' (blank) when not informing.
cdEmpRastreaIntegerNoTracking technology company code. This code is returned by the sgrListaEmpresasRastreamento method. Send -1 when the vehicle does not have a tracker.
cdEnderRastrstringNoTracker address. Send '' (blank) when the vehicle does not have a tracker.
cdEmpRastrea2IntegerNoTracking technology company code. This code is returned by the sgrListaEmpresasRastreamento method. Send -1 when the vehicle does not have a tracker.
cdEnderRastr2stringNoTracker address. Send '' (blank) when the vehicle does not have a tracker.
flVinculostringYesLink between the vehicle and the client. Send 'F' for fleet, 'A' for aggregate or 'T' for third-party vehicle.
vlCapPalletsdecimalNoPallet capacity. Send 0 (zero) when not informed.
vlTaredecimalNoVehicle tare. Send 0 (zero) when not informed.
vlCapVoldecimalNoLoad capacity (volume). Send 0 (zero) when not informed.
vlCapWeightdecimalNoLoad capacity (weight). Send 0 (zero) when not entered.
accessoriesListYesList 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.
dtInitialToleranceStringNoInitial 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.
dtFinalToleranciaStringNoEnd 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.
cdOpToleranceIntNoCode of the user who configured the tolerance for AE emission even if the vehicle does not have the temperature sensor.
flTpRastSatelitalIntNoIndicates whether tracker 1 for this vehicle is of the satellite type.
flTpRastGPRSIntNoIndicates whether tracker 1 for this vehicle is of the GPRS type.