GET: http://localhost:3000/v1/branchs/get-all
GET: http://localhost:3000/v1/vehicles/get-all
GET: http://localhost:3000/v1/branchs/get-one/1
GET: http://localhost:3000/v1/branchs/create
{
"name":"Ibiza",
"model":"2019",
"color":"Blanco",
"date_into":"2020-01-01",
"status":1,
"assigned":1,
"branchIdBranch":3
}
GET: http://localhost:3000/v1/vehicles/modify/1
{
"name":"Ibiza",
"model":"2019",
"color":"Blanco",
"date_into":"2020-01-01",
"status":1,
"assigned":1,
"branchIdBranch":3
}
GET: http://localhost:3000/v1/branchs/delete/1