Warehouse Import
  • 3 Minutes to read
  • PDF

Warehouse Import

  • PDF

Article summary

Warehouse Import


This request only works for single tenant environments.  It allows users to import a new warehouse into the environment.  

 

Request Header

 

Client

Accept: application/json

 

Security 

Authorization: <ClientKey>

 

Transport

Host:   api.withoutwire.com

 

Verb

PUT

 

Example 

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

Accept: application/json

Authorization: <ClientKey>

Content-Type: application/json

Host: api.withoutwire.com

Content-Length: 103

Expect: 100-continue

Connection: Keep-Alive

Request Body: Warehouse Object

[

   {

       "WarehouseID": "",                                 //Required if making updates

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

       "DistributorAddress": "",                        //Optional - Used if Address1 is null or empty - Character Limit 50

       "DistributorCity": "",                               //Optional - Used if Address1 is null or empty - Character Limit 50 

       "DistributorState": "",                             //Optional - Used if Address1 is null or empty - Character Limit 2

       "DistributorZipCode": "",                       //Optional - Used if Address1 is null or empty - Character Limit 10 

       "DistributorCountry": "",                        //Optional - Used if Address1 is null or empty - Character Limit 15 

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

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

       "PostPickActionID": "",                          //Optional

       "PostLabelActionID": "",                        //Optional

       "ErpName": "",                                        //Optional - Character limit 100

       "EnforceReplenishMaxQty": "",             //Optional 

       "ProcessTransferAsStandardPO": "",   //Optional

       "UseDirectTransfer": "",                         //Optional

       "AllowInventoryCreation": "",               //Optional

       "PersistLogin": "",                                   //Optional

       "WebApi": "",                                          //Required (New warehouse only) - Character limit 100

       "UserName": "",                                      //Optional (New warehouse only) - Defaults to Support

       "AllowInventoryRequests": "",             //Optional

       "AllowToCrossSiteMoves": "",              //Optional

       "Location": "",                                          //Optional - character limit 50

       "PickingOrderBy": "",                             //Optional

       "PrimaryReplenishmentSite": "",          //Optional

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

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

       "State": "",                                               //Optional - Character limit 2

       "Country": "",                                          //Optional - Character limit 15

       "ZipCode": "",                                         //Optional - Character limit 10

       "LPPrefix": ""                                         //Required - Character limit 2

   }

]

 

Response Body: Import Response Object ‎