Accounting
Retrieves attachments for a specific purchase order
get/PurchaseOrders/{PurchaseOrderID}/Attachments
Path parameters
PurchaseOrderIDstring uuid required
Unique identifier for an Purchase Order
Response
Success - return response of type Attachments array of Purchase Orders
Example response
{
"Attachments": [
{
"AttachmentID": "00000000-0000-0000-0000-000000000000",
"FileName": "xero-dev.jpg",
"Url": "https://api.xero.com/api.xro/2.0/Accounts/da962997-a8bd-4dff-9616-01cdc199283f/Attachments/sample5.jpg",
"MimeType": "image/jpg"
}
]
}