|
|
|
|
@ -72,6 +72,7 @@ public class UcoAccountService {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
String porOrgacode = signupStep3RequestModel.getPorOrgacode();
|
|
|
|
|
|
|
|
|
|
Map cmpCustcodeReturn = (Map) webClientCrmService.onboardCustomer(Map.of("CMP_FULLNAME", signupStep3RequestModel.getName()
|
|
|
|
|
, "PIT_IDENCODE", signupStep3RequestModel.getIdentificationType(), "CIT_IDENVALUE", signupStep3RequestModel.getIdentificationNumber()
|
|
|
|
|
, "PAD_ADRSMOBPHONE", signupStep3RequestModel.getPhone(), "POR_ORGACODE", signupStep3RequestModel.getPorOrgacode(), "SUS_USERCODE", "01",
|
|
|
|
|
|