DocResponse

document response class

Classe herdada de Doc.

Properties:

nametypedescription

open_id

int

the sequential number of this document inside your company

token

String

Document token

status

String

Document status: "em-curso", "assinado", "recusado" or "lixeira"

original_file

String

Url of original file saved on amazon

signed_file

String

Signed file url saved on amazon

created_through

String

Where this document was created: "web" or "api"

extra_docs

ArrayList<ExtraDocResponse>

Document extra documents list

deleted

boolean

If True, the document has been deleted

deleted_at

String

Date the document was deleted

created_at

String

Date the document was created

last_update_at

String

Last date the document was updated

template

If the document was created by a model, it contains the model token

answers

ArrayList<Answers>

List of variables and values ​​for creating this document

auto_reminder

int

Number of times this document will notify signers

signers

List<Signer>

represents the list of signers saved in the document

Last updated