Bills
List bill attachments
The List bill attachments endpoint returns a list of attachments available to download for a given billId.
Bills are invoices that represent the SMB's financial obligations to their supplier for a purchase of goods or services.
get/companies/{companyId}/connections/{connectionId}/data/bills/{billId}/attachments
Response
Success
Example response
{
"attachments": [
{
"dateCreated": "2022-10-23T00:00:00Z",
"modifiedDate": "2022-10-23T00:00:00Z",
"sourceModifiedDate": "2022-10-23T00:00:00Z"
}
]
}