Class GetQuickLeadTemplateDetailRequest
Represents the a request for the Get Quick Lead Template Detail method.
Inheritance
System.Object
GetQuickLeadTemplateDetailRequest
Namespace: Cmc.Nexus.Common.Services
Assembly: Cmc.Nexus.Common.Contracts.dll
Syntax
public class GetQuickLeadTemplateDetailRequest : ServiceRequest
Constructors
GetQuickLeadTemplateDetailRequest()
Declaration
public GetQuickLeadTemplateDetailRequest()
Properties
TemplateCode
Template Code
Declaration
public string TemplateCode { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TemplatePropertyList
Declaration
public List<GetQuickLeadTemplateDetailRequest.TemplateProperty> TemplatePropertyList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<GetQuickLeadTemplateDetailRequest.TemplateProperty> |