DocResponse
document response class
Inherited from Doc class.
Properties:
name
type
description
open_id
int
sequencial 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"
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
auto_reminder
int
Number of times this document will notify signers
Last updated