Use this call to retrieve all of the audit entries for the specified transfer.
Name | Type | Description |
---|---|---|
pkTransferId | Guid | The id of the transfer to retrieve audit entries for. |
The following request format is required for this method.
GET | POST https://eu-ext.linnworks.net/api/WarehouseTransfer/GetTransferAudit
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.
pkTransferId=75a44c23-36d0-47f0-ad14-028d0d240e76
This is an example of the response JSON. Results will vary depending on your data.
[
{
"PkTransferAuditId": "275d5870-de43-4459-98a8-b5a6dcc6bde0",
"AuditType": 2,
"nAuditType": 2,
"AuditDate": "2023-01-10T13:49:49.7829985+00:00",
"AuditNote": "sample string 4"
}
]