Skip to content

Latest commit

 

History

History
30 lines (26 loc) · 3.43 KB

ProxyModifyContact.md

File metadata and controls

30 lines (26 loc) · 3.43 KB

ProxyModifyContact

Properties

Name Type Description Notes
account_id str The Zuora account ID associated with this contact. This field is not required when you use the Subscribe call. This field is required for all other calls. **Character limit: **32 **Values: **a valid account ID [optional]
address1 str The first line of the contact's address, which is often a street address or business name. Character limit: 255 Values: a string of 255 characters or fewer [optional]
address2 str The second line of the contact's address. Character limit: 255 Values: a string of 255 characters or fewer [optional]
city str The city of the contact's address. Character limit: 40 **Values: **a string of 40 characters or fewer [optional]
country str The country of the contact's address. [optional]
county str The county. May optionally be used by Zuora Tax to calculate county tax. Character limit: 32 Values: a string of 32 characters or fewer [optional]
description str A description for the contact. Character limit: 100 Values: a string of 100 characters or fewer [optional]
fax str The contact's fax number. Character limit: 40 Values: a string of 40 characters or fewer [optional]
first_name str The contact's first name. Character limit: 100 Values: a string of the contact's first name [optional]
home_phone str The contact's home phone number. Character limit: 40 Values: a string of 40 characters or fewer [optional]
last_name str The contact's last name. Character limit: 100 Values: a string of 100 characters or fewer [optional]
mobile_phone str The contact's mobile phone number. Character limit: 40 Values: a string of 40 characters or fewer [optional]
nick_name str A nickname for the contact. Character limit: 100 Values: a string of 100 characters or fewer [optional]
other_phone str An additional phone number for the contact. Character limit: 40 Values: a string of 40 characters or fewer [optional]
other_phone_type str The type of the `OtherPhone`. Character limit: 20 Values: `Work`, `Mobile`, `Home`, `Other` [optional]
personal_email str The contact's personal email address. Character limit: 80 Values: a string of 80 characters or fewer [optional]
postal_code str The zip code for the contact's address. Character limit: 20 **Values: **a string of 20 characters or fewer [optional]
state str The state or province of the contact's address. [optional]
tax_region str If using Zuora Tax rules [optional]
work_email str The contact's business email address. Character limit: 80 Values: a string of 80 characters or fewer [optional]
work_phone str The contact's business phone number. Character limit: 40 notes: -- Values: a string of 40 characters or fewer [optional]

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