Make final form submission (after uploading documents)
POST
/submit-form/{{submission_ref}}
Last modified:2024-08-09 12:15:00
Maintainer:Not configured
This end point allows to submit the form after uploading required documents.The request is HTTP POST (RFC 2616), multipart/form-data (RFC7578) following with the submission reference.If the operation was successful, the response message is HTTP 200 OK. If the request cannot be processed due to misformatted or untranslatable data, the API should response with HTTP 400 Bad Request error.If the submission_ref is not valid then the API should response with HTTP 404 Not Found error. If the request cannot be processed due to data validation errors, the API should respond with HTTP 403 Forbidden and an appropriate error response.
Request
Authorization
Add parameter in header
API-Key
Example:
API-Key: ********************
Header Params
Body Params multipart/form-data
Responses
🟢200Make final form submission (after uploading documents)