get https://eu-ext.linnworks.net/api/Inventory/GetSuppliers
Use this call to retrieve list of all Suppliers' names
Rate limit: 150 / minute
Log in to see full request history
Response
Use this call to retrieve list of all Suppliers' names
Rate limit: 150 / minute
xxxxxxxxxx
curl --request GET \
--url https://eu-ext.linnworks.net/api/Inventory/GetSuppliers \
--header 'accept: application/json'
xxxxxxxxxx
19[
{
"pkSupplierID": "00000000-0000-0000-0000-000000000000",
"SupplierName": "string",
"ContactName": "string",
"Address": "string",
"AlternativeAddress": "string",
"City": "string",
"Region": "string",
"Country": "string",
"PostCode": "string",
"TelephoneNumber": "string",
"SecondaryTelNumber": "string",
"FaxNumber": "string",
"Email": "string",
"WebPage": "string",
"Currency": "string"
}
]