Interface IPendingProspectInquiryService
Represents a service contract for interacting with the ProspectInquiryEntity.
Namespace: Cmc.Nexus.Admissions.Services
Assembly: Cmc.Nexus.Admissions.Contracts.dll
Syntax
public interface IPendingProspectInquiryService : IEntityService<PendingProspectInquiryEntity>, IService
Methods
DiscardSelectedLeads(DiscardSelectedLeadsRequest)
Get the Prospect Inquiry entity with default values.
Declaration
DiscardSelectedLeadsResponse DiscardSelectedLeads(DiscardSelectedLeadsRequest request)
Parameters
Type | Name | Description |
---|---|---|
DiscardSelectedLeadsRequest | request | The ProspectInquiryRequest Object contains the studentId that need to be passed. |
Returns
Type | Description |
---|---|
DiscardSelectedLeadsResponse | Returns the SaveProspectInquiryResponse list with the following values: Details of prospect inquiry record for a Student that were committed to the database. |
ImportElectronicLeads(ImportPendingProspectInquiryRequest)
ImportElectronicLeads
Declaration
ImportPendingProspectInquiryResponse ImportElectronicLeads(ImportPendingProspectInquiryRequest request)
Parameters
Type | Name | Description |
---|---|---|
ImportPendingProspectInquiryRequest | request | The ImportPendingProspectInquiryRequest Object contains the CampusId that need to be passed. |
Returns
Type | Description |
---|---|
ImportPendingProspectInquiryResponse | Returns the ImportPendingProspectInquiryResponse list with the following values: Details of prospect inquiry record for a Student that were committed to the database. |
ImportSelectedLead(ImportPendingProspectInquiryRequest)
Import Pending Prospect Inquiry entity with default values.
Declaration
ImportPendingProspectInquiryResponse ImportSelectedLead(ImportPendingProspectInquiryRequest request)
Parameters
Type | Name | Description |
---|---|---|
ImportPendingProspectInquiryRequest | request | The ImportPendingProspectInquiryRequest Object contains the CampusId that need to be passed. |
Returns
Type | Description |
---|---|
ImportPendingProspectInquiryResponse | Returns the ImportPendingProspectInquiryResponse list with the following values: Details of prospect inquiry record for a Student that were committed to the database. |
ProcessDuplicateStudent(ProcessDuplicateProspectInquiryRequest)
ProcessDuplicateStudent
Declaration
ProcessDuplicateProspectInquiryResponse ProcessDuplicateStudent(ProcessDuplicateProspectInquiryRequest request)
Parameters
Type | Name | Description |
---|---|---|
ProcessDuplicateProspectInquiryRequest | request | The ProcessDuplicateProspectInquiryRequest Object contains the CampusId that need to be passed. |
Returns
Type | Description |
---|---|
ProcessDuplicateProspectInquiryResponse | Returns the ProcessDuplicateProspectInquiryResponse list with the following values: Details of prospect inquiry record for a Student that were committed to the database. |