Company
| Verbo | Nome | Path |
|---|---|---|
| GET | Get companies | /api/company/v1 |
| PUT | Resource to update a Company | /api/company/v1 |
| POST | Resource to create a Company | /api/company/v1 |
| PUT | Update Company Geofence Settings | /api/company/v1/geofence-settings |
| POST | Post Company Geofence Settings | /api/company/v1/geofence-settings |
| GET | Resource get a Company by id | /api/company/v1/{id} |
| GET | Get Company Config FFCV | /api/company/v1/{id}/config-ffcv |
| GET | Get Company Geofence Settings | /api/company/v1/{id}/geofence-settings |
| DELETE | Delete Company Geofence Settings | /api/company/v1/{id}/geofence-settings |
Updated 3 days ago