Fetch Transfer Request

GET
Fetches a Transfer Request by ID from the Impilo platform.

Path parameters

idintegerRequired
The ID of the Transfer Request to fetch.

Response

This endpoint returns an object
idintegerOptional
Unique identifier for the TransferRequest.
fromCustomerobjectOptional
Customer from which the Inventory will be transferred away from. Typically auto-set to the caller of the TransferRequest endpoints.
toCustomerobjectOptional
The target Customer to send the requested Inventory to.
currentStatusenumOptional
Allowed values: requestedapprovedpendingInventoryvoidedcompleted
createdAtdatetimeOptional
The timestamp when the Transfer Request was first created.
transferRequestNoteslist of objectsOptional
Notes attached to this Transfer Request.
transferRequestEventslist of objectsOptional
The sequence of events that this Transfer Request has undergone. Sorted most recent event first.
requestedEntrieslist of objectsOptional
The Inventory that's being requested to transfer. Can consist of a Device, or a combination of an Item and a Quantity.