Purchase orders
List purchase order attachments
The List purchase order attachments endpoint returns a list of attachments available to download for a given purchaseOrderId.
Purchase Orders represent a business's intent to purchase goods or services from a supplier.
get/companies/{companyId}/connections/{connectionId}/data/purchaseOrders/{purchaseOrderId}/attachments
Path parameters
purchaseOrderIdstring required
Example:13d946f0-c5d5-42bc-b092-97ece17923ab
Unique identifier for a purchase order.
Response
Success
Example response
{
"attachments": [
{
"dateCreated": "2022-10-23T00:00:00Z",
"modifiedDate": "2022-10-23T00:00:00Z",
"sourceModifiedDate": "2022-10-23T00:00:00Z"
}
]
}