This method is used to link an account (createAccount) to a party (either individual or entity) or to another account.
Request Parameters
Parameter
Required
Type
Description
clientID
yes
string
Client ID associated with this request
developerAPIKey
yes
string
API key used to validate this request
firstEntryType
yes
enum
The first entry type for createLink is an account. Account is the only valid value for this parameter. (String enumeration)
firstEntry
yes
string
Account ID to be linked to an entity, individual party, or account
relatedEntryType
yes
enum
The type of the resource to be linked to the account. Valid enumerated string values are: "Account", "IndivACParty", or "EntityACParty"
relatedEntry
yes
string
Resource ID of the related entry, to be linked to the first entry
linkType
yes
enum
Describes the relationship between the target account and the linked resource. Note: if you want the party/entity to be sent documents through Docusign as the secondary party, you must use the value 'secondary'.
Additional user defined information related to this link
primary_value
yes
int
Indicates that the party linked to this account will be the one who is the signatory authority on the account and the one to receive subscription documents. 1 = primary, 0 = not primary. There may only be one primary party per account (firstEntry). The relatedEntry must be an "IndivACParty".