Endpoint
| Method | Path | Description |
|---|---|---|
POST | /api/v1/external-supplier-wizard/final-submit | Persist the final external supplier wizard submission |
POST /api/v1/external-supplier-wizard/final-submit
The endpoint uses multipart/form-data.
| Field | Type | Required | Description |
|---|---|---|---|
payload | string | yes | JSON payload containing supplier and certifications |
files | binary[] | no | Final files, including legacy-named fields such as dvr_file or cert_gots_file |
201 Created returns ExternalSupplierWizardResultDto, including the created supplier and uploaded documents.