Interface IWlmJobService
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public interface IWlmJobService : IEntityService<WlmJobEntity>, IService
Methods
GetWlmJobByHrSystemId(String)
Get Job Entity by HrSystemId(This operation will not be exposed externally meant for internal use only)
Declaration
IntegrateJobResponse GetWlmJobByHrSystemId(string hrSystemId)
Parameters
Type |
Name |
Description |
System.String |
hrSystemId |
|
Returns
IntegrateJob(IntegrateJobRequest)
Declaration
IntegrateJobResponse IntegrateJob(IntegrateJobRequest request)
Parameters
Returns