Click or drag to resize

ServiceRouterTimeGetPunchesByEmpIdentifier Method

Gets all time punches by employee identifier as a List<TimeGetPunchesParamsOut> collection

Namespace: AppOne.Web.Service.Services.V1R0
Assembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax
public List<TimeGetPunchesParamsOut> TimeGetPunchesByEmpIdentifier(
	TimeGetPunchesParamsIn param
)

Parameters

param  TimeGetPunchesParamsIn
A new TimeGetPunchesParamsIn object

Return Value

ListTimeGetPunchesParamsOut
A List<TimeGetPunchesParamsOut> collection
Exceptions
ExceptionCondition
ServiceExceptionInvalid/missing data, EmpIdentifier not found
Remarks
Use this method to get a list of employees timesheet data.
Note  Note
If an invalid EmpIdentifier is passed into the EmpIdentifierList then that EmpIdentifier is just ignored and no data will be returned for that employee.

Required Fields

* AuthToken
* EmpIdentifierList
* StartDate
* EndDate

See Also