A DTO class for a Request of a Signature procedure Member.
name | data type | description |
---|---|---|
fileObjects | array of SignFileObjectRequestDto | |
firstname | string | Gets the firstname. |
lastname | string | Gets the lastname. |
string | Gets the email. | |
phone | string | Gets the phone. |
user | string | |
internal | boolean | |
id | string |
Example
{ "fileObjects" : [ { "position" : "...", "page" : 12345, "file" : "..." }, { "position" : "...", "page" : 12345, "file" : "..." } ], "firstname" : "...", "lastname" : "...", "email" : "...", "phone" : "...", "user" : "...", "internal" : true, "id" : "..." }