Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 1.46 KB

PersonCreate.md

File metadata and controls

22 lines (18 loc) · 1.46 KB

PersonCreate

Properties

Name Type Description Notes
first_name string First name of the person (max. 50 characters)
last_name string Last name of the person (max. 50 characters)
secondary_identification string Secondary identification of the person (max. 50 characters) [optional]
gender string Gender of the person [optional]
birthday string Birthday (ISO 8601-format compliant date without time zone: yyyy-mm-dd) [optional]
phone string Phone number (max. 50 characters) [optional]
email_address string Email address (max. 50 characters) [optional]
street string Street (max. 50 characters) [optional]
postal_code string Postal code (max. 50 characters) [optional]
country_code string Country code, ISO 3166-1 alpha-3 compliant and case sensitive (ONLY the defined ISO codes are accepted) [optional]
city string City (max. 50 characters) [optional]
comment string Comment (max. 500 characters) [optional]
correspondence_language_code string Language code for correspondences, IETF bcp47 compliant and case sensitive (ONLY the 11 defined language tags are accepted)

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