v2
Forms App
AWS

Handle Form Completion

Recieves form completion notice from the forms app

Operations: Before client response: - Check submissions are valid for completion status - Raise HTTP Exception if invalid OR - Returns valid response to client and queues background task

Background Task (refer to: form_completion_background_task)

Todo (future): - Could use to UPDATE existing participant details if for the same PM etc. (? different form_type, would approval be required by pm for updated values)

post/api/v2/aws/forms-app/form-completion

Request body

request_idstring uuid
plan_manager_idstring uuid nullable
form_typestring nullable
form_template_metadataobject nullable

Response

Successful Response

Changes