Use this call to retrieve list of all Suppliers' names
No parameters required.
The following request format is required for this method.
GET | POST https://eu-ext.linnworks.net/api/Inventory/GetSuppliers
Connection: keep-alive
Accept: application/json
Content-Type: application/x-www-form-urlencoded; charset=UTF-8
Accept-Encoding: gzip, deflate
Authorization: INSERT_YOUR_TOKEN_HERE
This is an example of the request structure. Results will vary depending on your data.
This is an example of the response JSON. Results will vary depending on your data.
[
{
"pkSupplierID": "63dd1287-474a-4f6e-8782-981f5bb56184",
"SupplierName": "sample string 2",
"ContactName": "sample string 3",
"Address": "sample string 4",
"AlternativeAddress": "sample string 5",
"City": "sample string 6",
"Region": "sample string 7",
"Country": "sample string 8",
"PostCode": "sample string 9",
"TelephoneNumber": "sample string 10",
"SecondaryTelNumber": "sample string 11",
"FaxNumber": "sample string 12",
"Email": "sample string 13",
"WebPage": "sample string 14",
"Currency": "sample string 15"
}
]