Class UploadDocumentTypeFileDocumentRequest
Represents the a request for the UploadDocumentTypeFileDocument method.
Inheritance
System.Object
UploadDocumentTypeFileDocumentRequest
Namespace: Cmc.Nexus.Crm.Services
Assembly: Cmc.Nexus.Crm.Contracts.dll
Syntax
public class UploadDocumentTypeFileDocumentRequest : ServiceRequest
Constructors
UploadDocumentTypeFileDocumentRequest()
Declaration
public UploadDocumentTypeFileDocumentRequest()
Properties
DocumentImage
Gets or sets the Image.
Declaration
public byte[] DocumentImage { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The Image. |
DocumentTypeId
Gets or sets the DocumentTypeId.
Declaration
public int DocumentTypeId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The DocumentTypeId. |
FileNameWithExtension
Gets or Sets file name
Declaration
public string FileNameWithExtension { get; set; }
Property Value
Type | Description |
---|---|
System.String |