Get all purchase order extended properties
Name | Type | Description |
---|---|---|
request | Get_PurchaseOrderExtendedPropertyRequest |
The following request format is required for this method.
POST https://eu-ext.linnworks.net//api/PurchaseOrder/Get_PurchaseOrderExtendedProperty HTTP/1.1
Host: eu-ext.linnworks.net
Connection: keep-alive
Accept: application/json, text/javascript, */*; q=0.01
Origin: https://www.linnworks.net
Accept-Language: en
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36
Content-Type: application/x-www-form-urlencoded; charset=UTF-8
Referer: https://www.linnworks.net/
Accept-Encoding: gzip, deflate
Authorization: INSERT_YOUR_TOKEN_HERE
request={
"PurchaseId": "769f8e60-2c39-4f9a-ae2a-2d43f3d84bd9"
}
This is an example response. Results may vary depending on your data.
{
"Items": [
{
"RowId": 1,
"PurchaseID": "3110b4dc-55fb-415c-a740-df0b91a4ca1c",
"AddedDateTime": "2019-11-28T09:46:00.3981356+00:00",
"UserName": "sample string 4",
"PropertyName": "sample string 5",
"PropertyValue": "sample string 6"
},
{
"RowId": 1,
"PurchaseID": "3110b4dc-55fb-415c-a740-df0b91a4ca1c",
"AddedDateTime": "2019-11-28T09:46:00.3981356+00:00",
"UserName": "sample string 4",
"PropertyName": "sample string 5",
"PropertyValue": "sample string 6"
}
]
}