POST api/Documents/SearchEVault
Allows an organization admin to search for eVault items associated to the org, and allows client admins and client users to search for eVault items associated to their client.
Request Information
URI Parameters
None.
Body Parameters
The eVault search criteria.
ESignSystems.SmartSAFE.Models.Documents.EVaultSearchCriteriaName | Description | Type | Additional information |
---|---|---|---|
IncludeFoldersInSearch |
gets or sets a value indicating whether to include folders in the search. |
boolean |
None. |
FolderName |
Gets or sets the folder name. |
string |
None. |
ClientId |
Gets or sets property to search by client identifier when an organization administrator is performing a document search. |
integer |
None. |
OrganizationId |
Gets or sets property to search by organization identifier. |
integer |
None. |
DocumentTypeId |
Gets or sets property to search by document type identifier. |
integer |
None. |
DocumentName |
Gets or sets property to search by document name. |
string |
Max length: 150 |
UDF1 |
Gets or sets property to search by a first user defined field. |
string |
Max length: 256 |
UDF2 |
Gets or sets property to search by a second user defined field. |
string |
Max length: 256 |
UDF3 |
Gets or sets property to search by a third user defined field. |
string |
Max length: 256 |
Signed |
Gets or sets a value indicating whether to search only for signed documents. |
boolean |
None. |
SignerFirstName |
Gets or sets property to search by signer first name. |
string |
Max length: 50 |
SignerLastName |
Gets or sets property to search by signer last name. |
string |
Max length: 50 |
MIN |
Gets or sets property to search by MIN. |
string |
Max length: 18 |
LoanIdentifier |
Gets or sets property to search by loan identifier. |
string |
Max length: 256 |
IsSmartDoc |
Gets or sets a value indicating whether to search only for Smart Documents. |
boolean |
None. |
ENotary |
Gets or sets a value indicating whether to search only for eNotary documents. |
boolean |
None. |
PrintAndSign |
Gets or sets a value indicating whether to search only for Print and Sign documents. |
boolean |
None. |
ERegistryStatus |
Gets or sets the property to search by eRegistryStatus when SmartRegistry is enabled. |
string |
None. |
SigningRoomName |
Gets or sets the signing room name. |
string |
Max length: 256 |
SigningRoomActionTypeId |
Gets or sets the signing room action type id. |
integer |
None. |
TransferableRecord |
Gets or sets a value indicating whether to search only for documents marked as a transferable record. |
boolean |
None. |
AuthoritativeCopy |
Gets or sets a value indicating whether to search only for documents marked as the authoritative copy. |
boolean |
None. |
PreviousAuthoritativeCopy |
Gets or sets whether to include previous authoritative copy documents. |
boolean |
None. |
IsPDF |
Gets or sets a value indicating whether to search only for pdfs. |
boolean |
None. |
CreatedStartDate |
Gets or sets the created start date. |
date |
None. |
CreatedEndDate |
Gets or sets the created end date. |
date |
None. |
IncludeArchived |
Gets or sets a value indicating whether to include or exclude documents marked as archived. |
boolean |
None. |
ExcludeSigningRoomArchived |
Gets or sets a value indicating whether to search only for documents not marked as archived and in a signing room. |
boolean |
None. |
ExcludeSigningRoomDocuments |
Gets or sets the property indicating whether to exclude signing room documents. |
boolean |
None. |
ExcludeDocumentIds |
Gets or sets the document identifiers to exclude. |
Collection of integer |
None. |
ExcludeLinkedDocuments |
Gets or sets whether to exclude linked documents. |
boolean |
None. |
MISMOVersionIdentifiers |
Gets or sets the MISMO Version Identifiers. |
Collection of string |
None. |
ParentFolderName |
Gets or sets the folder name. |
string |
None. |
SecuredInterestStartDate |
Gets or sets the secured interest start date. |
date |
None. |
SecuredInterestEndDate |
Gets or sets the secured interest end date. |
date |
None. |
SystemDocument |
Gets or sets a value indicating whether to search only for system documents. |
boolean |
None. |
PageSize |
Gets or sets the number of rows in the page. |
integer |
Range: inclusive between 1 and 2147483647 |
PageOffset |
Gets or sets the offset page to return. |
integer |
None. |
Request Formats
application/json, text/json
{ "IncludeFoldersInSearch": true, "FolderName": "sample string 2", "ClientId": 1, "OrganizationId": 1, "DocumentTypeId": 1, "DocumentName": "sample string 3", "UDF1": "sample string 4", "UDF2": "sample string 5", "UDF3": "sample string 6", "Signed": true, "SignerFirstName": "sample string 7", "SignerLastName": "sample string 8", "MIN": "sample string 9", "LoanIdentifier": "sample string 10", "IsSmartDoc": true, "ENotary": true, "PrintAndSign": true, "ERegistryStatus": "sample string 11", "SigningRoomName": "sample string 12", "SigningRoomActionTypeId": 1, "TransferableRecord": true, "AuthoritativeCopy": true, "PreviousAuthoritativeCopy": true, "IsPDF": true, "CreatedStartDate": "2024-11-26T17:16:01.6521632-05:00", "CreatedEndDate": "2024-11-26T17:16:01.6521632-05:00", "IncludeArchived": true, "ExcludeSigningRoomArchived": true, "ExcludeSigningRoomDocuments": true, "ExcludeDocumentIds": [ 1, 2 ], "ExcludeLinkedDocuments": true, "MISMOVersionIdentifiers": [ "sample string 1", "sample string 2" ], "ParentFolderName": "sample string 17", "SecuredInterestStartDate": "2024-11-26T17:16:01.6521632-05:00", "SecuredInterestEndDate": "2024-11-26T17:16:01.6521632-05:00", "SystemDocument": true, "PageSize": 1, "PageOffset": 18 }
application/xml, text/xml
<EVaultSearchCriteria xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.Documents"> <PageOffset xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models">18</PageOffset> <PageSize xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models">1</PageSize> <AuthoritativeCopy>true</AuthoritativeCopy> <ClientId>1</ClientId> <CreatedEndDate>2024-11-26T17:16:01.6521632-05:00</CreatedEndDate> <CreatedStartDate>2024-11-26T17:16:01.6521632-05:00</CreatedStartDate> <DocumentName>sample string 3</DocumentName> <DocumentTypeId>1</DocumentTypeId> <ENotary>true</ENotary> <ERegistryStatus>sample string 11</ERegistryStatus> <ExcludeDocumentIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:long>1</d2p1:long> <d2p1:long>2</d2p1:long> </ExcludeDocumentIds> <ExcludeLinkedDocuments>true</ExcludeLinkedDocuments> <ExcludeSigningRoomArchived>true</ExcludeSigningRoomArchived> <ExcludeSigningRoomDocuments>true</ExcludeSigningRoomDocuments> <IncludeArchived>true</IncludeArchived> <IsPDF>true</IsPDF> <IsSmartDoc>true</IsSmartDoc> <LoanIdentifier>sample string 10</LoanIdentifier> <MIN>sample string 9</MIN> <MISMOVersionIdentifiers xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:string>sample string 1</d2p1:string> <d2p1:string>sample string 2</d2p1:string> </MISMOVersionIdentifiers> <OrganizationId>1</OrganizationId> <ParentFolderName>sample string 17</ParentFolderName> <PreviousAuthoritativeCopy>true</PreviousAuthoritativeCopy> <PrintAndSign>true</PrintAndSign> <SecuredInterestEndDate>2024-11-26T17:16:01.6521632-05:00</SecuredInterestEndDate> <SecuredInterestStartDate>2024-11-26T17:16:01.6521632-05:00</SecuredInterestStartDate> <Signed>true</Signed> <SignerFirstName>sample string 7</SignerFirstName> <SignerLastName>sample string 8</SignerLastName> <SigningRoomActionTypeId>1</SigningRoomActionTypeId> <SigningRoomName>sample string 12</SigningRoomName> <SystemDocument>true</SystemDocument> <TransferableRecord>true</TransferableRecord> <UDF1>sample string 4</UDF1> <UDF2>sample string 5</UDF2> <UDF3>sample string 6</UDF3> <FolderName>sample string 2</FolderName> <IncludeFoldersInSearch>true</IncludeFoldersInSearch> </EVaultSearchCriteria>
application/x-www-form-urlencoded
Sample not available.
Response Information
Resource Description
The list of eVault items resulting from the search.
Collection of ESignSystems.SmartSAFE.Models.Documents.EVaultItemModelName | Description | Type | Additional information |
---|---|---|---|
FolderName |
Gets or sets property to search by FolderName. |
string |
None. |
Name |
Gets or sets property to search by Name. |
string |
None. |
MIN |
Gets or sets property to search by MIN. |
string |
None. |
LoanIdentifier |
Gets or sets property to search by loan identifier. |
string |
None. |
HasDocumentChildren |
Gets or sets whether the document has children. |
boolean |
None. |
DocumentId |
Gets or sets the document identifier. |
integer |
None. |
ClientId |
Gets or sets the document's client identifier. |
integer |
None. |
SigningRoomId |
Gets or sets the document's SigningRoom identifier. |
integer |
None. |
DocumentTypeId |
Gets or sets the document's document type identifier. |
integer |
None. |
DocumentType |
Gets or sets the document's document type. |
string |
None. |
DocumentGuid |
Gets or sets the document's GUID. |
string |
Max length: 128 |
DocumentName |
Gets or sets the document's name. |
string |
Required Max length: 256 |
Description |
Gets or sets the document's description. |
string |
Max length: 500 |
PageCount |
Gets or sets the document's page count. |
integer |
None. |
FileExtension |
Gets or sets the document's file extension. |
string |
Max length: 10 |
MimeType |
Gets or sets the document's mime type. |
string |
None. |
IsPDF |
Gets a value indicating whether the document is a PDF. |
boolean |
None. |
UDF1 |
Gets or sets the first user defined field. |
string |
Max length: 256 |
UDF2 |
Gets or sets the second user defined field. |
string |
Max length: 256 |
UDF3 |
Gets or sets the third user defined field. |
string |
Max length: 256 |
Signed |
Gets or sets a value indicating whether at least one document signer has signed the document. |
boolean |
None. |
SigningComplete |
Gets or sets a value indicating whether all document signers have signed the document. |
boolean |
None. |
ClientName |
Gets or sets the name of the client that the document is associated to. |
string |
None. |
SigningRoomName |
Gets or sets the name of the SigningRoom that the document is associated to. |
string |
None. |
HasAnnotations |
Gets or sets the value indicating whether the document has annotations. |
boolean |
None. |
HasSigners |
Gets or sets the value indicating whether the document has any signers. |
boolean |
None. |
Reviewed |
Gets or sets a value indicating whether at least one document reviewer who is required to review the document has reviewed the document. |
boolean |
None. |
ReviewingComplete |
Gets or sets a value indicating if the document is completely reviewed by those required to. |
boolean |
None. |
Downloaded |
Gets or sets a value indicating whether the document has been downloaded. |
boolean |
None. |
ParentDocumentId |
Gets or sets the parent document identifier. |
integer |
None. |
Status |
Gets the status text for the document based on other fields. |
string |
None. |
IsSmartDoc |
Gets or sets a value indicating if the document is a smart document. |
boolean |
None. |
Archived |
Indicates whether the document is archived. |
boolean |
None. |
CreatedBy |
Gets or sets the name of the user that created the document. |
string |
None. |
CreatedDate |
Gets or sets the created date of the document. |
date |
None. |
SignatureValidation |
Gets or sets the results of the signature validation of the document. |
ESignSystems.SmartSAFE.Models.Signing.SignatureValidationResult |
None. |
ExternallySigned |
Gets or sets a value indicating if the document was externally signed. |
boolean |
None. |
AuthoritativeCopy |
Indicates whether the smart document is an authoritative copy or not. |
boolean |
None. |
PreviousAuthoritativeCopy |
Gets or sets a value indicating whether this has previously been an authoritative copy. |
boolean |
None. |
MarkAsAuthoritativeCopyAfterSigning |
Gets or sets a value indicating whether the document being uploaded will become AuthoritativeCopy after it's finished being signed in a SigningRoom. |
boolean |
None. |
TransferableRecord |
Gets or sets the value indicating if the document is a transferable record. |
boolean |
None. |
IsTransferableDocOrSmartDoc |
Gets a value indicating whether this is an transferable document or an transferable smart document. |
boolean |
None. |
IsAuthoritativeDocOrSmartDoc |
Gets a value indicating whether this is an authoritative document or an authoritative smart document. |
boolean |
None. |
PrintAndSign |
Gets or sets a value indicating if document can be printed and signed. |
boolean |
None. |
ENotary |
Gets or sets a value indicating if the document is an eNotary document. |
boolean |
None. |
SortOrder |
Gets or sets the sort order. |
integer |
None. |
Signable |
Gets the signable type. |
string |
None. |
FolderId |
Gets or sets the folder identifier. |
integer |
None. |
ParentFolderId |
Gets or sets the parent folder id. |
integer |
None. |
ParentFolderName |
Gets or sets the parent folder name. |
string |
None. |
MISMOVersionIdentifier |
Gets or sets the MISMO Version Identifier. |
string |
None. |
SystemDocument |
Gets or sets a value indicating whether this document is a system document. |
boolean |
None. |
Response Formats
application/json, text/json
[ { "FolderName": "sample string 1", "Name": "sample string 2", "MIN": "sample string 3", "LoanIdentifier": "sample string 4", "HasDocumentChildren": true, "DocumentId": 1, "ClientId": 1, "SigningRoomId": 1, "DocumentTypeId": 1, "DocumentType": "sample string 6", "DocumentGuid": "sample string 7", "DocumentName": "sample string 8", "Description": "sample string 9", "PageCount": 1, "FileExtension": "sample string 10", "MimeType": "sample string 11", "IsPDF": true, "UDF1": "sample string 13", "UDF2": "sample string 14", "UDF3": "sample string 15", "Signed": true, "SigningComplete": true, "ClientName": "sample string 18", "SigningRoomName": "sample string 19", "HasAnnotations": true, "HasSigners": true, "Reviewed": true, "ReviewingComplete": true, "Downloaded": true, "ParentDocumentId": 1, "Status": "Complete", "IsSmartDoc": true, "Archived": true, "CreatedBy": "sample string 27", "CreatedDate": "2024-11-26T17:16:01.6833686-05:00", "SignatureValidation": { "Valid": true, "InvalidReason": "sample string 2" }, "ExternallySigned": true, "AuthoritativeCopy": true, "PreviousAuthoritativeCopy": true, "MarkAsAuthoritativeCopyAfterSigning": true, "TransferableRecord": true, "IsTransferableDocOrSmartDoc": true, "IsAuthoritativeDocOrSmartDoc": true, "PrintAndSign": true, "ENotary": true, "SortOrder": 1, "Signable": "eSign", "FolderId": 1, "ParentFolderId": 1, "ParentFolderName": "sample string 35", "MISMOVersionIdentifier": "sample string 36", "SystemDocument": true }, { "FolderName": "sample string 1", "Name": "sample string 2", "MIN": "sample string 3", "LoanIdentifier": "sample string 4", "HasDocumentChildren": true, "DocumentId": 1, "ClientId": 1, "SigningRoomId": 1, "DocumentTypeId": 1, "DocumentType": "sample string 6", "DocumentGuid": "sample string 7", "DocumentName": "sample string 8", "Description": "sample string 9", "PageCount": 1, "FileExtension": "sample string 10", "MimeType": "sample string 11", "IsPDF": true, "UDF1": "sample string 13", "UDF2": "sample string 14", "UDF3": "sample string 15", "Signed": true, "SigningComplete": true, "ClientName": "sample string 18", "SigningRoomName": "sample string 19", "HasAnnotations": true, "HasSigners": true, "Reviewed": true, "ReviewingComplete": true, "Downloaded": true, "ParentDocumentId": 1, "Status": "Complete", "IsSmartDoc": true, "Archived": true, "CreatedBy": "sample string 27", "CreatedDate": "2024-11-26T17:16:01.6833686-05:00", "SignatureValidation": { "Valid": true, "InvalidReason": "sample string 2" }, "ExternallySigned": true, "AuthoritativeCopy": true, "PreviousAuthoritativeCopy": true, "MarkAsAuthoritativeCopyAfterSigning": true, "TransferableRecord": true, "IsTransferableDocOrSmartDoc": true, "IsAuthoritativeDocOrSmartDoc": true, "PrintAndSign": true, "ENotary": true, "SortOrder": 1, "Signable": "eSign", "FolderId": 1, "ParentFolderId": 1, "ParentFolderName": "sample string 35", "MISMOVersionIdentifier": "sample string 36", "SystemDocument": true } ]
application/xml, text/xml
<ArrayOfEVaultItemModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.Documents"> <EVaultItemModel> <Archived xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SigningRoomManager">true</Archived> <AuthoritativeCopy xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SigningRoomManager">true</AuthoritativeCopy> <ClientId xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SigningRoomManager">1</ClientId> <ClientName xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SigningRoomManager">sample string 18</ClientName> <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SigningRoomManager">sample string 27</CreatedBy> <CreatedDate xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SigningRoomManager">2024-11-26T17:16:01.6833686-05:00</CreatedDate> <Description xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SigningRoomManager">sample string 9</Description> <DocumentGuid xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SigningRoomManager">sample string 7</DocumentGuid> <DocumentId xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SigningRoomManager">1</DocumentId> <DocumentName xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SigningRoomManager">sample string 8</DocumentName> <DocumentType xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SigningRoomManager">sample string 6</DocumentType> <DocumentTypeId xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SigningRoomManager">1</DocumentTypeId> <Downloaded xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SigningRoomManager">true</Downloaded> <ENotary xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SigningRoomManager">true</ENotary> <ExternallySigned xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SigningRoomManager">true</ExternallySigned> <FileExtension xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SigningRoomManager">sample string 10</FileExtension> <FolderId xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SigningRoomManager">1</FolderId> <HasAnnotations xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SigningRoomManager">true</HasAnnotations> <HasSigners xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SigningRoomManager">true</HasSigners> <IsAuthoritativeDocOrSmartDoc xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SigningRoomManager">true</IsAuthoritativeDocOrSmartDoc> <IsPDF xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SigningRoomManager">true</IsPDF> <IsSmartDoc xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SigningRoomManager">true</IsSmartDoc> <IsTransferableDocOrSmartDoc xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SigningRoomManager">true</IsTransferableDocOrSmartDoc> <MISMOVersionIdentifier xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SigningRoomManager">sample string 36</MISMOVersionIdentifier> <MarkAsAuthoritativeCopyAfterSigning xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SigningRoomManager">true</MarkAsAuthoritativeCopyAfterSigning> <MimeType xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SigningRoomManager">sample string 11</MimeType> <PageCount xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SigningRoomManager">1</PageCount> <ParentDocumentId xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SigningRoomManager">1</ParentDocumentId> <ParentFolderId xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SigningRoomManager">1</ParentFolderId> <ParentFolderName xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SigningRoomManager">sample string 35</ParentFolderName> <PreviousAuthoritativeCopy xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SigningRoomManager">true</PreviousAuthoritativeCopy> <PrintAndSign xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SigningRoomManager">true</PrintAndSign> <Reviewed xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SigningRoomManager">true</Reviewed> <ReviewingComplete xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SigningRoomManager">true</ReviewingComplete> <SignatureValidation xmlns:d3p1="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.Signing" xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SigningRoomManager"> <d3p1:InvalidReason>sample string 2</d3p1:InvalidReason> <d3p1:Valid>true</d3p1:Valid> </SignatureValidation> <Signed xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SigningRoomManager">true</Signed> <SigningComplete xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SigningRoomManager">true</SigningComplete> <SigningRoomId xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SigningRoomManager">1</SigningRoomId> <SigningRoomName xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SigningRoomManager">sample string 19</SigningRoomName> <SortOrder xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SigningRoomManager">1</SortOrder> <SystemDocument xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SigningRoomManager">true</SystemDocument> <TransferableRecord xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SigningRoomManager">true</TransferableRecord> <UDF1 xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SigningRoomManager">sample string 13</UDF1> <UDF2 xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SigningRoomManager">sample string 14</UDF2> <UDF3 xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SigningRoomManager">sample string 15</UDF3> <HasDocumentChildren>true</HasDocumentChildren> <LoanIdentifier>sample string 4</LoanIdentifier> <MIN>sample string 3</MIN> <FolderName>sample string 1</FolderName> <Name>sample string 2</Name> </EVaultItemModel> <EVaultItemModel> <Archived xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SigningRoomManager">true</Archived> <AuthoritativeCopy xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SigningRoomManager">true</AuthoritativeCopy> <ClientId xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SigningRoomManager">1</ClientId> <ClientName xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SigningRoomManager">sample string 18</ClientName> <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SigningRoomManager">sample string 27</CreatedBy> <CreatedDate xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SigningRoomManager">2024-11-26T17:16:01.6833686-05:00</CreatedDate> <Description xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SigningRoomManager">sample string 9</Description> <DocumentGuid xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SigningRoomManager">sample string 7</DocumentGuid> <DocumentId xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SigningRoomManager">1</DocumentId> <DocumentName xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SigningRoomManager">sample string 8</DocumentName> <DocumentType xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SigningRoomManager">sample string 6</DocumentType> <DocumentTypeId xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SigningRoomManager">1</DocumentTypeId> <Downloaded xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SigningRoomManager">true</Downloaded> <ENotary xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SigningRoomManager">true</ENotary> <ExternallySigned xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SigningRoomManager">true</ExternallySigned> <FileExtension xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SigningRoomManager">sample string 10</FileExtension> <FolderId xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SigningRoomManager">1</FolderId> <HasAnnotations xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SigningRoomManager">true</HasAnnotations> <HasSigners xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SigningRoomManager">true</HasSigners> <IsAuthoritativeDocOrSmartDoc xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SigningRoomManager">true</IsAuthoritativeDocOrSmartDoc> <IsPDF xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SigningRoomManager">true</IsPDF> <IsSmartDoc xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SigningRoomManager">true</IsSmartDoc> <IsTransferableDocOrSmartDoc xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SigningRoomManager">true</IsTransferableDocOrSmartDoc> <MISMOVersionIdentifier xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SigningRoomManager">sample string 36</MISMOVersionIdentifier> <MarkAsAuthoritativeCopyAfterSigning xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SigningRoomManager">true</MarkAsAuthoritativeCopyAfterSigning> <MimeType xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SigningRoomManager">sample string 11</MimeType> <PageCount xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SigningRoomManager">1</PageCount> <ParentDocumentId xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SigningRoomManager">1</ParentDocumentId> <ParentFolderId xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SigningRoomManager">1</ParentFolderId> <ParentFolderName xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SigningRoomManager">sample string 35</ParentFolderName> <PreviousAuthoritativeCopy xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SigningRoomManager">true</PreviousAuthoritativeCopy> <PrintAndSign xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SigningRoomManager">true</PrintAndSign> <Reviewed xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SigningRoomManager">true</Reviewed> <ReviewingComplete xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SigningRoomManager">true</ReviewingComplete> <SignatureValidation xmlns:d3p1="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.Signing" xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SigningRoomManager"> <d3p1:InvalidReason>sample string 2</d3p1:InvalidReason> <d3p1:Valid>true</d3p1:Valid> </SignatureValidation> <Signed xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SigningRoomManager">true</Signed> <SigningComplete xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SigningRoomManager">true</SigningComplete> <SigningRoomId xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SigningRoomManager">1</SigningRoomId> <SigningRoomName xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SigningRoomManager">sample string 19</SigningRoomName> <SortOrder xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SigningRoomManager">1</SortOrder> <SystemDocument xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SigningRoomManager">true</SystemDocument> <TransferableRecord xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SigningRoomManager">true</TransferableRecord> <UDF1 xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SigningRoomManager">sample string 13</UDF1> <UDF2 xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SigningRoomManager">sample string 14</UDF2> <UDF3 xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SigningRoomManager">sample string 15</UDF3> <HasDocumentChildren>true</HasDocumentChildren> <LoanIdentifier>sample string 4</LoanIdentifier> <MIN>sample string 3</MIN> <FolderName>sample string 1</FolderName> <Name>sample string 2</Name> </EVaultItemModel> </ArrayOfEVaultItemModel>