Class GetReassignLeadsRequest
Inheritance
System.Object
GetReassignLeadsRequest
Namespace: Cmc.Nexus.Admissions.Services
Assembly: Cmc.Nexus.Admissions.Contracts.dll
Syntax
public class GetReassignLeadsRequest : ServiceRequest
Constructors
GetReassignLeadsRequest()
Declaration
public GetReassignLeadsRequest()
Properties
ActivityStatusIdList
Gets or sets the ActivityStatusId.
Declaration
public List<int> ActivityStatusIdList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.Int32> |
AssignedAdmissionsRepIdList
Gets or sets the AmrepId.
Declaration
public List<int> AssignedAdmissionsRepIdList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.Int32> |
CampusIdList
Gets or sets the CampusId.
Declaration
public List<int> CampusIdList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.Int32> |
IsIncludeUnassignedAdmissionsRep
Gets or sets the Include Unassigned Admission Representatives.
Declaration
public bool IsIncludeUnassignedAdmissionsRep { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
LastActivityDateFrom
Gets or sets the Last Activity Date From
Declaration
public DateTime? LastActivityDateFrom { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
LastActivityDateTo
Gets or sets the Last Activity Date To
Declaration
public DateTime? LastActivityDateTo { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
LeadCategoryIdList
Gets or sets the AmLeadCatId.
Declaration
public List<int> LeadCategoryIdList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.Int32> |
LeadDateFrom
Gets or sets the Lead Date From
Declaration
public DateTime? LeadDateFrom { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
LeadDateTo
Gets or sets the Lead Date To
Declaration
public DateTime? LeadDateTo { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
LeadSourceIdList
Gets or sets the AmLeadSrcId.
Declaration
public List<int> LeadSourceIdList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.Int32> |
LeadTypeIdList
Gets or sets the AmleadTypeId.
Declaration
public List<int> LeadTypeIdList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.Int32> |
ProgramIdList
Gets or sets the ProgramId.
Declaration
public List<int> ProgramIdList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.Int32> |
ProgramInterestIdList
Gets or sets the ProgramInterestId.
Declaration
public List<int> ProgramInterestIdList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.Int32> |
SchoolStatusIdList
Gets or sets the SchoolStatusId.
Declaration
public List<int> SchoolStatusIdList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.Int32> |
StateList
Gets or sets the State.
Declaration
public List<int> StateList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.Int32> |
StudentGroupIdList
Gets or sets the StudentGroupId.
Declaration
public List<int> StudentGroupIdList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.Int32> |
UserId
Gets or sets the User Id
Declaration
public int UserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |