Páginas filhas
  • Histórico Deduções Fornecedores (GET)

Versões comparadas

Chave

  • Esta linha foi adicionada.
  • Esta linha foi removida.
  • A formatação mudou.

...

Bloco de código
languagexml
titleFamily_Envio
linenumberstrue
collapsetrue
POST /CONTRATOS_WS/CONTRATOS_WS.asmx HTTP/1.1
Host: 10.173.12.25
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "CONTRATOS_WS/apiHTTP_POSTGET_HISTDED"

<?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>
    <apiHTTP_POST_HISTDED xmlns="CONTRATOS_WS">
      <oHISTDED>
        <instancia>string</instancia>
        <fgTpProc>string</fgTpProc>
        <cdFornec>
          <Value>decimal</Value>
          <IsNull>boolean</IsNull>
        </cdFornec>
        <deFornec>string</deFornec>
        <dtIniPer>
          <Value>dateTime</Value>
          <IsNull>boolean</IsNull>
        </dtIniPer>
        <dtFimPer>
          <Value>dateTime</Value>
          <IsNull>boolean</IsNull>
        </dtFimPer>
        <cdEvto>
          <Value>decimal</Value>
          <IsNull>boolean</IsNull>
        </cdEvto>
        <deEvto>string</deEvto>
        <dtEvto>
          <Value>dateTime</Value>
          <IsNull>boolean</IsNull>
        </dtEvto>
        <vlDeducao>
          <Value>decimal</Value>
          <IsNull>boolean</IsNull>
        </vlDeducao>
        <cdGrpEvto>
          <Value>decimal</Value>
          <IsNull>boolean</IsNull>
        </cdGrpEvto>
        <deGrpEvto>string</deGrpEvto>
        <cdTpPropriedade>
          <Value>decimal</Value>
          <IsNull>boolean</IsNull>
        </cdTpPropriedade>
        <deTpPropriedade>string</deTpPropriedade>
        <cdFazendaDesconto>string</cdFazendaDesconto><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>
    <apiHTTP_GET_HISTDED xmlns="CONTRATOS_WS">
        <deFazendaDesconto>string<<pInputINSTANCIA>string</deFazendaDesconto>pInputINSTANCIA>
        <fgIndividual>string</fgIndividual><pInputAM_FORNEC_INI>string</pInputAM_FORNEC_INI>
        <fgDedMin>string</fgDedMin><pInputAM_FORNEC_FIN>string</pInputAM_FORNEC_FIN>
      </oHISTDED><pInputFG_TP_PROC>string</pInputFG_TP_PROC>
    </apiHTTP_POSTGET_HISTDED>
  </soap:Body>
</soap:Envelope>
Bloco de código
languagexml
titleFamily_Retorno
linenumberstrue
collapsetrue
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>
    <apiHTTP_POSTGET_HISTDEDResponse xmlns="CONTRATOS_WS">
      <apiHTTP_POSTGET_HISTDEDResult>string</apiHTTP_POSTGET_HISTDEDResult>
    </apiHTTP_POSTGET_HISTDEDResponse>
  </soap:Body>
</soap:Envelope>

...