| Name | Description | Type | Additional information |
|---|---|---|---|
| TalkModel |
Talk model of the contract. |
TalkModels |
None. |
| ContractTemplate |
Optional template for the new contract. |
ContractTemplate |
None. |
| Subject |
Optional subject if a template was not defined. |
string |
None. |
| Body |
Obtional body if a template was not defined. |
string |
None. |
| Clauses |
List of contract clauses that substitutes the body. |
Collection of ContractClauseData |
None. |
| UserFrom |
Sender of the contract. |
string |
None. |
| UserTo |
Recipients of the contract. |
Collection of string |
None. |
| RecipientData |
Recipient data. |
Collection of RecipientData |
None. |
| IP |
IP address of the user. |
string |
None. |
| Hostname |
Machine name of the user. |
string |
None. |
| Language |
Language. |
string |
None. |
| SendMail |
Send email |
boolean |
None. |
| UrlContractAccepted |
URL to be redirected when the contract is accepted. |
string |
None. |
| UrlContractRefused |
URL to be redirected when the contract is refused. |
string |
None. |
| UrlCallbackContractAccepted |
Callback URL to be called when the contract is accepted. |
string |
None. |
| UrlCallbackContractRefused |
Callback URL to be called when the contract is refused. |
string |
None. |
| Attachments |
List of attachments of the contract. |
Collection of Attachment |
None. |
| SmsNotification |
Send a SMS notifying the recipient. |
boolean |
None. |
| SmsSignature |
A PIN code sent via SMS is required to sign the contract. |
boolean |
None. |
| IdSignatureType |
Signature type. |
SignatureTypeId |
None. |
| SenderSignatureLocation |
Location of the sender's signature. |
PdfPageRectangle |
None. |
| UserReferenceId |
User reference. |
string |
None. |