due-diligence-configuration

Upsert Due Diligence Configuration

Create or update the company-level due diligence flow configuration.

Only fields present in the request body are written; omitted fields keep their existing value (or the column default when creating a new row). This makes the endpoint a partial update, so callers can send a single field without clobbering the rest.

put/due-diligence-configuration

Request body

upload_step_instructionsstring nullable
questions_step_instructionsstring nullable
submit_step_instructionsstring nullable
require_decline_noteboolean
disable_portal_authenticationboolean
request_due_in_daysinteger
overdue_notification_interval_daysinteger nullable

Response

Successful Response

idstring uuid required
company_idstring uuid required
upload_step_instructionsstring nullable
questions_step_instructionsstring nullable
submit_step_instructionsstring nullable
require_decline_noteboolean
disable_portal_authenticationboolean
request_due_in_daysinteger
overdue_notification_interval_daysinteger nullable

Changes