Load Locations
This service is used to refresh a list of already selected purchase order location records.
Example URL
Here is an example of the resource URL:
GET
/PurchaseOrders/location/load?locations={locations}&supplier={supplier}
Example Response
Here is an example of the response body in JSON format:
{
""links"": [
{
""href"": ""/PurchaseOrders/location?searchString=e&pageSize=1&pageNumber=2"",
""rel"": ""next"",
""type"": ""GET"",
""methodType"": null
}
],
""totalRecordCount"": 100,
""results"": [
{
""links"": [],
""location"": 292919862,
""locType"": ""S"",
""locName"": ""Springfield Mall"",
""locationCurrency"": ""USD"",
""orgUnitId"": 1111111111,
""hyperMediaContent"": {
""linkRDO"": []
}
}
],
""hyperMediaContent"": {
""linkRDO"": [
{
""href"": ""/PurchaseOrders/location?searchString=e&pageSize=1&pageNumber=2"",
""rel"": ""next"",
""type"": ""GET"",
""methodType"": null
}
]
}
}