feat: Adding type/zipcode to branches filter
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user