Suppliers
List supplier attachments
The List supplier attachments endpoint returns a list of attachments available to download for given supplierId.
Suppliers are people or organizations that provide something, such as a product or service.
get/companies/{companyId}/connections/{connectionId}/data/suppliers/{supplierId}/attachments
Response
Success
Example response
{
"attachments": [
{
"dateCreated": "2022-10-23T00:00:00Z",
"modifiedDate": "2022-10-23T00:00:00Z",
"sourceModifiedDate": "2022-10-23T00:00:00Z"
}
]
}