Click or drag to resize

WSTimeOffTimeOffGetBalance Method


Namespace: AppOne.Web.Service.Services.V1R0.Customer
Assembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax
public List<TimeOffUserBalanceModel> TimeOffGetBalance(
	TimeOffGetBalanceParamsIn param
)

Parameters

param  TimeOffGetBalanceParamsIn
A new TimeOffGetBalanceParamsIn object

Return Value

ListTimeOffUserBalanceModel
A List<TimeOffUserBalanceModel> collection
Exceptions
ExceptionCondition
ServiceExceptionInvalid/missing data, Invalid action string
Remarks
Use this method to get time off balance information of all or a specific subset of employees

Action

PropertyDescription
ActionALL: Use the string 'ALL' to return all user balances.
EMPID: Use the string 'EMPID' to return only the EmpIdentifier values passed into the TimeOffGetBalanceParamsIn.EmpIdentifiers list.

Required Fields

* AuthToken
* Action

See Also