Authorization: Bearer ********************{
"code": "22KFJ36",
"name": "VOLVO 460",
"model_year": 2020
}curl --location --request PATCH 'https://demo.modaltrans.com/api/v1/vehicles/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"code": "22KFJ36",
"name": "VOLVO 460",
"model_year": 2020
}'{
"code": "string",
"name": "string",
"model_year": 0,
"uuid": "string",
"periodocs": [
{
"uuid": "string",
"periodoc_type_id": 0,
"doc_no": "string",
"doc_date": "2019-08-24",
"start_date": "2019-08-24",
"due_date": "2019-08-24",
"status": "string",
"periodoc_type_name": "string"
}
]
}