MDC Web Service

<back to all web services

Maintenance527

Maintenance527 Parameters:
NameParameterData TypeRequiredDescription
DSSIDbodyintNo
FleetmanagerIDbodyintNo
DSSSiteNamebodystringNo
DSSServerbodystringNo
StatusbodystringNo
StatusUpdatebodyDateTime?No
SSLM2MServer1bodybool?No
SSLM2MServer2bodybool?No
SSLM2MServer3bodybool?No
IPSECM2MServerbodybool?No
PSAStatusbodystringNo
TeamViewerbodystringNo
DSSMonitorbodystringNo
DSSMaintRevbodystringNo
DSSSWDeploymentServerbodybool?No
MVPASStatusbodystringNo
OSNamebodystringNo
ModelbodystringNo
SystemTypebodystringNo
OSVersionbodystringNo
AVSolutionbodystringNo
AVVersionbodystringNo
AVInstallDatebodystringNo
AVOASbodystringNo
AVDATStatusbodystringNo
AVDATDatebodystringNo
respstatbodyResponseErrorNo

To override the Content-type in your clients, use the HTTP Accept Header, append the .soap11 suffix or ?format=soap11

HTTP + SOAP11

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /soap11 HTTP/1.1 
Host: dssserv1.onephilipsmdc.com 
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: Maintenance527

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
    <soap:Body>

<Maintenance527 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MDCWebService">
  <AVDATDate>String</AVDATDate>
  <AVDATStatus>String</AVDATStatus>
  <AVInstallDate>String</AVInstallDate>
  <AVOAS>String</AVOAS>
  <AVSolution>String</AVSolution>
  <AVVersion>String</AVVersion>
  <DSSID>0</DSSID>
  <DSSMaintRev>String</DSSMaintRev>
  <DSSMonitor>String</DSSMonitor>
  <DSSSWDeploymentServer>false</DSSSWDeploymentServer>
  <DSSServer>String</DSSServer>
  <DSSSiteName>String</DSSSiteName>
  <FleetmanagerID>0</FleetmanagerID>
  <IPSECM2MServer>false</IPSECM2MServer>
  <MVPASStatus>String</MVPASStatus>
  <Model>String</Model>
  <OSName>String</OSName>
  <OSVersion>String</OSVersion>
  <PSAStatus>String</PSAStatus>
  <SSLM2MServer1>false</SSLM2MServer1>
  <SSLM2MServer2>false</SSLM2MServer2>
  <SSLM2MServer3>false</SSLM2MServer3>
  <Status>String</Status>
  <StatusUpdate>0001-01-01T00:00:00</StatusUpdate>
  <SystemType>String</SystemType>
  <TeamViewer>String</TeamViewer>
  <respstat xmlns:d2p1="http://schemas.servicestack.net/types">
    <d2p1:ErrorCode>String</d2p1:ErrorCode>
    <d2p1:FieldName>String</d2p1:FieldName>
    <d2p1:Message>String</d2p1:Message>
  </respstat>
</Maintenance527>

    </soap:Body>
</soap:Envelope>