Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 7 Next »

JSON Format
{
	"ContactPoint": [
    	{
    		"Mode": "Email, Phone, Mobile, FaceTime",
	        "Value": ""
    	},
    	{
    		"Mode": "Email, Phone, Mobile, FaceTime",
	        "Value": ""
    	},
		...
	],
    "ContactType": "",
    "FirstName": "",
    "LastName": "",
    "PreferredName": ""
}
  • No labels