Skip to content

Latest commit

 

History

History
34 lines (30 loc) · 4.26 KB

File metadata and controls

34 lines (30 loc) · 4.26 KB

SubscribeRequestSoldToContact

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 country. May optionally be used by Z-Tax to calculate county tax. Character limit: 32 Values: a string of 32 characters or fewer [optional]
created_by_id str The ID of the Zuora user who created the contact. Character limit: 32 Values: automatically generated [optional]
created_date datetime The date when the contact was created. Character limit: 29 Values: automatically generated [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 Z-Tax tax rules [optional]
updated_by_id str The ID of the user who lasted updated the contact. Character limit: 32 Values: automatically generated [optional]
updated_date datetime The date when the contact was last updated. Character limit: 29 Values: automatically generated [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]