Back

Search

Search

Methods

Inventory

OrderPrintStatus
Orders

Inventory /UpdateSupplier

Allows 150 calls per minute

Response: Void



Use this call to update supplier

Parameters

NameTypeDescription
supplierSupplierDetails of supplier to be updated. pkSupplierId is used to identify the supplier to update.

Permissions

GlobalPermissions.Inventory.InventorySettings.SuppliersNode

Example Request

The following request format is required for this method.

Endpoint URL

GET | POST https://eu-ext.linnworks.net/api/Inventory/UpdateSupplier

Headers

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

Request Body

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"
}

Response

This is an example of the response JSON. Results will vary depending on your data.