Back

Search

Search

Methods

Inventory

OrderPrintStatus
Orders

PurchaseOrder /Get_EmailsSent

Allows 150 calls per minute

Response: Get_EmailsSentResponse



Get delivered item records for specific PO

Parameters

NameTypeDescription
requestGet_EmailsSentRequest

Permissions

GlobalPermissions.Inventory.PurchaseOrder.ViewPurchaseOrderNode

Example Request

The following request format is required for this method.

Endpoint URL

GET | POST https://eu-ext.linnworks.net/api/PurchaseOrder/Get_EmailsSent

Headers

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

Request Body

This is an example of the request structure. Results will vary depending on your data.

request={
  "pkPurchaseId": "ee6d0b96-be4c-43c4-9e86-224d9a9b588f"
}

Response

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"
    }
  ]
}