Use this call to retrieve details of one Supplier
Name | Type | Description |
---|---|---|
supplierId | Guid | Supplier ID |
The following request format is required for this method.
GET | POST https://eu-ext.linnworks.net/api/Inventory/GetSupplierDetails
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.
supplierId=5a40c389-7b7f-4bf7-b76f-e0e7e414bf9c
This is an example of the response JSON. Results will vary depending on your data.
{
"pkSupplierID": "bcd93346-a2ed-48ec-af7d-fc37a9b7ad1e",
"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"
}