Interface IWlmPayPeriodService
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public interface IWlmPayPeriodService : IEntityService<WlmPayPeriodEntity>, IService
Methods
GetWlmPayPeriodByHrSystemId(String)
Get Pay Period Entity by HrSystemId(This operation will not be exposed externally meant for internal use only)
Declaration
IntegratePayPeriodResponse GetWlmPayPeriodByHrSystemId(string hrSystemId)
Parameters
Type |
Name |
Description |
System.String |
hrSystemId |
|
Returns
IntegratePayPeriod(IntegratePayPeriodRequest)
Declaration
IntegratePayPeriodResponse IntegratePayPeriod(IntegratePayPeriodRequest request)
Parameters
Returns