v1
latestOpenAPI 3.1.02026-07-24416405768.8 KBe) Organisation Management
Add a document to the organisation
Uploads and associates a document with the organisation for KYB and other regulatory requirements.
post/eclipse-conductor/rest/v1/tenants/{tenantId}/organisations/{organisationId}/documents
Path parameters
tenantIdinteger required
organisationIdinteger required
Query parameters
performOcrboolean
If true, will perform the OCR on uploaded document
returnFullResultboolean
If true then the document will be returned in the result. If false (default) then only the metadata will be returned
validateDocTypeboolean
If true, verify that the document type matches the uploaded document. This will only work if the performOcr is true
Request body
Response
OK
Example response
{
"created": "2022-03-10T12:15:50-04:00",
"lastModified": "2022-03-10T12:15:50-04:00",
"versionFrom": "2022-03-10T12:15:50-04:00",
"versionTo": "2022-03-10T12:15:50-04:00"
}