...
cExternalId | string | optional1 | Unique customer’s ID in the partners system. | ||||||
---|---|---|---|---|---|---|---|---|---|
cSalutation | int | optional | Enumeration value that defines salutation of the customer person:
| ||||||
cFirstName | string | optional | Customer person’s first name. | ||||||
cLastName | string | optional2 | Customer person’s last name. | ||||||
cBirthDate | string | optional | Customer person’s date of birth. | ||||||
cEmail | string | optional2 | Customer person’s email address. | ||||||
cTitle | int | optional | Enumeration value that defines the customer’s title: 1 - Dr. 2 - Prof. 3 - Prof. Dr. 4 - B.A. 5 - MBA 6 - Ph.D. 7 - Mag. 8 - Dipl.-Ing. 9 - Dipl.-Inf. 10 - Dr. med. 11 - Dr.-Ing. 12 - Dipl.-Psych. 13 - Priv.-doz. 14 - Dr. Dr. 15 - M.A. 16 - Priv.-doz. Dr. 17 - Bachelor 18 - Master 19 - Dipl.-Wirt.-Ing. 20 - Dipl.-Wirt.-Inf. 21 - Dipl.-Betriebswirt 22 - Dr.med.dent 23 - Dr. jur. 24 - Dipl.-Med. | ||||||
cStreet | string | optional | Customer person’s street name. | ||||||
cStreetNumber | string | optional | Customer person’s street number. | ||||||
cZip | string | optional | Customer person’s postcode. | ||||||
cCity | string | optional | Customer person’s city. | ||||||
cWebsite | string | optional | Customer person’s website. | ||||||
cPhone | string | optional | Customer person’s phone number. | ||||||
cPrivateIsCompanyAddress | int | optional | Enumeration value that defines if customer person’s address should be used as actual business address for the customer:
| ||||||
cCompany | string | optional | Customer company’s name. | ||||||
cLegalForm | int | optional | Enumeration value that defines legal form of the customer’s business:
| ||||||
cCompanyStreet | string | optional | Customer business address street name. | ||||||
cCompanyStreetNumber | string | optional | Customer business address street number. | ||||||
cCompanyZip | string | optional | Customer business address postcode. | ||||||
cCompanyCity | string | optional | Customer business address city. | ||||||
cBankIban | string | optional | IBAN of the customer business bank details. | ||||||
cBankBic | string | optional | BIC of the customer business bank details. | ||||||
cBankName | string | optional | Bank name of the customer business bank details. | ||||||
cBankAccountHolder | string | optional | Bank account holder name of the customer business bank details. | ||||||
cAccountType | int | optional | Enumeration value that defines if customer is private entity or corporate:
| ||||||
cExternalReferences | optional | An array of objects, containing custom values requested to properly identify the customer on the partners system, for example CRM tool. | |||||||
crmIdent | string | optional3 | Enumeration value that defines the CRM tool (Customer Relationship Management), that owns original data of the customer:
| ||||||
1 required if instantInquiryCreation is set to True |
...