StructContactList

Description

This object stores a contact retrieved from Get contact list

Variables

  • idContact string (8)
    Contact ID.
  • firstName string (30)
    Firstname of the contact.
  • lastName string (30)
    Lastname of the contact.
  • bodyForm string (3)
    Contact type (“IND” for individual person, “ORG” for any kind of legal entities).
  • isOwner int (1)
    Is it an owner ? (0 / 1).

Linked functions