Skip to content

katchatake/logistic-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logistic API

Get All Branchs

GET: http://localhost:3000/v1/branchs/get-all

Get All Vehicles

GET: http://localhost:3000/v1/vehicles/get-all

Get by ID Vehicles

GET: http://localhost:3000/v1/branchs/get-one/1

Create Vehicle

GET: http://localhost:3000/v1/branchs/create

{
    "name":"Ibiza",
    "model":"2019",
    "color":"Blanco",
    "date_into":"2020-01-01",
    "status":1,
    "assigned":1,
    "branchIdBranch":3
}

Modify Vehicles

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
}

Delet Vehicles

GET: http://localhost:3000/v1/branchs/delete/1

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published