Load Items

This service is used to refresh a list of already selected transfer item records.

Example URL

Here is an example of the resource URL:

GET

/Transfer/item/load?items={items}&fromLocation={fromLocation}

Example Response

Here is an example of the response body in JSON format:

[
    {
        ""links"": [],
        ""item"": ""100001887"",
        ""itemDesc"": ""Basic T-Shirt:Black:Medium"",
        ""dept"": 1102,
        ""availQty"": 100,
        ""averageCost"": 5,
        ""unitRetail"": 7.26,
        ""currencyCode"": ""USD"",
        ""standardlUnitOfMeasure"": ""EA"",
        ""suppPackSize"": 1,
        ""innerPackSize"": 1,
        ""itemImageUrl"": null,
        ""hyperMediaContent"": {
            ""linkRDO"": []
        }
    }
]