...
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:pws="http://projectorpsa.com/PwsProjectorServices/" xmlns:req="http://projectorpsa.com/DataContracts/Requests/" xmlns:tim="http://projectorpsa.com/DataContracts/Shared/TimeAndCost/" xmlns:arr="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns:com="http://projectorpsa.com/DataContracts/Shared/Common/"> <soapenv:Header/> <soapenv:Body> <pws:PwsDismissTimeAlerts> <pws:serviceRequest> <req:RequestId>1</req:RequestId> <req:SessionTicket>ARgBFuS/0LDcPCTXeih6XQ==</req:SessionTicket> <tim:MissingTimeAlertDates> <arr:dateTime>2018-03-05T00:00:00.000Z</arr:dateTime> </tim:MissingTimeAlertDates> <tim:ResourceIdentity> <com:ResourceDisplayName>Jack Spratt</com:ResourceDisplayName> <com:ResourceReferenceSystemId>E123</com:ResourceReferenceSystemId> </tim:ResourceIdentity> </pws:serviceRequest> </pws:PwsDismissTimeAlerts> </soapenv:Body> </soapenv:Envelope> |
Response Format
Panel | ||
---|---|---|
| ||
|
Response Elements
Element | Data Type | Description | Sample Data |
---|---|---|---|
Messages |
|
| |
ResponseId | Int32 | Click here for more information |
|
Status | Click here for more information |
| |
ServerTimestampUtc | DateTime | Click here for more information |
|
Response Usage Element(s)
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
<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> |