Vehicle Creation
The Vehicle Creation event is used to notify whenever a vehicle is created.
Event Type: VEHICLE_CREATE
Trigger Condition
Subscription to the VEHICLE_CREATE event is mandatory. This event is triggered in real-time upon vehicle creation.
Example Payload
{
"eventInfo": {
"actionBy": "15236e28-1111-2222-9bb5-a7cf79cf4150"
},
"messageType": "VEHICLE_CREATE",
"entityName": "Ironman 1",
"customerId": 23451,
"action": "Create",
"entityId": "a2acc504-1111-4442-a10f-e3ee18802612",
"time": 1739896216285
}
Reference
Field | Description |
---|---|
| The unique Azuga ID of the user who performed the action |
messageType | Type of message |
entityName | Name of the Vehicle |
customerId | The unique Azuga ID of the Customer |
action | Action Performed |
entityId | The unique Azuga ID of the Vehicle. This is automatically generated when the Vehicle object is created and cannot be altered. |
time | Time when event is created in milliseconds |
Updated 5 days ago