Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Panel
titlePwsDismissTimeAlerts Request
  • PwsDismissTimeAlerts
    • serviceRequest: PwsDismissTimeAlertsRq

...

Element

Data Type

Required?

Description

Sample Data

RequestId

Int32

No

Click here for more information.

1

SessionTicket

String

Yes 

Click here for more information.

ARgBFuS/0LDcPCTXeih6XQ== 

DraftTimeAlertDates

DateTime[???]

No 

Draft time alert date to be suppressed


MissingTimeAlertDates

DateTime[???]

Yes - at this time, this is the only type of time alert that can be dismissed

Missing time alert date to be suppressed

2018-03-05T00:00:00.000Z 

RejectedTimeAlertDates

DateTime[???]

No 

Rejected time alert date to be suppressed 


ResourceIdentity

PwsResourceRef

No

Identity of resource, if dismissing time alerts on behalf of another resource


...

Panel
titlePwsDismissTimeAlerts Response

Response Elements


Element

Data Type

Description

Sample Data

Messages

PwsMessage

 

 

[]

The web service response status and message. Click here for more information.


ResponseId

Int32

Click here for more information

 
1

Status

RequestStatus

Click here for more information

 
Ok

ServerTimestampUtc

DateTime

Click here for more information

 
2018-03-12T18:32:45.0410988Z

Response Usage Element(s)

...

Code Block
languagexml
titleExample 01
collapsetrue
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
   <s:Body>
      <PwsDismissTimeAlertsResponse xmlns="http://projectorpsa.com/PwsProjectorServices/">
         <PwsDismissTimeAlertsResult xmlns:a="http://projectorpsa.com/DataContracts/Shared/TimeAndCost/" xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
            <Messages xmlns="http://projectorpsa.com/CommonServices/" xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/"/>
            <ResponseId xmlns="http://projectorpsa.com/CommonServices/">1</ResponseId>
            <Status xmlns="http://projectorpsa.com/CommonServices/">Ok</Status>
            <ServerTimestampUtc xmlns="http://projectorpsa.com/CommonServices/">2018-03-12T18:32:45.0410988Z</ServerTimestampUtc>
         </PwsDismissTimeAlertsResult>
      </PwsDismissTimeAlertsResponse>
   </s:Body>
</s:Envelope>

PwsDismissTimeAlerts - Common Errors and Warnings

ErrorNumber

ErrorCode

ErrorText

20005DraftOrRejectedTimeAlertsCannotBeDismissedDraft or rejected time alerts currently may not be dismissed.
64171UnexpectedErrorDismissingTimeAlertThere was an unexpected error while trying to dismiss a time alert.