InstalacoesEquipamentosGasWS


Click here for a complete list of operations.

DeleteAparelhoByID

Test

The test form is only available for requests from the local machine.

SOAP 1.1

The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.

POST /WebServices/InstalacoesEquipamentosGasWS.asmx HTTP/1.1
Host: sce.sram.azores.gov.pt
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://tempuri.org/DeleteAparelhoByID"

<?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>
    <DeleteAparelhoByID xmlns="http://tempuri.org/">
      <aparelhoID>int</aparelhoID>
      <certificadoID>int</certificadoID>
    </DeleteAparelhoByID>
  </soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?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>
    <DeleteAparelhoByIDResponse xmlns="http://tempuri.org/">
      <DeleteAparelhoByIDResult>
        <AparelhoGasInstalado>
          <Aparelho_Gas_Instalado_Id>int</Aparelho_Gas_Instalado_Id>
          <Certificado_Id>int</Certificado_Id>
          <Marca>string</Marca>
          <Modelo>string</Modelo>
          <Numero_Serie>string</Numero_Serie>
          <Tipo>string</Tipo>
          <Localizacao_Montagem>string</Localizacao_Montagem>
          <Tipo_Ligacao_Aparelho>string</Tipo_Ligacao_Aparelho>
          <Ligacao_Aparelho_Estanque>string</Ligacao_Aparelho_Estanque>
          <Comportamento_Chama>string</Comportamento_Chama>
          <Estado>string</Estado>
        </AparelhoGasInstalado>
        <AparelhoGasInstalado>
          <Aparelho_Gas_Instalado_Id>int</Aparelho_Gas_Instalado_Id>
          <Certificado_Id>int</Certificado_Id>
          <Marca>string</Marca>
          <Modelo>string</Modelo>
          <Numero_Serie>string</Numero_Serie>
          <Tipo>string</Tipo>
          <Localizacao_Montagem>string</Localizacao_Montagem>
          <Tipo_Ligacao_Aparelho>string</Tipo_Ligacao_Aparelho>
          <Ligacao_Aparelho_Estanque>string</Ligacao_Aparelho_Estanque>
          <Comportamento_Chama>string</Comportamento_Chama>
          <Estado>string</Estado>
        </AparelhoGasInstalado>
      </DeleteAparelhoByIDResult>
    </DeleteAparelhoByIDResponse>
  </soap:Body>
</soap:Envelope>

SOAP 1.2

The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.

POST /WebServices/InstalacoesEquipamentosGasWS.asmx HTTP/1.1
Host: sce.sram.azores.gov.pt
Content-Type: application/soap+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>
    <DeleteAparelhoByID xmlns="http://tempuri.org/">
      <aparelhoID>int</aparelhoID>
      <certificadoID>int</certificadoID>
    </DeleteAparelhoByID>
  </soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/soap+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>
    <DeleteAparelhoByIDResponse xmlns="http://tempuri.org/">
      <DeleteAparelhoByIDResult>
        <AparelhoGasInstalado>
          <Aparelho_Gas_Instalado_Id>int</Aparelho_Gas_Instalado_Id>
          <Certificado_Id>int</Certificado_Id>
          <Marca>string</Marca>
          <Modelo>string</Modelo>
          <Numero_Serie>string</Numero_Serie>
          <Tipo>string</Tipo>
          <Localizacao_Montagem>string</Localizacao_Montagem>
          <Tipo_Ligacao_Aparelho>string</Tipo_Ligacao_Aparelho>
          <Ligacao_Aparelho_Estanque>string</Ligacao_Aparelho_Estanque>
          <Comportamento_Chama>string</Comportamento_Chama>
          <Estado>string</Estado>
        </AparelhoGasInstalado>
        <AparelhoGasInstalado>
          <Aparelho_Gas_Instalado_Id>int</Aparelho_Gas_Instalado_Id>
          <Certificado_Id>int</Certificado_Id>
          <Marca>string</Marca>
          <Modelo>string</Modelo>
          <Numero_Serie>string</Numero_Serie>
          <Tipo>string</Tipo>
          <Localizacao_Montagem>string</Localizacao_Montagem>
          <Tipo_Ligacao_Aparelho>string</Tipo_Ligacao_Aparelho>
          <Ligacao_Aparelho_Estanque>string</Ligacao_Aparelho_Estanque>
          <Comportamento_Chama>string</Comportamento_Chama>
          <Estado>string</Estado>
        </AparelhoGasInstalado>
      </DeleteAparelhoByIDResult>
    </DeleteAparelhoByIDResponse>
  </soap12:Body>
</soap12:Envelope>