Skip to content

API: Inventory

Quellverzeichnis: api/routes/inventory/ — gehört zum Modul inventory

Alle Endpunkte sind mandanten-isoliert und validieren ihre Eingaben.

Methode Pfad Datei
GET /v1/inventory-counts inventory-counts.ts
POST /v1/inventory-counts inventory-counts.ts
GET /v1/inventory-counts/:id inventory-counts.ts
POST /v1/inventory-counts/:id/approve inventory-counts.ts
POST /v1/inventory-counts/:id/archive inventory-counts.ts
POST /v1/inventory-counts/:id/complete inventory-counts.ts
GET /v1/inventory-counts/:id/differences inventory-counts.ts
POST /v1/inventory-counts/:id/items inventory-counts.ts
POST /v1/inventory-counts/:id/post inventory-counts.ts
GET /v1/inventory-counts/:id/protocol inventory-counts.ts
POST /v1/inventory-counts/:id/recount/:itemId inventory-counts.ts
POST /v1/inventory-counts/:id/review inventory-counts.ts
POST /v1/inventory-counts/:id/start inventory-counts.ts
GET /v1/inventory-counts/:id/summary inventory-counts.ts

Zurück zur API-Übersicht oder zur Startseite.