Skip to content

Latest commit

 

History

History
executable file
·
33 lines (30 loc) · 7.13 KB

AgreementInfo.md

File metadata and controls

executable file
·
33 lines (30 loc) · 7.13 KB

IO.Swagger.model.agreements.AgreementInfo

Properties

Name Type Description Notes
Ccs List<AgreementCcInfo> A list of one or more CCs that will be copied in the agreement transaction. The CCs will each receive an email at the beginning of the transaction and also when the final document is signed. The email addresses will also receive a copy of the document, attached as a PDF file. Should not be provided in offline agreement creation. [optional]
CreatedDate DateTime? Date when agreement was created. This is a server generated attributed and can not be provided in POST/PUT calls. Format would be yyyy-MM-dd'T'HH:mm:ssZ. For example, e.g 2016-02-25T18:46:19Z represents UTC time [optional]
DeviceInfo OfflineDeviceInfo Device info of the offline device. It should only be provided in case of offline agreement creation. [optional]
DocumentVisibilityEnabled bool? If set to true, enable limited document visibility. Should not be provided in offline agreement creation. [optional]
EmailOption EmailOption Email configurations for the agreement. Should not be provided in offline agreement creation or when updating a non draft agreement. [optional]
ExpirationTime DateTime? Time after which Agreement expires and needs to be signed before it. Format should be yyyy-MM-dd'T'HH:mm:ssZ. For example, e.g 2016-02-25T18:46:19Z represents UTC time. Should not be provided in offline agreement creation. [optional]
ExternalId ExternalId An arbitrary value from your system, which can be specified at sending time and then later returned or queried. Should not be provided in offline agreement creation. [optional]
FileInfos List<FileInfo> A list of one or more files (or references to files) that will be sent out for signature. If more than one file is provided, they will be combined into one PDF before being sent out. Note: Only one of the four parameters in every FileInfo object must be specified [optional]
FirstReminderDelay int? Integer which specifies the delay in hours before sending the first reminder.<br>This is an optional field. The minimum value allowed is 1 hour and the maximum value can’t be more than the difference of agreement creation and expiry time of the agreement in hours.<br>If this is not specified but the reminder frequency is specified, then the first reminder will be sent based on frequency.<br>i.e. if the reminder is created with frequency specified as daily, the firstReminderDelay will be 24 hours. Should not be provided in offline agreement creation. [optional]
FormFieldLayerTemplates List<FileInfo> Specifies the form field layer template or source of form fields to apply on the files in this transaction. If specified, the FileInfo for this parameter must refer to a form field layer template via libraryDocumentId or libraryDocumentName, or if specified via transientDocumentId or documentURL, it must be of a supported file type. Note: Only one of the four parameters in every FileInfo object must be specified [optional]
Id string The unique identifier of the agreement.If provided in POST, it will simply be ignored [optional]
Locale string The locale associated with this agreement - specifies the language for the signing page and emails, for example en_US or fr_FR. If none specified, defaults to the language configured for the agreement sender [optional]
MergeFieldInfo List<MergefieldInfo> Optional default values for fields to merge into the document. The values will be presented to the signers for editable fields; for read-only fields the provided values will not be editable during the signing process. Merging data into fields is currently not supported when used with libraryDocumentId or libraryDocumentName. Only file and url are currently supported [optional]
Message string An optional message to the participants, describing what is being sent or why their signature is required [optional]
Name string The name of the agreement that will be used to identify it, in emails, website and other places [optional]
ParticipantSetsInfo List<ParticipantSetInfo> A list of one or more participant set. A participant set may have one or more participant. If any member of the participant set takes the action that has been assigned to the set(Sign/Approve/Acknowledge etc ), the action is considered as the action taken by whole participation set. For regular (non-MegaSign) documents, there is no limit on the number of electronic signatures in a single document. Written signatures are limited to four per document [optional]
PostSignOption PostSignOption URL and associated properties for the success page the user will be taken to after completing the signing process. Should not be provided in offline agreement creation. [optional]
ReminderFrequency string Optional parameter that sets how often you want to send reminders to the participants. If it is not specified, the default frequency set for the account will be used. Should not be provided in offline agreement creation. If provided in PUT as a different value than the current one, an error will be thrown. [optional]
SecurityOption SecurityOption Optional secondary security parameters for the agreement. Should not be provided in offline agreement creation. [optional]
SenderEmail string Email of agreement sender. Only provided in GET. Can not be provided in POST/PUT request. If provided in POST/PUT, it will be ignored [optional]
SignatureType string Specifies the type of signature you would like to request - written or e-signature. The possible values are <br> ESIGN : Agreement needs to be signed electronically <br>, WRITTEN : Agreement will be signed using handwritten signature and signed document will be uploaded into the system [optional]
State string The state in which the agreement should land. The state field can only be provided in POST calls, will never get returned in GET /agreements/{ID} and will be ignored if provided in PUT /agreements/{ID} call. The eventual status of the agreement can be obtained from GET /agreements/ID [optional]
Status string This is a server generated attribute which provides the detailed status of an agreement. [optional]
VaultingInfo VaultingInfo Vaulting properties that allows Adobe Sign to securely store documents with a vault provider [optional]
WorkflowId string The identifier of custom workflow which defines the routing path of an agreement. Should not be provided in offline agreement creation. [optional]

[Back to Model list] [Back to API list] [Back to README]