Skip to main content

Trailer

ARTrailer

This object is a descendant of ARBaseEntity object, thus it inherits the entityType property
It extends Trailer object.
See definition under Schemas/Trailer in MPT OpenAPI Documentation.

Example of Trailer
{
"id": "Trailer_A",
"idVehicleType" : "17000",
"hookingDuration": 120,
"unhookingDuration": 60,
"fixedDurationTransfert": 300,
"transfertFlow": 2000,
"forbidUnhookOrHook" : true,
"utilizationRule": "SITE_ONLY"
"entityType":"TRAILER"
}
Info

ARTrailer add entityType property to API MPT Trailer object.
For a trailer, the entityType value is "TRAILER".

Warning

A trailer id must be present and unique in the trailers list in the entities message.

Warning

idVehicleType property is a link to a vehicle type that must be present in vehiclesTypes list in the entities message.