Direct incomes
List direct income attachments
The List direct income attachments endpoint returns a list of attachments available to download for given directIncomeId.
Direct incomes are incomes received directly from the business' operations at the point of the sale.
get/companies/{companyId}/connections/{connectionId}/data/directIncomes/{directIncomeId}/attachments
Response
Success
Example response
{
"attachments": [
{
"dateCreated": "2022-10-23T00:00:00Z",
"modifiedDate": "2022-10-23T00:00:00Z",
"sourceModifiedDate": "2022-10-23T00:00:00Z"
}
]
}