Back

Search

Search

Methods

Inventory

OrderPrintStatus
Orders

PurchaseOrder /Get_PurchaseOrderExtendedProperty

Allows 250 calls per minute

Response: Get_PurchaseOrderExtendedPropertyResponse



Get all purchase order extended properties

Parameters

NameTypeDescription
requestGet_PurchaseOrderExtendedPropertyRequest

Permissions

GlobalPermissions.Inventory.PurchaseOrder.ViewPurchaseOrderNode

Example Request

The following request format is required for this method.

Endpoint URL

GET | POST https://eu-ext.linnworks.net/api/PurchaseOrder/Get_PurchaseOrderExtendedProperty

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.

request={
  "PurchaseId": "938ffc78-f84a-4846-b046-4af5e908a47d"
}

Response

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

{
  "Items": [
    {
      "RowId": 1,
      "PurchaseID": "b3c33620-8b61-4942-9b3c-a9ed7097ef2e",
      "AddedDateTime": "2023-01-10T13:49:49.9974007+00:00",
      "UserName": "sample string 4",
      "PropertyName": "sample string 5",
      "PropertyValue": "sample string 6"
    }
  ]
}