Skip to content

Files

Latest commit

b099286 · Jan 14, 2025

History

History
25 lines (20 loc) · 1.4 KB

ContactRequestV2.md

File metadata and controls

25 lines (20 loc) · 1.4 KB

EzmaxApi::Object::ContactRequestV2

Load the model package

use EzmaxApi::Object::ContactRequestV2;

Properties

Name Type Description Notes
fki_contacttitle_id int The unique ID of the Contacttitle. Valid values: Value
fki_language_id int The unique ID of the Language. Valid values: Value
e_contact_type FieldEContactType
s_contact_firstname string The First name of the contact
s_contact_lastname string The Last name of the contact
s_contact_company string The Company name of the contact [optional]
dt_contact_birthdate string The Birth Date of the contact [optional]
s_contact_occupation string The occupation of the Contact [optional]
t_contact_note string The note of the Contact [optional]
b_contact_isactive boolean Whether the contact is active or not [optional]
obj_contactinformations ContactinformationsRequestCompound

[Back to Model list] [Back to API list] [Back to README]