Create Item Transfer Request

POST

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.

Request

This endpoint expects an object.
toCustomerIdlongRequired

The ID of the Customer to transfer the Devices to.

transferslist of objectsRequired

A list of ItemTransfer objects containing the Item IDs and quantities to transfer.

Response

This endpoint returns a long.