From: VICTOR M. R. R. <vic...@fi...> - 2025-06-10 03:54:15
|
Hi, You can add the code values here [image: image.png] El lun, 9 jun 2025 a las 21:24, Srinivas Vadali (<vv...@pe...>) escribió: > 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 > Mif...@li... > https://lists.sourceforge.net/lists/listinfo/mifos-users > |