| Name | Description | Type | Additional information |
|---|---|---|---|
| SigningRoomName |
Gets or sets the new SigningRoom's name. |
string |
Required Max length: 256 |
| Description |
Gets or sets the new SigningRoom's description. |
string |
Max length: 500 |
| StartDate |
Gets or sets the new SigningRoom's start date and time. |
date |
Required Data type: DateTime |
| ExpirationDate |
Gets or sets the new SigningRoom's expiration date and time. |
date |
Data type: Date |
| SigningDate |
Gets or sets the new SigningRoom's signing date and time. |
date |
Data type: Date |
| ClientId |
Gets or sets the client identifier. |
integer |
None. |
| Participants |
Gets or sets the list of participants associated to the new SigningRoom. |
Collection of ESignSystems.SmartSAFE.Models.SigningRoomManager.Create.CreateParticipantModel |
None. |
| Documents |
Gets or sets the list of documents associated to the new SigningRoom. |
Collection of ESignSystems.SmartSAFE.Models.SigningRoomManager.Create.CreateDocumentModel |
None. |
| SmartDocuments |
Gets or sets the list of smart documents associated to the new SigningRoom. |
Collection of ESignSystems.SmartSAFE.Models.SigningRoomManager.Create.CreateSmartDocumentModel |
None. |
| SigningRoomAdminUsernames |
Gets or sets a list of usernames for any client users that will be added as SigningRoom admins for the new SigningRoom. |
Collection of string |
None. |