Direct costs
List direct cost attachments
The List direct cost attachments endpoint returns a list of attachments available to download for given directCostId.
Direct costs are business expenses that don't impact Accounts Payable.
get/companies/{companyId}/connections/{connectionId}/data/directCosts/{directCostId}/attachments
Response
Success
Example response
{
"attachments": [
{
"dateCreated": "2022-10-23T00:00:00Z",
"modifiedDate": "2022-10-23T00:00:00Z",
"sourceModifiedDate": "2022-10-23T00:00:00Z"
}
]
}