Contract file
To keep all contract-related documents together, you can upload and download files to contracts using any Attachment endpoint. Thus, each contract can contain several files: the contract itself (always), the contract verification file (if all participants have already signed the contract), and other attachments (optional).
Note:
You can download these files either as one document using the
contract
file type or as separate files using the corresponding file typeid
.
Contract file attributes
Attribute | Type | Description |
---|---|---|
_links | Contains links to endpoints associated with the parent object. See Links. | |
extension | Indicates the attached file extension (see Attachments). See also, Contract file extensions. | |
id | The ID of the contract file. | |
name | If the file name contains only non-US-ASCII characters, the default filename will be generated as | |
type | The type of the contract file. See Contract file types. |
Contract file extensions
Currently, The following file extensions are allowed: ASICE, BMP, CSV, DOC, DOCX, DOTX, GIF, JPEG, JPG, KEY, NUMBERS, ODS, PAGES, PDF, PNG, PPSX, PPT, PPTX, RTF, TIF, TIFF, TXT, XLS, XLSB, XLSM, XLSX, XML.
Contract file types
The following table shows the file types allowed for contracts:
File type | Description |
---|---|
contract | The actual contract file that can be download in PDF format. |
verification | The contract verification information file is available only after the contract is signed. |
The file uploaded to the contract as the | |
attachment | The file uploaded to the contract as an |
Updated 6 months ago