Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 2 KB

Contact.md

File metadata and controls

22 lines (18 loc) · 2 KB

Contact

Properties

Name Type Description Notes
cloudProvider String The cloud service that provided the contact. Valid values are: - `rooms` - `docusignCore` (default) <!-- Future: - `Box` - `GoogleDrive` - `Dropbox` - `SalesForce` - `SkyDrive` --> [optional]
cloudProviderContainerId String The id of the container at the cloud provider. For example, this might be the room id for a DocuSign Transaction Room. [optional]
contactId String The id of a contact person in the account's address book. [optional]
contactPhoneNumbers [ContactPhoneNumber] A list of the contact's phone numbers. Note: The phone numbers associated with shared contacts do not display to users other than the user who added the contact. Additionally, in the following scenarios, the phone number of a shared contact does not populate automatically for anyone other than the user who added the contact: - Sending an envelope by using SMS - Using phone authentication You must ask the user who added the contact for the phone number and then manually enter it into the authentication box. [optional]
contactUri String The URI for retrieving information about the contact. [optional]
emails [String] [optional]
errorDetails ErrorDetails [optional]
isOwner Bool [optional]
name String [optional]
organization String [optional]
shared String When true, the tab is shared. [optional]
signingGroup String [optional]
signingGroupName String Optional. The name of the signing group. Maximum Length: 100 characters. [optional]

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