SignMemberRequestDto Data Type

A DTO class for a Request of a Signature procedure Member.

Implemented Interfaces
Serializable
Properties
name data type description
fileObjects array of SignFileObjectRequestDto
firstname string Gets the firstname.
lastname string Gets the lastname.
email 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" : "..."
}