Documents
Create Company Document
This endpoint serves the purpose of creating a company document.
POST
Create Company Document
The request body should be sent as
application/json with the file content as a binary string. All four fields (name, file, type, file_name) are required.Authorizations
Body
application/json
Company Document Body
Response
Created
Unique document identifier
Display name of the document
Original file name
URL to the stored document file
Date the document was uploaded
MIME type of the document (e.g. application/pdf, image/png)
Soft-delete flag (0 = active, 1 = deleted)
Timestamp when the document was soft-deleted, or null if active
Create Company Document