v1
latestOpenAPI 3.1.02026-07-24416405768.8 KBd) Customer Management
Add a new document against the customer
This is for KYC and other regulatory requirements
post/eclipse-conductor/rest/v1/tenants/{tenantId}/customers/{customerId}/documents
Path parameters
tenantIdinteger required
customerIdinteger 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
sendNotificationForManualVerificationboolean
If true, send notification to EDD analyst for manual verification for document. This will only work if the sendNotificationForManualVerification is true
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"
}