Use this call to update supplier
Name | Type | Description |
---|---|---|
supplier | Supplier | Details of supplier to be updated. pkSupplierId is used to identify the supplier to update. |
The following request format is required for this method.
GET | POST https://eu-ext.linnworks.net/api/Inventory/UpdateSupplier
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.
supplier={
"pkSupplierID": "51592678-18af-4d32-8b16-45c7d6d84f71",
"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"
}
This is an example of the response JSON. Results will vary depending on your data.