I have create a new entity and i choose base as type. Can i convert it to person now?
Thanks.
					Thanks.
"emailAddress": {
    "type": "email",
    "isPersonalData": true
},
"phoneNumber": {
     "type": "phone",
     "typeList": [
         "Mobile",
         "Office",
         "Home",
         "Fax",
         "Other"
     ],
    "defaultType": "Mobile",
    "isPersonalData": true
},
 
							
						
Comment