Click or drag to resize

ServiceRouterTimeOffGetBalance Method

Note: This API is now obsolete.


Namespace: AppOne.Web.Service.Services.V1R0
Assembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax
[ObsoleteAttribute]
public List<TimeOffUserBalanceModel> TimeOffGetBalance(
	TimeOffGetBalanceParamsIn timeoff
)

Parameters

timeoff  TimeOffGetBalanceParamsIn
A new TimeOffGetRequestParamsIn 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