Skip to main content

Create Contacts - Data dictionary

Zuora

Create Contacts - Data dictionary

This article lists all the fields associated with the Create Contacts data dictionary in Zuora.  

Note: Fields with an asterisk mark indicate mandatory fields. 

Object  Field Name Value Required to create Description
Contact accountId String Required to Create The ID of the account associated with the contact.
Note: When creating a contact, you must specify accountNumber, accountId, or both in the request body. If both fields are specified, they must correspond to the same account.
Contact accountNumber String   The number of the customer account associated with the contact.
Note: When creating a contact, you must specify accountNumber, accountId, or both in the request body. If both fields are specified, they must correspond to the same account.
Contact address1 String <= 255 characters   The first line of the contact's address, which is often a street address or business name.
Contact address2 String <= 255 characters   The second line of the contact's address.
Contact city String <= 40 characters   The city of the contact's address.
Contact contactDescription
String <= 100 characters
  A description for the contact.
Contact country String <= 64 characters   The country of the contact's address.
Contact county String <= 32 characters   The county. May optionally be used by Zuora Tax to calculate county tax.
Contact fax String <= 40 characters   The contact's fax number.
Contact firstName String <= 100 characters Required to Create The contact's first name.
Contact homePhone String <= 40 characters   The contact's home phone number.
Contact lastName String <= 100 characters Required to Create The contact's last name.
Contact mobilePhone String <= 100 characters   The mobile phone number of the contact.
Contact nickname String <= 100 characters   A nickname for the contact.
Contact otherPhone String <= 40 characters   An additional phone number for the contact.
Contact otherPhoneType String   The type of the additional phone number.
Enum: "Work" "Mobile" "Home" "Other"
Contact personalEmail String <email> <= 80 characters   The contact's personal email address.
Contact state String <= 40 characters   The state or province of the contact's address.
Contact taxRegion String <= 32 characters   If using Zuora Tax, a region String as optionally defined in your tax rules. Not required.
Contact workEmail String <= 74 characters   The contact's business email address.
Contact workPhone String <= 40 characters   The contact's business phone number.
Contact zipCode String <= 20 characters   The zip code for the contact's address.