Hello - I am trying to use the API POST https://Domain
<https://domain/>
Name/api/v1/savingsaccounts/{savingsId}?command=block.
The request body has a value for Code. Is that hard coded with what's shown
or is that something that I need to configure?
{
   "officeId":1,
   "clientId":1,
   "savingsId":1,
   "resourceId":1,
   "changes":{
      "subStatus":{
         "id":400,
         "code":"SavingsAccountSubStatusEnum.block",
         "value":"Block",
         "none":false,
         "inactive":false,
         "dormant":false,
         "escheat":false,
         "block":true,
         "blockCredit":false,
         "blockDebit":false
      }
   }
}
The parameter highlighted above is what I am seeking help on
"code":"SavingsAccountSubStatusEnum.block",
Appreciate the help and guidance on this. If this is a configuration, can
some one please advise on how to configure this

Regards
_______________________________________________
Mifos-users mailing list
Mifos-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mifos-users

Reply via email to