| Name | Description | Type | Additional information |
|---|---|---|---|
| DocumentId |
Document Id. Primary key of the documents table. |
integer |
None. |
| PropertyId |
Property Id. See the GET api/properties/{propertyId} route to get the property data. |
integer |
None. |
| DocumentTypeId |
Document Type Id. See the GET api/documenttypes/{Id} route to get the document type data. |
integer |
None. |
| DocumentAttachmentTypeId |
Document Attachment Type Id. See the GET api/documenttypes/{docTypeId}/subtypes route to get the document attachment type data. |
integer |
None. |
| DocumentPrivateFlag |
Document Private Flag. A value of one indicates that the flag is set to private. A value of zero indicates that the flag is set to public. |
integer |
None. |
| DocumentDate |
Document Date. |
date |
None. |
| DocumentName |
Document Name. |
string |
None. |
| DocumentNotes |
Document Notes. |
string |
None. |
| PathToFile |
The path to the actual location of the file. |
string |
None. |