Apply Bank Details Change

Approve/apply a staged bank change created from a bank_details_form submission.

  • Finds the staged bank change row for the given form_request_id
  • Applies bank details to the underlying entity (participants or pm_providers)
  • Marks the bank change row as approved (and sets decided_at/approved_by)
post/api/v1/cs-forms/apply-bank-details-change

Request body

plan_manager_idstring uuid required
form_request_idstring uuid required
participant_idstring uuid nullable
pm_provider_idstring uuid nullable
approved_by_user_sidstring nullable

Response

Successful Response

{"stackTrail":"paths:/api/v1/cs-forms/apply-bank-details-change:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}

Changes