Document toolboxDocument toolbox

Inventory Transfer Export API

3.0.0

The Inventory Transfer API returns the transactions that resulted from the transfer of inventory from one storage location to another.

During an inventory transfer two technicians will be involved. Therefore, for each inventory transfer there will be two separate transactions uploaded - one from each technician involved. However, because of the possibility of one or both parties completing the inventory transfer while out of network coverage there is no guaranteed of the order in which the two transactions will arrive into the system. The two independent transactions are tied together through the ValidationCode property. The ValidationCode property contains a unique value for the completed transfer and each of the two objects involved in the transfer will have the same ValidationCode value.

Resource URL Summary

Return a collection of updates made to Inventory Transfer Objects

GET /seiapi/v3/export/InventoryTransfer?rowver=${rowverValue}&limit=${limitValue}

API Specific Parameters

ParameterDescription
${rowverValue}Specifies the starting point where objects should be returned from. The first object returned will be the next object after the specified rowver.
${limitValue}Specifies the maximum number of objects to be returned.

HTTP Headers

This API uses the default ServiceMobility HTTP Headers.



API Specifics

Return a collection of updates made to Inventory Transfer Objects

This REST API will return a collection of updates made to Inventory Transfer Objects.

URL

GET /seiapi/v3/export/InventoryTransfer?rowver=${rowverValue}&limit=${limitValue}

HTTP Request Body

This request does not require a request body. 

HTTP Response Body

On success, an HTTP response code of 200 will be returned, and the response body will contain a collection of zero of more Inventory Transfer Objects

JSON Format
{
    "rowver" : "",
    "rows" : [
        {
     		"rowver" : "",
			"InventoryTransfer" : {
               //  Inventory Transfer JSON object properties
           }
        }
    ]
}

Otherwise, on error, the API returns the standard response object.