Person: Difference between revisions
Jump to navigation
Jump to search
(Created page with "{{PageTitle|title=Person information}} This structure represents information about a person, connected to an organization in some way. == API usage == This structure is us...") |
|||
| Line 3: | Line 3: | ||
This structure represents information about a person, connected to an organization in some way. | This structure represents information about a person, connected to an organization in some way. | ||
= | = Included in = | ||
This structure is used | This structure is used in the following structures: | ||
* [[ | * [[MemberInfo]] | ||
* [[ | * [[RepresentativeInfo]] | ||
== Property list == | == Property list == | ||
Latest revision as of 09:21, 16 June 2017
Person information
This structure represents information about a person, connected to an organization in some way.
Included in
This structure is used in the following structures:
Property list
| Property name | Property type | Description |
|---|---|---|
| FullName | string | Full name of the person |
| LastName | string | Last name of the person |
| FirstName | string | First name of the person |
| BirthDate | DateTime | Birth date of the person |
| MothersName | string | Full name of the mother of the person |
| MothersLastName | string | Last name of the mother of the person |
| MothersFirstName | string | First name of the mother of the person |
| TaxNumber | string | Tax / VAT number of the person |
| Address | AddressInfo | Address information |
| AddressString | string | Full address in textual format |
| ForeignAddress | AddressInfo | Foreign address information |
| ForeignAddressString | string | Full foreign address in textual format |