bound driver with imei
POST
/bound-driverRequisição
Body Params application/json
bounds_drivers
array[object (bound_driver) {4}]
required
driver_id
string
required
imei
string
required
start_bound_date
string
required
Example:
2023-03-16 14:26:27
Match pattern:
^\d{4}-\d{2}-\d{2} \d{2}:\d{2}:\d{2}$
type_attachment
string
optional
Default:
app
Example
{
"bounds_drivers": [
{
"driver_id": "string",
"imei": "string",
"start_bound_date": "2023-03-16 14:26:27",
"type_attachment": "app"
}
]
}
Exemplos de Requisição
Responses
Criado(201)
Código HTTP: 201
Tipo de Conteúdo: JSONapplication/json
created
Data Schema
object {0}
Example
Not configured
Last modified: a month ago