Click or drag to resize

ServiceRouterTimeGetLastPunchByEmpIdentifier Method

Gets the last time punch by EmpIdentifier and returns a TimeGetLastPunchByEmpIdentifierParamOut object

Namespace: AppOne.Web.Service.Services.V1R0
Assembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax
public TimeGetLastPunchByEmpIdentifierParamOut TimeGetLastPunchByEmpIdentifier(
	TimeGetLastPunchByEmpIdentifierParamIn paramIn
)

Parameters

paramIn  TimeGetLastPunchByEmpIdentifierParamIn
A new TimeGetLastPunchByEmpIdentifierParamIn object

Return Value

TimeGetLastPunchByEmpIdentifierParamOut
A TimeGetLastPunchByEmpIdentifierParamOut object
Exceptions
ExceptionCondition
ServiceExceptionInvalid/missing data, EmpIdentifier not found
Remarks
Use this method to gets last time punch from data store.

Required Fields

* AuthToken
* EmpIdentifier

See Also