API Reference
IncidentManagement - Query Company Site Details
With this operation, it is possible to retrieve available company site details.
The WSDL is available at the following URL, where the <baseURI> parameter is provided by the operator:
— <baseURI>/dcpapi/IncidentManagement?WSDL
EXAMPLE OF API REQUEST:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" ⇒ xmlns:inc="http://api.dcp.ericsson.net/IncidentManagement"> <soapenv:Header/> <soapenv:Body> <inc:QueryCompanySiteDetails> <customerNo>99000010</customerNo> </inc:QueryCompanySiteDetails> </soapenv:Body> </soapenv:Envelope>
EXAMPLE OF API RESPONSE:
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"> <env:Header/> <env:Body> <ns2:QueryCompanySiteDetailsResponse xmlns:ns2="http://api.dcp.ericsson.net/IncidentManagement"> <site> <siteName>Enterprise A Site 1</siteName> </site> <site> <siteName>Enterprise A Site 2</siteName> </site> <site> <siteName>Enterprise A Site 3</siteName> </site> <site> <siteName>Enterprise A Site 4</siteName> </site> <site> <siteName>Enterprise A Site 5</siteName> </site> </ns2:QueryCompanySiteDetailsResponse> </env:Body> </env:Envelope>