Overview
A file object represents a file hosted on Commenda’s servers. Currently, files are primarily used to manage exemption certificates, but other use cases are possible as well.Linking an exemption certificate
- Create a file using the
POST /filesendpoint. - Save the returned file id.
- Create or update an exemption certificate with that id in the
file_idfield usingPOST /exemption-certificatesorPOST /exemption-certificates/{id}.