[Beta] VehicleCreated Event Schema
[Beta] VehicleCreated Webhook Payload
Example
{
"eventId": "017db07f-6e95-470e-8cc0-a371f9deed2b",
"eventTime": "1970-01-20T06:39:05.683Z",
"eventType": "VehicleCreated",
"orgId": 20936,
"webhookId": "1411751028848270",
"data": {
"vehicle": {
"assetType": "vehicle",
"externalIds": {
"maintenanceId": "250020"
},
"gateway": {
"serial": "GFRV-43N-VGX"
},
"id": "494123",
"licensePlate": "6SAM123",
"name": "Fleet Truck #1",
"vehicleVin": "1GBJ6P1B2HV112765"
}
}
}
##Reference
| Property Name | Description |
|---|---|
| vehicle object | A vehicle object |
| assetType string | The type of the asset. Valid values: uncategorized, trailer, equipment, unpowered, vehicle. |
| externalIds object | A map of external ids |
| gateway object | A minified gateway object |
| serial string | The serial number of the gateway installed on the asset. |
| id string | ID of the vehicle |
| licensePlate string | The license plate of the vehicle. |
| name string | Name of the vehicle |
| vehicleVin string | The VIN of the vehicle. |
Updated about 12 hours ago
