Invoices
List invoice attachments
The List invoice attachments endpoint returns a list of attachments available to download for given invoiceId.
Invoices are itemized records of goods sold or services provided to a customer.
get/companies/{companyId}/connections/{connectionId}/data/invoices/{invoiceId}/attachments
Path parameters
invoiceIdstring required
Example:13d946f0-c5d5-42bc-b092-97ece17923ab
Unique identifier for an invoice.
Response
Success
Example response
{
"attachments": [
{
"dateCreated": "2022-10-23T00:00:00Z",
"modifiedDate": "2022-10-23T00:00:00Z",
"sourceModifiedDate": "2022-10-23T00:00:00Z"
}
]
}