DocumentGroup
Document Group methods
Static Method Summary
Static Public Methods | ||
public static |
create(data: DocumentGroupCreateParams, callback: function(err: ApiErrorResponse, res: DocumentGroupCreateResponse)) Creates document group with specified documents or templates. |
|
public static |
invite(data: DocumentGroupInviteParams, callback: function(err: ApiErrorResponse, res: DocumentGroupInviteResponse)) Creates an invite to sign a document group |
Static Public Methods
public static create(data: DocumentGroupCreateParams, callback: function(err: ApiErrorResponse, res: DocumentGroupCreateResponse)) source
Creates document group with specified documents or templates. At least one document or template must contain fields. Documents should not be signed, contain epending invites or signature requests.
Params:
Name | Type | Attribute | Description |
data | DocumentGroupCreateParams | create document group payload |
|
callback | function(err: ApiErrorResponse, res: DocumentGroupCreateResponse) |
|
error first node.js callback |
public static invite(data: DocumentGroupInviteParams, callback: function(err: ApiErrorResponse, res: DocumentGroupInviteResponse)) source
Creates an invite to sign a document group
Params:
Name | Type | Attribute | Description |
data | DocumentGroupInviteParams | create Document Group invite payload |
|
callback | function(err: ApiErrorResponse, res: DocumentGroupInviteResponse) |
|
error first node.js callback |