Interface IApplicantStatusChangeService
Represents a service contract for interacting with the GetApplicantStatusChange entity.
Assembly: Cmc.Nexus.Admissions.Contracts.dll
Syntax
public interface IApplicantStatusChangeService : IEntityService<ApplicantEntity>, IService
Methods
GetApplicantStatusChangeDetails(GetApplicantStatusChangeRequest)
Wrapper for Get Applicant Status Change Details service.
Declaration
GetApplicantStatusChangeResponse GetApplicantStatusChangeDetails(GetApplicantStatusChangeRequest request)
Parameters
Returns
ProspectsAndApplicantsBatchStatusChange(BatchProspectsAndApplicantsStatusChangeRequest)
Runs Prospects And Applicants Batch Status Change
Declaration
BatchProspectsAndApplicantsStatusChangeResponse ProspectsAndApplicantsBatchStatusChange(BatchProspectsAndApplicantsStatusChangeRequest request)
Parameters
Returns