Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Name - Name of the contact

  • ContactType - Type of the contact.

  • ContactCategory - Category of the contact (1 - Individual, 2 - Organization)

Code Block
languagejson
{
    "Name": "John, Doe",
    "ContactType": "Attorney",
    "ContactCategory": 1
}