feat(v1:ehicles): Adding global/find endpoint
This commit is contained in:
18
v1/README.md
18
v1/README.md
@@ -432,7 +432,23 @@ Work In Progress
|
||||
|
||||
__This endpoint is only valid for carriers.__
|
||||
|
||||
- `GET /find` : Find a list of elements with any of the following fields:
|
||||
- `GET /find` : Find a list of elements (from the company it self only) with any of the following fields:
|
||||
- categories,
|
||||
- active_load,
|
||||
- load_shipper,
|
||||
- driver,
|
||||
- vehicle_code,
|
||||
- vehicle_name,
|
||||
- vehicle_number,
|
||||
- circulation_serial_number,
|
||||
- truck_type,
|
||||
- tyre_type,
|
||||
- city,
|
||||
- state,
|
||||
- status,
|
||||
- destino
|
||||
- `GET /global/find` : Find a list of elements (from all the system) with any of the following fields:
|
||||
- company, (company id)
|
||||
- categories,
|
||||
- active_load,
|
||||
- load_shipper,
|
||||
|
||||
Reference in New Issue
Block a user