Skip to content

Latest commit

 

History

History
48 lines (41 loc) · 2.54 KB

File metadata and controls

48 lines (41 loc) · 2.54 KB

UserAgreement

Properties

Name Type Description Notes
displayDate Date The display date for the agreement. Format would be yyyy-MM-dd'T'HH:mm:ssZ. For example, e.g 2016-02-25T18:46:19Z represents UTC time [optional]
displayParticipantSetInfos List<DisplayParticipantSetInfo> The most relevant current user set for the agreement. It is typically the next signer if the agreement is from the current user, or the sender if received from another user [optional]
id String The unique identifier of the agreement.If provided in POST, it will simply be ignored [optional]
esign Boolean True if this is an e-sign document [optional]
hidden Boolean True if agreement is hidden for the user [optional]
latestVersionId String A version ID which uniquely identifies the current version of the agreement [optional]
name String Name of the Agreement [optional]
status StatusEnum This is a server generated attribute which provides the detailed status of an agreement with respect to the apiCaller [optional]

Enum: StatusEnum

Name Value
WAITING_FOR_MY_SIGNATURE "WAITING_FOR_MY_SIGNATURE"
WAITING_FOR_MY_APPROVAL "WAITING_FOR_MY_APPROVAL"
WAITING_FOR_MY_DELEGATION "WAITING_FOR_MY_DELEGATION"
WAITING_FOR_MY_ACKNOWLEDGEMENT "WAITING_FOR_MY_ACKNOWLEDGEMENT"
WAITING_FOR_MY_ACCEPTANCE "WAITING_FOR_MY_ACCEPTANCE"
WAITING_FOR_MY_FORM_FILLING "WAITING_FOR_MY_FORM_FILLING"
OUT_FOR_SIGNATURE "OUT_FOR_SIGNATURE"
OUT_FOR_APPROVAL "OUT_FOR_APPROVAL"
OUT_FOR_DELIVERY "OUT_FOR_DELIVERY"
OUT_FOR_ACCEPTANCE "OUT_FOR_ACCEPTANCE"
OUT_FOR_FORM_FILLING "OUT_FOR_FORM_FILLING"
SIGNED "SIGNED"
APPROVED "APPROVED"
FORM_FILLED "FORM_FILLED"
DELIVERED "DELIVERED"
ACCEPTED "ACCEPTED"
ARCHIVED "ARCHIVED"
CANCELLED "CANCELLED"
EXPIRED "EXPIRED"
WAITING_FOR_AUTHORING "WAITING_FOR_AUTHORING"
WAITING_FOR_PREFILL "WAITING_FOR_PREFILL"
DRAFT "DRAFT"
DOCUMENTS_NOT_YET_PROCESSED "DOCUMENTS_NOT_YET_PROCESSED"
WAITING_FOR_MY_VERIFICATION "WAITING_FOR_MY_VERIFICATION"
WAITING_FOR_VERIFICATION "WAITING_FOR_VERIFICATION"