Get all purchase order extended properties
Name | Type | Description |
---|---|---|
request | Get_PurchaseOrderExtendedPropertyRequest |
The following request format is required for this method.
GET | 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": "938ffc78-f84a-4846-b046-4af5e908a47d"
}
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"
}
]
}