Purchase orders
Get purchase order attachment
The Get purchase order attachment endpoint returns a specific attachment for a given purchaseOrderId and attachmentId.
Purchase Orders represent a business's intent to purchase goods or services from a supplier.
get/companies/{companyId}/connections/{connectionId}/data/purchaseOrders/{purchaseOrderId}/attachments/{attachmentId}
Path parameters
purchaseOrderIdstring required
Example:13d946f0-c5d5-42bc-b092-97ece17923ab
Unique identifier for a purchase order.
attachmentIdstring uuid required
Example:8a210b68-6988-11ed-a1eb-0242ac120002
Unique identifier for an attachment.
Response
Success
Example response
{
"dateCreated": "2022-10-23T00:00:00Z",
"modifiedDate": "2022-10-23T00:00:00Z",
"sourceModifiedDate": "2022-10-23T00:00:00Z"
}