UploadDocumentDto
documentTypestringrequired
Possible values: [Environmental Impact Assessment, Safety Audit Report, License Document, Community Development Agreement, Geotechnical Report, Regulatory Filing, Other]
licenseIdstring
siteIdstring
tagsstring[]
ownerIdstring
User ID of the document owner (defaults to uploader)
expiryDatestring
Document expiry date (ISO 8601)
replacesDocumentIdstring
ID of the document being replaced (creates a new version)
UploadDocumentDto
{
"documentType": "Environmental Impact Assessment",
"licenseId": "string",
"siteId": "string",
"tags": [
"string"
],
"ownerId": "string",
"expiryDate": "string",
"replacesDocumentId": "string"
}