Create a bank account for a given bank holder.Copy Pagepost https://api.myproved.eu/banks/bank-holders/{referenceId}/accountsPOST: /banks/bank-holders/{guid}/accountsPath ParamsreferenceIduuidrequiredThe identifier of the bank-holder.Body Paramsapplication/jsonapplication/*+jsonThe input model.group_iduuidbank_iduuidprovider_referencestring | nullaccount_typeint32enum0 = Unknown, 1 = Checking, 2 = Savings, 3 = Investment, 4 = Mortgage, 5 = CreditCard, 6 = Loan, 7 = Pension, 8 = External, 9 = Securities, 10 = Other012345678910Show 11 enum valuesdescriptionstring | nullholder_namestring | nullaccount_numberstring | nullcurrent_balancedoubleavailable_balancedouble | nullbalance_atdate-timecurrencystring | nullbalance_typestring | nullHeaderscontent-typestringenumDefaults to application/jsonGenerated from available request content typesapplication/*+jsonapplication/jsonAllowed:application/*+jsonapplication/jsonResponses 201The entity has been created. 400The input model is not valid.Updated 12 months ago