Class ProcessDuplicateProspectInquiryRequest
Represents the response for the Process Duplicate Prospect Inquiry method.
Inheritance
System.Object
ProcessDuplicateProspectInquiryRequest
Namespace: Cmc.Nexus.Admissions.Services
Assembly: Cmc.Nexus.Admissions.Contracts.dll
Syntax
public class ProcessDuplicateProspectInquiryRequest : ServiceRequest
Constructors
ProcessDuplicateProspectInquiryRequest()
Declaration
public ProcessDuplicateProspectInquiryRequest()
Properties
AssignedAdmissionsRepId
Gets or sets the AssignedAdmissionsRepId value.
Declaration
public int? AssignedAdmissionsRepId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
CampusId
Gets or sets the CampusId value.
Declaration
public int CampusId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
LeadTypeId
Gets or sets the LeadTypeId value.
Declaration
public int? LeadTypeId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
PendingProspectInquiryId
Gets or sets the PendingProspectInquiryId value.
Declaration
public int PendingProspectInquiryId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
StudentId
Gets or sets the StudentId value.
Declaration
public int StudentId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
UserId
Gets or sets the LeadTypeId value.
Declaration
public int UserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |