Invoices
Get invoice attachment
The Get invoice attachment endpoint returns a specific attachment for a given invoiceId and attachmentId.
Invoices are itemized records of goods sold or services provided to a customer.
get/companies/{companyId}/connections/{connectionId}/data/invoices/{invoiceId}/attachments/{attachmentId}
Path parameters
invoiceIdstring required
Example:13d946f0-c5d5-42bc-b092-97ece17923ab
Unique identifier for an invoice.
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"
}