Click or drag to resize

TimeOffGetBalanceParamsInAction Property

Acts like a filter on employees

Namespace: AppOne.Web.Service.Services.V1R0.Customer.Contracts
Assembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax
public string Action { get; set; }

Property Value

String
Remarks
Value of this field used to select the employees whose balance information has to be returned following is the list of accepted values

Accepted Values

ValueDescription
AllReturn all user balances
EMPIDReturn balance of the employees whose employee ids are present in the employee identifiers list passed
Example
ALL
See Also