feat: Adding type/zipcode to branches filter

This commit is contained in:
Josepablo C
2024-09-28 20:08:34 -06:00
parent 4c28c9122b
commit 5b4318fa6e
2 changed files with 8 additions and 1 deletions

View File

@@ -294,6 +294,8 @@ Returns a company object
- city
- state
- truck_type
- zipcode
- type (unloading, loading, both)
- `POST /new` : Creates a new element.
- `PATCH /:id` : Updates data from specific element.
- `DELETE /:id` : Delete element from company. Returns the element data.
@@ -409,6 +411,9 @@ This endpoint is part of /loads endpoint
- phone, city
- state
- truck_type
- is_accepted
- is_withdrawn
- is_completed
- `POST /new` : Creates a new element.
- `PATCH /:id` : Updates data from specific element.
- `DELETE /:id` : Delete element from company. Returns the element data.