Load Suppliers
This service is used to refresh a list of suppliers for the passed in supplier site and optionally items and locations.
Example URL
Here is an example of the resource URL:
GET
/PurchaseOrders/supplier/load?suppliers={suppliers}&locations={locations}&items={items}
Example Response
Here is an example of the response body in JSON format:
{
""links"": [],
""totalRecordCount"": 1,
""results"": [
{
""links"": [],
""supplier"": 2200,
""supplierName"": ""Our Supplier"",
""supplierCurrency"": ""USD"",
""terms"": ""04"",
""defaultItemLeadTime"": 2,
""supplierSearchItemRDO"": [
{
""links"": [],
""item"": ""100001887"",
""originCountryId"": ""US"",
""leadTime"": 2,
""hyperMediaContent"": {
""linkRDO"": []
}
}
],
""supplierSearchItemLocRDO"": [
{
""links"": [],
""item"": ""100001887"",
""location"": 363640301,
""pickupLeadTime"": null,
""hyperMediaContent"": {
""linkRDO"": []
}
}
],
""hyperMediaContent"": {
""linkRDO"": []
}
}
],
""hyperMediaContent"": {
""linkRDO"": []
}
}