Interface IReassignLeadsService
Represents a service contract for interacting with the ReassignLeads Service.
Namespace: Cmc.Nexus.Admissions.Services
Assembly: Cmc.Nexus.Admissions.Contracts.dll
Syntax
public interface IReassignLeadsService : IEntityService<ProspectInquiryEntity>, IService
Methods
GetReassignLeadsDetails(GetReassignLeadsRequest)
This method used to Get Students For ReassignLeads.
Declaration
GetReassignLeadsResponse GetReassignLeadsDetails(GetReassignLeadsRequest request)
Parameters
Type | Name | Description |
---|---|---|
GetReassignLeadsRequest | request | The GetReassignLeadsRequest Object contains the Property.which Causes Filtering of Leads. |
Returns
Type | Description |
---|---|
GetReassignLeadsResponse | Returns the GetReassignLeadsResponse list with the following values: |
SaveReassignLeads(SaveReassignLeadsRequest)
This method used to ReassignLeads for selected Students.
Declaration
SaveReassignLeadsResponse SaveReassignLeads(SaveReassignLeadsRequest request)
Parameters
Type | Name | Description |
---|---|---|
SaveReassignLeadsRequest | request | The SaveReassignLeadsRequest Object contains the Student which are selected for reassignment of Leads. |
Returns
Type | Description |
---|---|
SaveReassignLeadsResponse | Returns the SaveProspectInquiryResponse list with the following values: Details of prospect inquiry record for a Student for which reassignment of Leads done. |