Class SaveDocumentsRequest
Represents the request for the SaveDocuments method.
Inheritance
System.Object
SaveDocumentsRequest
Namespace: Cmc.Nexus.Crm.Services
Assembly: Cmc.Nexus.Crm.Contracts.dll
Syntax
public class SaveDocumentsRequest : ServiceRequest
Constructors
SaveDocumentsRequest()
Declaration
public SaveDocumentsRequest()
Properties
Documents
Gets or sets the Documents.
Declaration
public IList<DocumentEntity> Documents { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<DocumentEntity> |
TaskId
Gets or sets the task ID.
Declaration
public int TaskId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |