ContactObjectModel
documentType stringnullable
id stringnullable
version stringnullable
freeze boolean
idNumber stringnullable
name stringnullable
firstName stringnullable
lastName stringnullable
description stringnullable
jobTitle stringnullable
company stringnullable
emailAddresses stringnullable
crmContact boolean
businessPhones stringnullable
businessAddress object
street stringnullable
city stringnullable
state stringnullable
countryOrRegion stringnullable
postalCode stringnullable
mobilePhone stringnullable
lastUpdatedTime int64
lastUpdatedBy stringnullable
createdBy stringnullable
tenantId stringnullable
creation int64
svrPin stringnullable
ContactObjectModel
{
"documentType": "string",
"id": "string",
"version": "string",
"freeze": true,
"idNumber": "string",
"name": "string",
"firstName": "string",
"lastName": "string",
"description": "string",
"jobTitle": "string",
"company": "string",
"emailAddresses": "string",
"crmContact": true,
"businessPhones": "string",
"businessAddress": {
"street": "string",
"city": "string",
"state": "string",
"countryOrRegion": "string",
"postalCode": "string"
},
"mobilePhone": "string",
"lastUpdatedTime": 0,
"lastUpdatedBy": "string",
"createdBy": "string",
"tenantId": "string",
"creation": 0,
"svrPin": "string"
}