Skip to main content

CustomerFieldName

No description

enum CustomerFieldName {
DEBTOR_ID
FIRST_NAME
MIDDLE_NAME
LAST_NAME
ABBREVIATION
TITLE
DATE_OF_BIRTH
GENDER
SSN
PHONE
EMAIL
PRIMARY_LANGUAGE
CUSTOMER_ID
USERGROUP_ID
SOURCE_NAME
SOURCE_ID
USERGROUP_SOURCE_NAME
USERGROUP_SOURCE_ID
LANGUAGE
}

Values

CustomerFieldName.DEBTOR_ID

[Optional][String] A unique id representing this customer. A debtorId can be automatically generated by Propellor

CustomerFieldName.FIRST_NAME

[Optional][String] Customer first name

CustomerFieldName.MIDDLE_NAME

[Optional][String] Customer middle name

CustomerFieldName.LAST_NAME

[Optional][String] Customer last name

CustomerFieldName.ABBREVIATION

[Optional][String] Customer abbreviation

CustomerFieldName.TITLE

[Optional][String] Customer title

CustomerFieldName.DATE_OF_BIRTH

[Optional][DateTime] Customer date of birth, in ISO 8601 format 'YYYY-MM-DD' (e.g., 2024-10-31)

CustomerFieldName.GENDER

[Optional][Enum] Customer gender, must be one of the following: [M, F, U]

CustomerFieldName.SSN

[Optional][String] Customer ssn

CustomerFieldName.PHONE

[Optional][String] Customer phone number

CustomerFieldName.EMAIL

[Optional][String] A valid email address

CustomerFieldName.PRIMARY_LANGUAGE

[Optional][String] Customer primary language

CustomerFieldName.CUSTOMER_ID

[Optional][String] Customer id, use either CUSTOMER_ID or a combination of SOURCE_NAME and SOURCE_ID

CustomerFieldName.USERGROUP_ID

[Optional][String] The id of the usergroup the customer should be created in

CustomerFieldName.SOURCE_NAME

[Optional][String] Customer source name, use either CUSTOMER_ID or a combination of SOURCE_NAME and SOURCE_ID

CustomerFieldName.SOURCE_ID

[Optional][String] Customer source id, use either CUSTOMER_ID or a combination of SOURCE_NAME and SOURCE_ID

CustomerFieldName.USERGROUP_SOURCE_NAME

[Optional][String] Name of the parent usergroup source, only required when using combination SOURCE_NAME and SOURCE_ID, use either USERGROUP_ID or a combination of USERGROUP_SOURCE_NAME and USERGROUP_SOURCE_ID

CustomerFieldName.USERGROUP_SOURCE_ID

[Optional][String] Parent usergroup source id, only required when using combination SOURCE_NAME and SOURCE_ID, use either USERGROUP_ID or a combination of USERGROUP_SOURCE_NAME and USERGROUP_SOURCE_ID

CustomerFieldName.LANGUAGE

[Optional][String] Default system language, only required when using combination of SOURCE_NAME and SOURCE_ID

Member Of

CustomerCsvMapping input