Create item transfer request
POST/api/v3/transfer/transfer-request
Creates a Transfer Request, which consists of Items and Quantities to transfer from a Customer account to one of it's sub-Customer accounts or back to Impilo HQ.
To submit a transfer request, the Target Customer must be either a sub-Customer account of the requestor or Impilo HQ, and the body must consist of at least one TransferItem object with a quantity greater than 0.
The only requirement for the TransferItem's item parameter is a JSON object that includes an ID of the Item requested.
Request
Responses
- 201
Created