Inventory Adjustment Complete
  • 1 Minute to read
  • PDF

Inventory Adjustment Complete

  • PDF

Article summary

Inventory Adjustment Complete

 

 

This endpoint is used to mark an inventory adjustment as complete.

 

 

 

Request Header


 

Client

 

Accept: application/json

 

 

Security

 

Authorization: <ClientKey>

 

 

Transport

 

Host: api.withoutwire.com

 

 

Verb

 

PUT

 

 

 

Example

 

PUT https://api.withoutwire.com/integration/inventory/adjustment/complete


Accept: application/json


Authorization: <ClientKey>


Content-Type: application/json


Host: api.withoutwire.com


Content-Length: 103


Expect: 100-continue


Connection: Keep-Alive

 

Request Body: Identity Object


[

   {

       "Identity":  ""       //Inventory Adjustment ID - Required

   }

]

 

Response Body: Import Response Object