Get the Audit Log of a Purchase Order. Returns maxium 1000 records in descending order
Name | Type | Description |
---|---|---|
auditLog | Search_PurchaseOrder_AuditLog | Class that represents parameters when searching the Audit Log |
The following request format is required for this method.
POST https://eu-ext.linnworks.net/api/PurchaseOrder/Get_PurchaseOrderAudit
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.
auditLog={
"pkPurchaseId": "a4a6ac76-b422-4bab-9bc6-ca35018e789c"
}
This is an example of the response JSON. Results will vary depending on your data.
[
{
"pkPurchaseAuditTrailId": "c7608c74-feb2-4875-9f72-6e39351fb6eb",
"AuditTrailDateTimeStamp": "2022-03-09T13:04:12.1320396+00:00",
"fkPurchaseId": "eb43e300-2c3f-485c-bb63-497f4299864e",
"AuditTrailType": "sample string 4",
"AuditTrailTag": "sample string 5",
"AuditTrailNote": "sample string 6",
"UserName": "sample string 7",
"AuditTrailDate": " 09 Mar 22",
"AuditTrailTime": " 13:04"
}
]