Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 1.27 KB

CondensedContactPerson.md

File metadata and controls

22 lines (18 loc) · 1.27 KB

CondensedContactPerson

Properties

Name Type Description Notes
id int The ID of contact person.
first_name string The contact person's first name. [optional]
last_name string The contact person's last name. [optional]
email string The contact person's email address. [optional]
phone_number string The contact person's phone number. [optional]
street_name string The contact person's street name. [optional]
house_number string The contact person's house number. [optional]
zip_code string The contact person's zip code. [optional]
city string The contact person's city. [optional]
created_at string The creation time of the entity. [optional]
created_by string The user that created the entity. [optional]
updated_at string The last updated time of the entity. [optional]
updated_by string The user that last updated the entity. [optional]

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