ContactSchema
address1stringnullable
address2stringnullable
bccstringnullable
billing_contact_methodnullable
citystringnullable
countrystringnullable
createdbynullable
createdby_idintegernullable
createddatedate-timenullable
deleteboolean
emailstringnullable
emailsstring[]
first_namestringnullable
idinteger
last_namestringnullable
modifiedbynullable
modifiedby_idintegernullable
modifieddatedate-timenullable
notestringnullable
organization_namestringnullable
phonestringnullable
postal_codestringnullable
statestringnullable
tenant_idintegerrequired
vendor_contactsundefined[]
ContactSchema
{
"address1": "string",
"address2": "string",
"bcc": "string",
"city": "string",
"country": "string",
"createdby_id": 0,
"createddate": "2024-07-29T15:51:28.071Z",
"delete": true,
"email": "string",
"emails": [
"string"
],
"first_name": "string",
"id": 0,
"last_name": "string",
"modifiedby_id": 0,
"modifieddate": "2024-07-29T15:51:28.071Z",
"note": "string",
"organization_name": "string",
"phone": "string",
"postal_code": "string",
"state": "string",
"tenant_id": 0,
"vendor_contacts": [
null
]
}