Name | Signature | Description |
---|
Approve | void Approve(Uri timeOffUri, String comments, String unitOfWorkId) | Approve the specified TimeOffDeleteRequest |
CreateApproveBatch | Uri CreateApproveBatch(Uri[] timeOffUri, String comments) | Create TimeOffDeleteRequest approval batch |
CreateRejectBatch | Uri CreateRejectBatch(Uri[] timeOffUri, String comments) | Create TimeOffDeleteRequest reject batch |
CreateReopenBatch | Uri CreateReopenBatch(Uri[] timeOffUri, String comments) | Create TimeOffDeleteRequest reopen batch |
CreateSubmitBatch | Uri CreateSubmitBatch(Uri[] timeOffUri, String comments) | Create TimeOffDeleteRequest submit batch |
ExecuteTimeOffDeleteRequestApprovalBatch | TimeOffDeleteRequestApprovalBatchResults1 ExecuteTimeOffDeleteRequestApprovalBatch(Uri timeOffDeleteRequestApprovalBatchUri) | Execute TimeOffDeleteRequest approval batch |
GetAllApprovers | TimeOffDeleteRequestApproverDetails1 GetAllApprovers(Uri timeOffUri) | Gets the list of approvers for this time off delete request. waitingOnAprovers returns data if request is waiting for approval. |
GetTeamApprovalStatusSummary | Int32 GetTeamApprovalStatusSummary(Uri userUri) | Get the count of the time off delete request waiting for the given user's approval. |
GetTimeOffDeleteRequestApprovalBatchResults | TimeOffDeleteRequestApprovalBatchResults1 GetTimeOffDeleteRequestApprovalBatchResults(Uri timeOffDeleteRequestApprovalBatchUri) | Retrieve results of a completed ExecuteTimeOffDeleteRequestApprovalBatch operation. Returns null if the batch has not completed. |
GetTimeOffDeleteRequestApprovalHistory | TimeOffDeleteRequestApprovalHistoryDetails1 GetTimeOffDeleteRequestApprovalHistory(Uri timeOffUri) | view the specified TimeOffDeleteRequest approval history |
Reject | void Reject(Uri timeOffUri, String comments, String unitOfWorkId) | Reject the specified TimeOffDeleteRequest |
Reopen | void Reopen(Uri timeOffUri, String comments, String unitOfWorkId) | Reopen the specified TimeOffDeleteRequest |
Submit | void Submit(Uri timeOffUri, String comments, String unitOfWorkId) | Submit the specified TimeOffDeleteRequest for approval |