importVehicles
PostVehiclesRequest Schema
{
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"properties": {
"VehicleType": {
"type": "string"
},
"LicensePlate": {
"type": "string"
},
"Origin": {
"type": "string"
},
"CallSignature": {
"type": "string"
},
"Capacity": {
"type": "string"
}
}
}