Get delivered item records for specific PO
Name | Type | Description |
---|---|---|
request | Get_EmailsSentRequest |
The following request format is required for this method.
POST https://eu-ext.linnworks.net//api/PurchaseOrder/Get_EmailsSent 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={
"pkPurchaseId": "4c5c50d3-3fab-453d-8f9a-0450ab09f5af"
}
This is an example response. Results may vary depending on your data.
{
"Items": [
{
"AttachmentUrl": "sample string 1",
"pkEmailId": 2,
"Recipient": "sample string 3",
"SendDate": "2019-11-28T09:46:00.4867975+00:00",
"Subject": "sample string 5",
"UserName": "sample string 6"
},
{
"AttachmentUrl": "sample string 1",
"pkEmailId": 2,
"Recipient": "sample string 3",
"SendDate": "2019-11-28T09:46:00.4867975+00:00",
"Subject": "sample string 5",
"UserName": "sample string 6"
}
]
}