...
Name - Name of the contact
ContactType - Type of the contact.
ContactCategory - Category of the contact (1 - Individual, 2 - Organization)
Code Block | ||
---|---|---|
| ||
{
"Name": "John, Doe",
"ContactType": "Attorney",
"ContactCategory": 1
} |
...
Name - Name of the contact
ContactType - Type of the contact.
ContactCategory - Category of the contact (1 - Individual, 2 - Organization)
Code Block | ||
---|---|---|
| ||
{
"Name": "John, Doe",
"ContactType": "Attorney",
"ContactCategory": 1
} |