Menu
FoodbankDocs
AdminGitHub
Foodbank
  • Docs
  • Admin
  • GitHub
  • Introduction
    • Introduction
  • Installation
    • Authentication
    • Back end
    • Database
    • Front end
  • User Interface Walkaround
    • Getting started
    • Reports
    • Stock Taking
    • Warehouse Manager
  • System Overview
    • Getting started
    • Backend Overview
    • Frontend Overview
  • Developer
    • Tray Functions
      • addTray
      • removeTray
      • switchTray
      • editTray
      • moveTray
      • nextExpiring
      • getAllCategory
      • addTrayMany
      • editTrayMany
      • removeTrayMany
    • Bay Functions
      • addBay
      • removeBay
      • editBay
      • getTraysInBay
    • Zone Functions
      • addZone
      • editZone
      • getBaysInZone
      • getZones
      • removeZone
  • Expansion
    • API Expansion
    • Authentication Expansion
    • Backing Up Your Data
    • Database Expansion

removeTray

Removes a tray from the warehouse.

#URL

POST /stockTake/removeTray

#Input

{
"zone": "Zone the tray is in",
"bay": "Bay the tray is in",
"tray": "The tray to remove"
}

#Parameters

ParameterTypeDescription
zonestringThe zone the tray you want to remove is in
baystringThe bay the tray you want to remove is in
traystringThe tray you want to remove

#Output

OK if successful

FAIL if unsuccessful

Edit this page
Previous

« addTray

Next

switchTray »

  • URL
  • Input
    • Parameters
  • Output
Copyright © 2021 SE Group 12. Built with Docusaurus.