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
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.
request={
"PurchaseId": "a54ed57c-9dd6-401b-b104-b460369d9578"
}
This is an example of the response JSON. Results will vary depending on your data.
{
"Items": [
{
"RowId": 1,
"PurchaseID": "a8c7cdef-c296-4a3f-b043-3d8f3aa3584e",
"AddedDateTime": "2022-03-09T13:04:12.1360285+00:00",
"UserName": "sample string 4",
"PropertyName": "sample string 5",
"PropertyValue": "sample string 6"
}
]
}