Class CreateDocumentFromTemplateRequest
Message sent when requesting document content
Inherited Members
Namespace: Integration.MessageContracts.DocumentManagement
Syntax
[MessageContract]
public class CreateDocumentFromTemplateRequest : CustomRequestMessageBase
Properties
CaseID
The unique identifier of the object.
Declaration
[MessageBodyMember]
public int CaseID { get; set; }
Property Value
Type | Description |
---|---|
int | [required] The unique identifier of the object. |
DocumentDescription
Document description
Declaration
[MessageBodyMember]
public string DocumentDescription { get; set; }
Property Value
Type | Description |
---|---|
string |
DocumentTemplateID
The unique identifier of the object.
Declaration
[MessageBodyMember]
public int DocumentTemplateID { get; set; }
Property Value
Type | Description |
---|---|
int | [required] The unique identifier of the object. |
DocumentTitle
Document title
Declaration
[MessageBodyMember]
public string DocumentTitle { get; set; }
Property Value
Type | Description |
---|---|
string | [required] The title of the object. |
Methods
IsValid()
Check if message request is valid.
Declaration
public override IsValidResult IsValid()
Returns
Type | Description |
---|---|
IsValidResult | IsValidResult containing an error message if invalid. |