Creates a Transfer Request, which consists of Items and Quantities to transfer from a Customer account to one of it’s sub-Customer accounts.
To submit a transfer request, the Target Customer must be a sub-Customer account of the requestor 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.
For more information see the ItemTransferRequest Model.
The ID of the Customer to transfer the Devices to.
A list of ItemTransfer objects containing the Item IDs and quantities to transfer.