Load Items

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

Example URL

Here is an example of the resource URL:

GET

/PurchaseOrders/item/load?item=item&supplier={supplier}&locations={locations}

Example Response

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

{
   ""links"": [],
   ""totalRecordCount"": 1,
   ""results"": [
      {
         ""links"": [],
         ""item"": ""100001887"",
         ""itemDesc"": ""Basic T-Shirt:Black:Medium"",
         ""supplier"": 2200,
         ""originCountry"": ""US"",
         ""suppPackSize"": 1,
         ""unitCost"": 5,
         ""supplierCurrency"": ""USD"",
         ""baseUnitRetail"": 7.26,
         ""retailCurrency"": ""USD"",
         ""baseRetailUnitOfMeasure"": ""EA"",
         ""itemImageUrl"": null,
         ""dept"": 1102,
         ""itemSearchLocRDO"": [
            {
               ""links"": [],
               ""location"": 363640301,
               ""locationType"": ""W"",
               ""unitRetail"": 7.26,
               ""retailCurrency"": ""USD"",
               ""unitRetailUnitOfMeasure"": ""EA"",
               ""itemLocStatus"": ""A"",
               ""hyperMediaContent"": {
                  ""linkRDO"": []
               }
            }
         ],
         ""hyperMediaContent"": {
            ""linkRDO"": []
         }
      }
   ],
   ""hyperMediaContent"": {
   ""linkRDO"": []
   }
}