docs
This commit is contained in:
@@ -1,7 +1,16 @@
|
||||
# fetchGisStationsStatusDistrictService
|
||||
<!-- /docs/services/webservice/fetchGisStationsStatusDistrictService.md -->
|
||||
|
||||
Lädt den Status der GIS-Bezirksstationen.
|
||||
# 🚦 fetchGisStationsStatusDistrictService.js
|
||||
|
||||
**Rückgabe:** `Statis[]`
|
||||
Service zum Abrufen des Status aller Stationen im aktuellen Bezirk.
|
||||
|
||||
- Nutzt die WebService-URL `GisStationsStatusDistrict`.
|
||||
## Verwendung
|
||||
|
||||
```js
|
||||
const result = await fetchGisStationsStatusDistrictService();
|
||||
```
|
||||
|
||||
## API-Aufruf
|
||||
|
||||
- Endpoint: `/ClientData/WebServiceMap.asmx/GisStationsStatusDistrict?idMap=...&idUser=...`
|
||||
- Rückgabe: `Statis[]`
|
||||
Reference in New Issue
Block a user