Class SaveReassignLeadsRequest
Inheritance
System.Object
SaveReassignLeadsRequest
Namespace: Cmc.Nexus.Admissions.Services
Assembly: Cmc.Nexus.Admissions.Contracts.dll
Syntax
public class SaveReassignLeadsRequest : ServiceRequest
Constructors
SaveReassignLeadsRequest()
Declaration
public SaveReassignLeadsRequest()
Properties
AssignedAdmissionsRepList
List of ProspectInquiry
Declaration
public IList<AssignedAdmissionsRep> AssignedAdmissionsRepList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<AssignedAdmissionsRep> |
PreviousAdmissionsRepList
Declaration
public IList<PreviousAdmissionsRep> PreviousAdmissionsRepList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<PreviousAdmissionsRep> |
StudentIdList
Gets or sets the Student Id list.
Declaration
public List<int> StudentIdList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.Int32> |
TaskId
Gets or sets the ProspectInquiry properties.
Declaration
public int TaskId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |