A Dto holding inputs required to create a document signature procedure on Yousign platform side
name | data type | description |
---|---|---|
name | string | |
description | string | |
start | boolean | |
members | array of SignMemberRequestDto | |
config | SignProcedureConfigDto | |
id | string |
Example
{ "name" : "...", "description" : "...", "start" : true, "members" : [ { "fileObjects" : [ { "position" : "...", "page" : 12345, "file" : "..." }, { "position" : "...", "page" : 12345, "file" : "..." } ], "firstname" : "...", "lastname" : "...", "email" : "...", "phone" : "...", "user" : "...", "internal" : true, "id" : "..." }, { "fileObjects" : [ { "position" : "...", "page" : 12345, "file" : "..." }, { "position" : "...", "page" : 12345, "file" : "..." } ], "firstname" : "...", "lastname" : "...", "email" : "...", "phone" : "...", "user" : "...", "internal" : true, "id" : "..." } ], "config" : { "email" : { "property1" : [ { "subject" : "...", "message" : "...", "to" : [ "...", "..." ] }, { "subject" : "...", "message" : "...", "to" : [ "...", "..." ] } ], "property2" : [ { "subject" : "...", "message" : "...", "to" : [ "...", "..." ] }, { "subject" : "...", "message" : "...", "to" : [ "...", "..." ] } ] }, "webhook" : { "property1" : [ { "method" : "...", "headers" : { "property1" : "...", "property2" : "..." }, "url" : "..." }, { "method" : "...", "headers" : { "property1" : "...", "property2" : "..." }, "url" : "..." } ], "property2" : [ { "method" : "...", "headers" : { "property1" : "...", "property2" : "..." }, "url" : "..." }, { "method" : "...", "headers" : { "property1" : "...", "property2" : "..." }, "url" : "..." } ] } }, "id" : "..." }