<?xml version="1.0" encoding="UTF-8"?>
<definitions name="ComunideskSoap_EgresoExclusionGastoComun"
  targetNamespace="https://gateway.comunidesk.com/soap"
  xmlns="http://schemas.xmlsoap.org/wsdl/"
  xmlns:tns="https://gateway.comunidesk.com/soap"
  xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
  xmlns:xsd="http://www.w3.org/2001/XMLSchema">

  <types>
    <xsd:schema targetNamespace="https://gateway.comunidesk.com/soap" elementFormDefault="qualified">
      <xsd:complexType name="EgresoExclusionGastoComun"><xsd:sequence><xsd:element name="_id" type="xsd:string" minOccurs="0"/><xsd:element name="type" type="xsd:string" minOccurs="0"/><xsd:element name="edificioId" type="xsd:string" minOccurs="1"/><xsd:element name="periodoExcluido" type="xsd:string" minOccurs="1"/><xsd:element name="periodoDestino" type="xsd:string" minOccurs="0"/><xsd:element name="egresoId" type="xsd:string" minOccurs="1"/><xsd:element name="cuotaId" type="xsd:string" minOccurs="0"/><xsd:element name="concepto" type="xsd:string" minOccurs="1"/><xsd:element name="monto" type="xsd:double" minOccurs="1"/><xsd:element name="esCuota" type="xsd:boolean" minOccurs="1"/><xsd:element name="motivo" type="xsd:string" minOccurs="0"/><xsd:element name="estado" type="xsd:string" minOccurs="0"/><xsd:element name="integradoEnPeriodo" type="xsd:string" minOccurs="0"/></xsd:sequence></xsd:complexType>
    </xsd:schema>
  </types>

  
  <message name="ListEgresoExclusionGastoComunRequest"><part name="edificioId" type="xsd:string"/></message>
  <message name="ListEgresoExclusionGastoComunResponse"><part name="items" type="xsd:string"/></message>
  <message name="GetEgresoExclusionGastoComunRequest"><part name="id" type="xsd:string"/><part name="edificioId" type="xsd:string"/></message>
  <message name="GetEgresoExclusionGastoComunResponse"><part name="item" type="tns:EgresoExclusionGastoComun"/></message>
  <message name="CreateEgresoExclusionGastoComunRequest"><part name="body" type="tns:EgresoExclusionGastoComun"/></message>
  <message name="CreateEgresoExclusionGastoComunResponse"><part name="item" type="tns:EgresoExclusionGastoComun"/></message>
  <message name="UpdateEgresoExclusionGastoComunRequest"><part name="id" type="xsd:string"/><part name="body" type="tns:EgresoExclusionGastoComun"/></message>
  <message name="UpdateEgresoExclusionGastoComunResponse"><part name="item" type="tns:EgresoExclusionGastoComun"/></message>
  <message name="DeleteEgresoExclusionGastoComunRequest"><part name="id" type="xsd:string"/><part name="edificioId" type="xsd:string"/></message>
  <message name="DeleteEgresoExclusionGastoComunResponse"><part name="ok" type="xsd:boolean"/></message>

  <portType name="ComunideskSoap_EgresoExclusionGastoComunPortType">
    
    <operation name="ListEgresoExclusionGastoComun">
      <documentation>Exclusiones de egreso en gasto común — List</documentation>
      <input message="tns:ListEgresoExclusionGastoComunRequest"/>
      <output message="tns:ListEgresoExclusionGastoComunResponse"/>
    </operation>
    <operation name="GetEgresoExclusionGastoComun">
      <documentation>Exclusiones de egreso en gasto común — Get</documentation>
      <input message="tns:GetEgresoExclusionGastoComunRequest"/>
      <output message="tns:GetEgresoExclusionGastoComunResponse"/>
    </operation>
    <operation name="CreateEgresoExclusionGastoComun">
      <documentation>Exclusiones de egreso en gasto común — Create</documentation>
      <input message="tns:CreateEgresoExclusionGastoComunRequest"/>
      <output message="tns:CreateEgresoExclusionGastoComunResponse"/>
    </operation>
    <operation name="UpdateEgresoExclusionGastoComun">
      <documentation>Exclusiones de egreso en gasto común — Update</documentation>
      <input message="tns:UpdateEgresoExclusionGastoComunRequest"/>
      <output message="tns:UpdateEgresoExclusionGastoComunResponse"/>
    </operation>
    <operation name="DeleteEgresoExclusionGastoComun">
      <documentation>Exclusiones de egreso en gasto común — Delete</documentation>
      <input message="tns:DeleteEgresoExclusionGastoComunRequest"/>
      <output message="tns:DeleteEgresoExclusionGastoComunResponse"/>
    </operation>
  </portType>

  <binding name="ComunideskSoap_EgresoExclusionGastoComunBinding" type="tns:ComunideskSoap_EgresoExclusionGastoComunPortType">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document"/>
    
    <operation name="ListEgresoExclusionGastoComun">
      <soap:operation soapAction="https://gateway.comunidesk.com/soap/ListEgresoExclusionGastoComun"/>
      <input><soap:body use="literal"/></input>
      <output><soap:body use="literal"/></output>
    </operation>
    <operation name="GetEgresoExclusionGastoComun">
      <soap:operation soapAction="https://gateway.comunidesk.com/soap/GetEgresoExclusionGastoComun"/>
      <input><soap:body use="literal"/></input>
      <output><soap:body use="literal"/></output>
    </operation>
    <operation name="CreateEgresoExclusionGastoComun">
      <soap:operation soapAction="https://gateway.comunidesk.com/soap/CreateEgresoExclusionGastoComun"/>
      <input><soap:body use="literal"/></input>
      <output><soap:body use="literal"/></output>
    </operation>
    <operation name="UpdateEgresoExclusionGastoComun">
      <soap:operation soapAction="https://gateway.comunidesk.com/soap/UpdateEgresoExclusionGastoComun"/>
      <input><soap:body use="literal"/></input>
      <output><soap:body use="literal"/></output>
    </operation>
    <operation name="DeleteEgresoExclusionGastoComun">
      <soap:operation soapAction="https://gateway.comunidesk.com/soap/DeleteEgresoExclusionGastoComun"/>
      <input><soap:body use="literal"/></input>
      <output><soap:body use="literal"/></output>
    </operation>
  </binding>

  <service name="ComunideskSoap_EgresoExclusionGastoComunService">
    <documentation>Postergación de cobro de egresos/cuotas en el gasto común mensual.</documentation>
    <port name="ComunideskSoap_EgresoExclusionGastoComunPort" binding="tns:ComunideskSoap_EgresoExclusionGastoComunBinding">
      <soap:address location="https://gateway.comunidesk.com/v1/soap"/>
    </port>
  </service>
</definitions>
