DTO class for a document request informations.
name | data type | description |
---|---|---|
name | string | Gets the name. |
filePath | string | Gets the file path. |
content | string | Gets the content. |
id | string | Gets the id. |
|
|
|
|
|
|
internalPage | number | |
externalPage | number | |
listExternalPositions | array of SignFileObjectRequestDto | |
position | number |
Example
{ "name" : "...", "filePath" : "...", "content" : "...", "id" : "...", "internalPage" : 12345, "externalPage" : 12345, "listExternalPositions" : [ { "position" : "...", "page" : 12345, "file" : "..." }, { "position" : "...", "page" : 12345, "file" : "..." } ], "position" : 12345 }