interface PhysicalPerson {
    actif: boolean;
    address?: string;
    address_complement?: string;
    address_number?: string;
    address_repetition?: string;
    city?: string;
    city_birth?: string;
    civility: GenericField;
    comment?: string;
    company?: Windev.User.Company[];
    company_number: number;
    coordonnee?: PhysicalPersonDetail[];
    country_address?: string;
    country_birth?: string;
    date_birth?: string;
    department_birth?: string;
    firstname: string;
    maiden_name?: string;
    marital_situation?: GenericField;
    matrimonial_regime?: GenericField;
    name: string;
    organism?: string;
    pers_physique_id: number;
    physical_person_type?: GenericField;
    postal_code?: string;
    road_type?: GenericField;
    social_security_number?: string;
}

Properties

actif: boolean
address?: string
address_complement?: string
address_number?: string
address_repetition?: string
city?: string
city_birth?: string
civility: GenericField
comment?: string
company?: Windev.User.Company[]
company_number: number
coordonnee?: PhysicalPersonDetail[]
country_address?: string
country_birth?: string
date_birth?: string
department_birth?: string
firstname: string
maiden_name?: string
marital_situation?: GenericField
matrimonial_regime?: GenericField
name: string
organism?: string
pers_physique_id: number
physical_person_type?: GenericField
postal_code?: string
road_type?: GenericField
social_security_number?: string