Overview
This service is used to retrieve multiple alerts including: 1. Draft and/or alerts for a specified resource. Alerts indicate that the resource has outstanding activity in need of attention, and include Draft, Missing and/or Rejected Time Alerts, 2. Draft and/or Rejected Expense Alerts and 3. Rejected Requested Time Off alerts.
Request Format
Panel | ||
---|---|---|
| ||
|
...
Element | Data Type | Required? | Default | Description | Sample Data |
---|---|---|---|---|---|
RequestId | Int32 | No | Click here for more information. | 1 | |
SessionTicket | String | Yes | Click here for more information. | ASRSfTVqwiAveqJtZvLffA== | |
CountOnlyFlag | Boolean | No | false | If set to 'true', the web service will return only the count of time, cost and cost time off alerts; if set to 'false' the web service will return full information about each alert | false |
IncludeDraftTimeFlag | Boolean | One of IncludeDraftTimeFlag, IncludeMissingTimeFlag, IncludeRejectedExpenseFlag, IncludeRejectedOrIncompleteTimeFlag or IncludeUnsubmittedExpenseFlag or IncludeRejectedOrIncompleteTimeoffFlag is required | false | If set to 'true', draft time card alerts will be returned | true |
IncludeMissingTimeFlag | Boolean | See IncludeDraftTimeFlag | false | If set to 'true', missing time alerts will be returned returned. | false |
IncludeRejectedExpenseFlag | Boolean | See IncludeDraftTimeFlag | false | If set to 'true', rejected expense alerts will be returned returned. | false |
IncludeRejectedOrIncompleteTimeFlag | Boolean | See IncludeDraftTimeFlag | false | If set to 'true, rejected or incomplete time card alerts will be returned. | true |
IncludeUnsubmittedExpenseFlag | Boolean | See IncludeDraftTimeFlag | false | false | |
MinAlertsDate *** deprecated *** | DateTime | *** deprecated *** | *** deprecated *** | *** deprecated *** |
|
ResourceIdentity | No | The resource identity when acting on behalf of, if not specified, the authenticated resource identity will be used. | |||
AlertsPeriodType | String | No | 'W' for weekly | The alerts period type: "D" for day, "W" for week "M" for month "A" for accounting period | M |
MissingTimeCalculateDailyFlag | Boolean | No | false | If set to 'true', the web service will calculate the daily missing timemissing time will be determined on a daily basis. That is, a missing time alert will be generated for any day on which the reported hours are exceeded by the working hours, even if for the week as a whole, the working hours were met. | false |
IncludeRejectedOrIncompleteTimeoffFlag | BooleanNo | See IncludeDraftTimeFlag | false | If set to 'true', rejected or incomplete time off alerts will be returned. | true |
Request Usage Example(s)
...