Click or drag to resize

UpdateUserTimeApprovalInValidationType Property

The type of validation that will be used to process this request
* Required Property

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

Property Value

String
Remarks
The type of validation that will be used to process this request. The ValidateAction property is required to update the results from UpdateUserTimeApproval(UpdateUserTimeApprovalIn) method. Below is a list of the available types that can be used when validating various business rules for updating a users time.

ValidationType Options

NameDescription
BASIC This action will do minimal validation and is recommended if you do not want do full validation checking. The validation for this mode includes:
- Validation of the EmpIdentifier
- Validation that all ApprovedBy EmpIdentifer values are valid
Example
See Also