Auto Generate Request Tasks
  • 1 Minute to read
  • PDF

Auto Generate Request Tasks

  • PDF

Article summary

Auto Generate Request Tasks



This request allows users to generate the respective tasks for pending inventory requests, procurements, or replenishments.  If the configuration setting to allow any of these to be autogenerated is toggled off, this request will not create tasks despite a successful response message.  


 

 

Request Header


 

Client

 

Accept: application/json

 

 

Security

 

Authorization: <ClientKey>

 

 

Transport

 

Host: api.withoutwire.com

 

 

Verb

 

POST



Parameters 


inventoryRequestID - Required


requestGroup - Optional


 

 

Example

 

POST https://api.withoutwire.com/integration/inventory/request/tasks?inventoryRequestID=&requestGroup=


Accept: application/json


Authorization: <ClientKey>


Content-Type: application/json


Host: api.withoutwire.com


Content-Length: 103


Expect: 202 Accepted


Connection: Keep-Alive

 

Request Body: None

 

Response Body: None


What's Next