Páginas filhas
  • Contrato de Cana Ficha (GET)

Informações da Mensagem

  • Tipo de Envio: Assíncrona / Síncrona
  • Tipo de Evento: Listagem

Campo Obrigatórios

  • Código da Instância;
  • Código da Empresa
  • Código do Contrato

Exemplos de Mensagens

Mensagem XML

Family_Envio
POST /TOTVS/CONTRATOS_WS.asmx HTTP/1.1
Host: localhost
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "CONTRATOS_WS/apiHTTP_GET_CONTRCANA_FICHA"

<?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_GET_CONTRCANA_FICHA xmlns="CONTRATOS_WS">
      <pInputINSTANCIA>string</pInputINSTANCIA>
      <pInputCD_EMPRESA>string</pInputCD_EMPRESA>
      <pInputNO_CONTR_CANA>string</pInputNO_CONTR_CANA>
    </apiHTTP_GET_CONTRCANA_FICHA>
  </soap:Body>
</soap:Envelope>
Family_Retorno
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_GET_CONTRCANA_FICHAResponse xmlns="CONTRATOS_WS">
      <apiHTTP_GET_CONTRCANA_FICHAResult>string</apiHTTP_GET_CONTRCANA_FICHAResult>
    </apiHTTP_GET_CONTRCANA_FICHAResponse>
  </soap:Body>
</soap:Envelope>

Mensagem JSON

Family_Envio
{
    "pInputINSTANCIA": "1",
    "pInputCD_EMPRESA": "1",
    "pInputNO_CONTR_CANA": "12368"
}
Family_Retorno
[
   {
      "instancia":"1",
      "cdEmpresa":"1",
      "noContrCana":12368.0,
      "noFichaOrig":2706.0,
      "dtAlteracao":"2022-10-21T17:49:49",
      "fgTpMovto":"I",
      "nmUsuario":"TOTVS",
      "deUnidInd":"USINA DA ",
      "deDeptoArea":"GESTÃO DE CONTRATOS",
      "dtPreenche":"2022-10-14T00:00:00",
      "dtAprovAgr":"2022-11-09T10:39:36",
      "dtVigInic":null,
      "deProfissao":"",
      "deEstadoCivil":"",
      "fgTerraNua":"",
      "deCultAtual":"",
      "fgIrrigacao":"",
      "pcColhManual":null,
      "pcColhMecan":null,
      "fgDesenvolRedor":"",
      "deNivelPenhor":"",
      "deHipImovel":"NAO",
      "qtProdSoq":null,
      "vlTotDivida":null,
      "vlCredContrato":0.0,
      "deSafraEmpenh":"",
      "deCulturaEmpenh":"",
      "deModContrato":"",
      "fgExpRenov":"",
      "deResponsColhe":"",
      "pcPagto":null,
      "qtCortePrev":null,
      "fgAdto":"",
      "pePagto":"",
      "noRg":"",
      "fgStatus":"L",
      "vlTotalContr":null,
      "rowversion":63656.0,
      "deMotRepr":"",
      "dtHrRepr":null,
      "nmUsuarioRepr":"",
      "dtValCctr":null,
      "pcParceiro":0.0,
      "fgNegServ":"",
      "qtTonPenhor":null,
      "qtCorteAmortiza":null,
      "fgManRat":"",
      "percCcrtForn":null,
      "percCcrtUs":null,
      "dtPlantio":null,
      "fgTpValidaMin":"",
      "cdCondpgFor":null,
      "dtVigTotFin":null,
      "dtVigTotIni":null,
      "noContrCanaAnt":null,
      "fgGeraDoc":"",
      "anonymizationDate":null
   }
]

Descrição Detalhada das Tags

SEGMENTOTAGSTIPOTAMANHODESCRITIVO DA TAG


Event

pInputINSTANCIA
String5Código da Instância
pInputCD_EMPRESAString5Código da Empresa
pInputNO_CONTR_CANAString15Número do Contrato
  • Sem rótulos