POST - https://staging.subscribercrmapi.acamh.org/api/bankdetails

Updates or adds bank details.

{
"Id": null,
"ContactId": 1,
"AccountNumber": "12345678",
"SortCode": "123456",
"AccountName": "Mr Bruce Wayne",
"DdiSubmissionDate": null,
"BankName": null,
"BranchName": null,
"BranchAddressLine1": null,
"BranchAddressLine2": null,
"BranchAddressLine3": null,
"BranchPostcode": null,
"BranchTown": null,
"BranchCounty": null,
"BranchTelephone": null,
"BranchFax": null,
"BranchEmail": null,
"StandingOrderReference": null
}
{
"Id": 1234,
"ContactId": 1,
"ProcessCodeId": 2,
"AccountNumber": "12345678",
"SortCode": "123456",
"ModifiedAccountNumber": null,
"ModifiedSortCode": null,
"AccountName": "Mr Bruce Wayne",
"DdiSubmissionDate": null,
"BankName": null,
"BranchName": null,
"BranchAddressLine1": null,
"BranchAddressLine2": null,
"BranchAddressLine3": null,
"BranchPostcode": null,
"BranchTown": null,
"BranchCounty": null,
"BranchTelephone": null,
"BranchFax": null,
"BranchEmail": null,
"StandingOrderReference": null
}