FleetGeofence
Modelo FleetGeofence
{
"id": 1,
"fleet_id": 2,
"branch_geofence_id": 316,
"is_enabled": true,
"created_at": "2024-10-01 19:50:42",
"updated_at": "2024-10-01 19:51:46"
}
| Atributo |
Tipo |
Descripción |
id |
int |
- |
fleet_id |
int |
- |
branch_geofence_id |
int |
- |
is_enabled |
bool |
- |
created_at |
datetime\|null |
- |
updated_at |
datetime\|null |
- |
Insertar FleetGeofence
Insertar Fleet Geofence
| Método |
URI |
Cabeceras |
| POST |
/companies/{companyId}/fleets/{fleet}/geofences/{branchGeofence} |
Authorization |
{
"is_enabled": "boolean"
}
Listar FleetGeofence
Listar Fleet Geofence
{info} Soporta:
Paginación
Filters
Carga dinámica
| Método |
URI |
Cabeceras |
| GET |
/companies/{companyId}/fleets/{fleet}/geofences |
Authorization |
Mostrar FleetGeofence
Mostrar Fleet Geofence
{info} Soporta:
Carga dinámica
| Método |
URI |
Cabeceras |
| GET |
/companies/{companyId}/fleets/{fleetId}/geofences/{branchGeofenceId} |
Authorization |
Actualizar FleetGeofence
Actualizar Fleet Geofence
| Método |
URI |
Cabeceras |
| PATCH |
/companies/{companyId}/fleets/{fleetId}/geofences/{branchGeofenceId} |
Authorization |
{
"is_enabled": "boolean"
}
Eliminar FleetGeofence
Eliminar Fleet Geofence
| Método |
URI |
Cabeceras |
| DELETE |
/companies/{companyId}/fleets/{fleetId}/geofences/{branchGeofenceId} |
Authorization |
Enlaces de FleetGeofence