Hist_Situacao_Motivo


Click here for a complete list of operations.

Carga

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 /WSSD/Hist_Situacao_Motivo.asmx HTTP/1.1
Host: desenvolvimento.portalglauco.com.br
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://tempuri.org/Carga"

<?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>
    <Carga xmlns="http://tempuri.org/">
      <usuario>string</usuario>
      <senha>string</senha>
      <idioma>string</idioma>
      <token>string</token>
      <hist_Situacao_Motivo>
        <Hist_Situacao_Motivo>
          <CD_ISH_VINCULO>string</CD_ISH_VINCULO>
          <CD_ISH_HIST_SITUACAO_MOTIVO>string</CD_ISH_HIST_SITUACAO_MOTIVO>
          <DT_HISTORICO>dateTime</DT_HISTORICO>
          <CD_SITUACAO>string</CD_SITUACAO>
          <CD_MOTIVO>string</CD_MOTIVO>
          <NU_IDADE>int</NU_IDADE>
          <CD_CID_PRINCIPAL_CAUSA>string</CD_CID_PRINCIPAL_CAUSA>
          <CD_CID_SECUNDARIO_CAUSA>string</CD_CID_SECUNDARIO_CAUSA>
          <ST_DOENCA_OCUPACIONAL>int</ST_DOENCA_OCUPACIONAL>
          <ST_ACIDENTE_TRABALHO>int</ST_ACIDENTE_TRABALHO>
        </Hist_Situacao_Motivo>
        <Hist_Situacao_Motivo>
          <CD_ISH_VINCULO>string</CD_ISH_VINCULO>
          <CD_ISH_HIST_SITUACAO_MOTIVO>string</CD_ISH_HIST_SITUACAO_MOTIVO>
          <DT_HISTORICO>dateTime</DT_HISTORICO>
          <CD_SITUACAO>string</CD_SITUACAO>
          <CD_MOTIVO>string</CD_MOTIVO>
          <NU_IDADE>int</NU_IDADE>
          <CD_CID_PRINCIPAL_CAUSA>string</CD_CID_PRINCIPAL_CAUSA>
          <CD_CID_SECUNDARIO_CAUSA>string</CD_CID_SECUNDARIO_CAUSA>
          <ST_DOENCA_OCUPACIONAL>int</ST_DOENCA_OCUPACIONAL>
          <ST_ACIDENTE_TRABALHO>int</ST_ACIDENTE_TRABALHO>
        </Hist_Situacao_Motivo>
      </hist_Situacao_Motivo>
    </Carga>
  </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>
    <CargaResponse xmlns="http://tempuri.org/">
      <CargaResult>
        <Processado>string</Processado>
        <Mensagem>string</Mensagem>
      </CargaResult>
    </CargaResponse>
  </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 /WSSD/Hist_Situacao_Motivo.asmx HTTP/1.1
Host: desenvolvimento.portalglauco.com.br
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>
    <Carga xmlns="http://tempuri.org/">
      <usuario>string</usuario>
      <senha>string</senha>
      <idioma>string</idioma>
      <token>string</token>
      <hist_Situacao_Motivo>
        <Hist_Situacao_Motivo>
          <CD_ISH_VINCULO>string</CD_ISH_VINCULO>
          <CD_ISH_HIST_SITUACAO_MOTIVO>string</CD_ISH_HIST_SITUACAO_MOTIVO>
          <DT_HISTORICO>dateTime</DT_HISTORICO>
          <CD_SITUACAO>string</CD_SITUACAO>
          <CD_MOTIVO>string</CD_MOTIVO>
          <NU_IDADE>int</NU_IDADE>
          <CD_CID_PRINCIPAL_CAUSA>string</CD_CID_PRINCIPAL_CAUSA>
          <CD_CID_SECUNDARIO_CAUSA>string</CD_CID_SECUNDARIO_CAUSA>
          <ST_DOENCA_OCUPACIONAL>int</ST_DOENCA_OCUPACIONAL>
          <ST_ACIDENTE_TRABALHO>int</ST_ACIDENTE_TRABALHO>
        </Hist_Situacao_Motivo>
        <Hist_Situacao_Motivo>
          <CD_ISH_VINCULO>string</CD_ISH_VINCULO>
          <CD_ISH_HIST_SITUACAO_MOTIVO>string</CD_ISH_HIST_SITUACAO_MOTIVO>
          <DT_HISTORICO>dateTime</DT_HISTORICO>
          <CD_SITUACAO>string</CD_SITUACAO>
          <CD_MOTIVO>string</CD_MOTIVO>
          <NU_IDADE>int</NU_IDADE>
          <CD_CID_PRINCIPAL_CAUSA>string</CD_CID_PRINCIPAL_CAUSA>
          <CD_CID_SECUNDARIO_CAUSA>string</CD_CID_SECUNDARIO_CAUSA>
          <ST_DOENCA_OCUPACIONAL>int</ST_DOENCA_OCUPACIONAL>
          <ST_ACIDENTE_TRABALHO>int</ST_ACIDENTE_TRABALHO>
        </Hist_Situacao_Motivo>
      </hist_Situacao_Motivo>
    </Carga>
  </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>
    <CargaResponse xmlns="http://tempuri.org/">
      <CargaResult>
        <Processado>string</Processado>
        <Mensagem>string</Mensagem>
      </CargaResult>
    </CargaResponse>
  </soap12:Body>
</soap12:Envelope>