Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Overview


This service is used to retrieve time entry and/or expense entry alerts

Request Format


PwsGetAlerts Request
  • PwsGetAlerts
    • serviceRequest: PwsGetAlertsRq
      • RequestId: Int32
      • SessionTicket: String
      • CountOnlyFlag: Boolean
      • IncludeDraftTimeFlag: Boolean
      • IncludeMissingTimeFlag: Boolean
      • IncludeRejectedExpenseFlag: Boolean
      • IncludeRejectedOrIncompleteTimeFlag: Boolean
      • IncludeUnsubmittedExpenseFlag: Boolean
      • MinAlertsDate: DateTime
      • ResourceIdentity: PwsResourceRef
      • AlertsPeriodType: String
      • MissingTimeCalculateDailyFlag: Boolean
      • IncludeRejectedOrIncompleteTimeoffFlag: Boolean

Request Elements


Element

Data Type

Required?

Default

Description

Sample Data

RequestId

Int32

No


Click here for more information.


SessionTicket

String

Yes


Click here for more information.


CountOnlyFlag

Boolean

No

false

If set to 'true', the web service will return only the count of time and cost alerts; if set to 'false' the web service will return full information about each alert


IncludeDraftTimeFlag

Boolean

One of IncludeDraftTimeFlag, IncludeMissingTimeFlag, IncludeRejectedExpenseFlag, IncludeRejectedOrIncompleteTimeFlag or IncludeUnsubmittedExpenseFlag is required

false

If set to 'true', draft time card alerts will be returned


IncludeMissingTimeFlag

Boolean

See IncludeDraftTimeFlag

false 

If set to 'true', missing time alerts will be returned 


IncludeRejectedExpenseFlag

Boolean

See IncludeDraftTimeFlag

false 

If set to 'true', rejected expense alerts will be returned 


IncludeRejectedOrIncompleteTimeFlag

Boolean

See IncludeDraftTimeFlag

false 

If set to 'true,  


IncludeUnsubmittedExpenseFlag

Boolean

See IncludeDraftTimeFlag

false 



MinAlertsDate *** deprecated ***

DateTime

 *** deprecated ***

 *** deprecated ***

 *** deprecated ***

 

ResourceIdentity

PwsResourceRef

No


The resource identity when acting on behalf of


AlertsPeriodType

String

No

 'W' for weekly

The alerts period type:

"D" for day,

"W" for week

"M" for month

"A" for accounting period


MissingTimeCalculateDailyFlag

Boolean



If set to 'true', the web service will calculate the daily missing time


IncludeRejectedOrIncompleteTimeoffFlag

Boolean





  • No labels