Count Import
  • 1 Minute to read
  • PDF

Count Import

  • PDF

Article summary

Count Import

 

 

This request is used to import/edit counts in the web console.   

 

 

 

Request Header

 

Client

 

Accept: application/json

 

 

Security

 

Authorization: <ClientKey>

 

 

Transport

 

Host: withoutwire.com

 

 

Verb

 

PUT

 

 

Example

 

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


Accept: application/json


Authorization: <ClientKey>


Content-Type: application/json


Host: api.withoutwire.com


Content-Length: 100


Expect: 100-continue


Connection: Keep-Alive


Request Body: Cycle Count Object


[

   {

       "CycleCountName": "",               //Required

       "WarehouseName": "",               //Required

       "CycleCountDescription": "",      //Optional

       "CycleCountType": "",                //Required  ItemCount = 1, CountbyBin = 2, CountbyBinOnly = 3, AutoItemCount = 4, AutoBinCount = 5

       "Items":                                       //Optional - Used for AutoItemCount

          [

             "ItemA",

             "ItemB"

          ]

   }

]


Response Body: Import Response Object