Get delivered item records for specific PO
Name | Type | Description |
---|---|---|
request | Get_EmailsSentRequest |
The following request format is required for this method.
GET | POST https://eu-ext.linnworks.net/api/PurchaseOrder/Get_EmailsSent
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={
"pkPurchaseId": "ee6d0b96-be4c-43c4-9e86-224d9a9b588f"
}
This is an example of the response JSON. Results will vary depending on your data.
{
"Items": [
{
"AttachmentUrl": "sample string 1",
"pkEmailId": 2,
"Recipient": "sample string 3",
"SendDate": "2023-01-10T13:49:50.0947804+00:00",
"Subject": "sample string 5",
"UserName": "sample string 6"
}
]
}