Chauffeur
Propriété | Type | Ordre | Obligatoire | Description |
---|---|---|---|---|
DriverId | Int32 | 0 | False | Identifiant du chauffeur |
DriverName | String | 1 | False | Nom du chauffeur |
DriverKind | Int32 | 2 | False | Type du chauffeur (0: subcontractor, 1: subcontractor employee, 2: driver, 3: commercial) |
{
"DriverId": 0,
"DriverName": null,
"DriverKind": 0
}