Click or drag to resize

ServiceRouterTimeAddPunchByEmpIdentifier Method

Adds a TimeSlicePreModel by EmpIdentifier and returns the punch time result as a TimeAddPunchParamsOut

Namespace: AppOne.Web.Service.Services.V1R0
Assembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax
public TimeAddPunchParamsOut TimeAddPunchByEmpIdentifier(
	TimeSlicePreModel time
)

Parameters

time  TimeSlicePreModel
A new TimeSlicePreModel object

Return Value

TimeAddPunchParamsOut
A TimeAddPunchParamsOut object
Exceptions
ExceptionCondition
ServiceExceptionInvalid/missing data, EmpIdentifier not found, invalid labor levels
Remarks
Use this method to add a single time punch to an employees time-sheet

Required Fields

* AuthToken
* EmpIdentifier
* TransactionDateTime
* TransactionType

See Also