TimeOffGetBalanceParamsInAction Property | |
Acts like a filter on employees
Namespace: AppOne.Web.Service.Services.V1R0.Customer.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax public string Action { get; set; }
function get_Action();
function set_Action(value);
Property Value
StringRemarks
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
Value | Description |
---|
All | Return all user balances |
EMPID | Return balance of the employees whose employee ids are present in the employee identifiers list passed |
Example ALL
See Also