Bills
Get bill attachment
The Get bill attachment endpoint returns a specific attachment for a given billId and attachmentId.
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/{attachmentId}
Path parameters
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"
}