| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| DSSID | body | int | No | |
| FleetmanagerID | body | int | No | |
| DSSSiteName | body | string | No | |
| DSSServer | body | string | No | |
| Status | body | string | No | |
| StatusUpdate | body | DateTime? | No | |
| SSLM2MServer1 | body | bool? | No | |
| SSLM2MServer2 | body | bool? | No | |
| SSLM2MServer3 | body | bool? | No | |
| IPSECM2MServer | body | bool? | No | |
| PSAStatus | body | string | No | |
| TeamViewer | body | string | No | |
| DSSMonitor | body | string | No | |
| DSSMaintRev | body | string | No | |
| DSSSWDeploymentServer | body | bool? | No | |
| MVPASStatus | body | string | No | |
| OSName | body | string | No | |
| Model | body | string | No | |
| SystemType | body | string | No | |
| OSVersion | body | string | No | |
| AVSolution | body | string | No | |
| AVVersion | body | string | No | |
| AVInstallDate | body | string | No | |
| AVOAS | body | string | No | |
| AVDATStatus | body | string | No | |
| AVDATDate | body | string | No | |
| respstat | body | ResponseError | No |
To override the Content-type in your clients, use the HTTP Accept Header, append the .soap12 suffix or ?format=soap12
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
POST /soap12 HTTP/1.1
Host: dssserv1.onephilipsmdc.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
<soap12: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>
</soap12:Body>
</soap12:Envelope>