Storage Type

Create Storage Types

POST /storagetypes

Use this api to create different storage cabinets to store various kinds of inventory effectively. We need to pass an api key. It has information of the name and description of the storage cabinet to be created.

Headers

NameTypeDescription

API_KEY

string

Contact Blowhorn team for API Key

{
  "status": "PASS",
  "message": {
    "name": "anu",
    "description": "Its about storage type"
  }
}
{
  "location_type": {
    "name": "Play House",
    "description": "Its about storage type"
  }
}

Last updated