feat(v1:ehicles): Adding global/find endpoint

This commit is contained in:
Josepablo C
2024-08-13 21:16:13 -06:00
parent 9b24704f76
commit db6af2e7da
3 changed files with 52 additions and 2 deletions

View File

@@ -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,