Class ImportPendingProspectInquiryRequest
Represents the response for the ProspectInquiry method.
Inheritance
System.Object
ImportPendingProspectInquiryRequest
Namespace: Cmc.Nexus.Admissions.Services
Assembly: Cmc.Nexus.Admissions.Contracts.dll
Syntax
public class ImportPendingProspectInquiryRequest : ServiceRequest
Constructors
ImportPendingProspectInquiryRequest()
Declaration
public ImportPendingProspectInquiryRequest()
Properties
AssignedAdmissionsRepId
Gets or sets the AssignedAdmissionsRepId value.
Declaration
public List<int> AssignedAdmissionsRepId { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.Int32> |
CampusId
Gets or sets the CampusId value.
Declaration
public int CampusId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
ElectronicLead
Declaration
public ElectronicLeads ElectronicLead { get; set; }
Property Value
Type | Description |
---|---|
ElectronicLeads |
ElectronicLeadsList
Gets or sets the ElectronicLeadsList value.
Declaration
public List<ElectronicLeads> ElectronicLeadsList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<ElectronicLeads> |
LeadTypeId
Gets or sets the LeadTypeId value.
Declaration
public int? LeadTypeId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
SchoolStatusId
Gets or sets the SchoolStatusId value.
Declaration
public int? SchoolStatusId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |