Bin Import
  • 1 Minute to read
  • PDF

Bin Import

  • PDF

Article summary

Bin Import

 

 

A Bin in WithoutWire is a location in the warehouse. Read Bin Overview for a detailed description of Bins in WithoutWire.

 

 

 

Request Header

 

Client

 

Accept: application/json

 

 

Security

 

Authorization: <ClientKey>

 

 

Transport

 

Host:   api.withoutwire.com

 

 

Verb

 

PUT

 

 

Example

 

PUT https://api.withoutwire.com/integration/bins


Accept: application/json


Authorization: <ClientKey>


Content-Type: application/json; charset=utf-8


Host: api.withoutwire.com


Content-Length: 100


Expect: 100-continue


Connection:  Keep-Alive

 

Request Body: Bin Object


[

   {

       "WarehouseName": "",     //Required - Character limit 100

       "BinNumber": "",               //Required - Character limit 50

       "BinDescription": "",         //Optional - Character limit 50 

       "BinType": "",                    //Optional - Defaults to Inventory

       "RunNumber": "",             //Optional - Character limit 50

       "ParentBin": "",                 //Required if bin type is a License Plate, otherwise not used - Character limit 50

       "PickSequence": "",          //Optional

       "ActiveInd": ""                   //Optional - Defaults to False

   }

]

 

Response Body: Import Response Object