POST DSPF/ConsultaOnlineTUSaude

Consultando por CPF, nome, data de nascimento e nome da mãe, você terá acesso a informações dos planos de saúde da pessoa pesquisada e de seus beneficiários.

Request Information

URI Parameters

None.

Body Parameters

TransUnion.Consultas.DTO.Parametros.DriverService.ParametrosEntradaTUSaudePF
NameDescriptionTypeAdditional information
Token

string

None.

CPF

string

None.

DtNascimento

string

None.

NomeMae

string

None.

Nome

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Token": "sample string 1",
  "CPF": "sample string 2",
  "DtNascimento": "sample string 3",
  "NomeMae": "sample string 4",
  "Nome": "sample string 5"
}

application/xml, text/xml

Sample:
<ParametrosEntradaTUSaudePF xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="BaseEstatica.API">
  <CPF>sample string 2</CPF>
  <DtNascimento>sample string 3</DtNascimento>
  <Nome>sample string 5</Nome>
  <NomeMae>sample string 4</NomeMae>
  <Token>sample string 1</Token>
</ParametrosEntradaTUSaudePF>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

SRF Pessoa Juridica

TransUnion.Consultas.BLL.DriversServiceReference.TUSaude
NameDescriptionTypeAdditional information
NR_CPF

string

None.

DT_CONSULTA

string

None.

OPERADORAS

Collection of TransUnion.Consultas.BLL.DriversServiceReference.OPERADORA

None.

DS_MENSAGEM

string

None.

ERRO

TransUnion.Consultas.BLL.DriversServiceReference.ERRO

None.

Response Formats

application/json, text/json

Sample:
{
  "NR_CPF": "sample string 1",
  "ERRO": {
    "CODIGO": 1,
    "MENSAGEM": "sample string 2"
  },
  "DT_CONSULTA": "sample string 2",
  "OPERADORAS": [
    {
      "CD_OPERADORA": "sample string 1",
      "NM_OPERADORA": "sample string 2",
      "PLANOS": [
        {
          "CD_PLANO_SAUDE": "sample string 1",
          "NM_PLANO_SAUDE": "sample string 2",
          "ERRO": {
            "CODIGO": 1,
            "MENSAGEM": "sample string 2"
          },
          "NM_NOME": "sample string 3",
          "DT_NASCIMENTO": "sample string 4",
          "NM_MAE": "sample string 5",
          "NR_CPF": "sample string 6",
          "CD_CNS": "sample string 7",
          "NM_TITULAR": "sample string 8",
          "DS_CARACTERISTICA_PLANO": "sample string 9",
          "CD_CONTROLE_OPERACIONAL": "sample string 10",
          "CD_IDENT_BENEFICIARIO_OPERADORA": "sample string 11"
        },
        {
          "CD_PLANO_SAUDE": "sample string 1",
          "NM_PLANO_SAUDE": "sample string 2",
          "ERRO": {
            "CODIGO": 1,
            "MENSAGEM": "sample string 2"
          },
          "NM_NOME": "sample string 3",
          "DT_NASCIMENTO": "sample string 4",
          "NM_MAE": "sample string 5",
          "NR_CPF": "sample string 6",
          "CD_CNS": "sample string 7",
          "NM_TITULAR": "sample string 8",
          "DS_CARACTERISTICA_PLANO": "sample string 9",
          "CD_CONTROLE_OPERACIONAL": "sample string 10",
          "CD_IDENT_BENEFICIARIO_OPERADORA": "sample string 11"
        }
      ],
      "ERRO": {
        "CODIGO": 1,
        "MENSAGEM": "sample string 2"
      }
    },
    {
      "CD_OPERADORA": "sample string 1",
      "NM_OPERADORA": "sample string 2",
      "PLANOS": [
        {
          "CD_PLANO_SAUDE": "sample string 1",
          "NM_PLANO_SAUDE": "sample string 2",
          "ERRO": {
            "CODIGO": 1,
            "MENSAGEM": "sample string 2"
          },
          "NM_NOME": "sample string 3",
          "DT_NASCIMENTO": "sample string 4",
          "NM_MAE": "sample string 5",
          "NR_CPF": "sample string 6",
          "CD_CNS": "sample string 7",
          "NM_TITULAR": "sample string 8",
          "DS_CARACTERISTICA_PLANO": "sample string 9",
          "CD_CONTROLE_OPERACIONAL": "sample string 10",
          "CD_IDENT_BENEFICIARIO_OPERADORA": "sample string 11"
        },
        {
          "CD_PLANO_SAUDE": "sample string 1",
          "NM_PLANO_SAUDE": "sample string 2",
          "ERRO": {
            "CODIGO": 1,
            "MENSAGEM": "sample string 2"
          },
          "NM_NOME": "sample string 3",
          "DT_NASCIMENTO": "sample string 4",
          "NM_MAE": "sample string 5",
          "NR_CPF": "sample string 6",
          "CD_CNS": "sample string 7",
          "NM_TITULAR": "sample string 8",
          "DS_CARACTERISTICA_PLANO": "sample string 9",
          "CD_CONTROLE_OPERACIONAL": "sample string 10",
          "CD_IDENT_BENEFICIARIO_OPERADORA": "sample string 11"
        }
      ],
      "ERRO": {
        "CODIGO": 1,
        "MENSAGEM": "sample string 2"
      }
    }
  ],
  "DS_MENSAGEM": "sample string 3"
}

application/xml, text/xml

Sample:
<TUSaude xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="API.ZipOnline">
  <ERRO>
    <CODIGO>1</CODIGO>
    <MENSAGEM>sample string 2</MENSAGEM>
  </ERRO>
  <NR_CPF>sample string 1</NR_CPF>
  <DT_CONSULTA>sample string 2</DT_CONSULTA>
  <OPERADORAS>
    <OPERADORA>
      <ERRO>
        <CODIGO>1</CODIGO>
        <MENSAGEM>sample string 2</MENSAGEM>
      </ERRO>
      <CD_OPERADORA>sample string 1</CD_OPERADORA>
      <NM_OPERADORA>sample string 2</NM_OPERADORA>
      <PLANOS>
        <PLANO>
          <ERRO>
            <CODIGO>1</CODIGO>
            <MENSAGEM>sample string 2</MENSAGEM>
          </ERRO>
          <CD_PLANO_SAUDE>sample string 1</CD_PLANO_SAUDE>
          <NM_PLANO_SAUDE>sample string 2</NM_PLANO_SAUDE>
          <NM_NOME>sample string 3</NM_NOME>
          <DT_NASCIMENTO>sample string 4</DT_NASCIMENTO>
          <NM_MAE>sample string 5</NM_MAE>
          <NR_CPF>sample string 6</NR_CPF>
          <CD_CNS>sample string 7</CD_CNS>
          <NM_TITULAR>sample string 8</NM_TITULAR>
          <DS_CARACTERISTICA_PLANO>sample string 9</DS_CARACTERISTICA_PLANO>
          <CD_CONTROLE_OPERACIONAL>sample string 10</CD_CONTROLE_OPERACIONAL>
          <CD_IDENT_BENEFICIARIO_OPERADORA>sample string 11</CD_IDENT_BENEFICIARIO_OPERADORA>
        </PLANO>
        <PLANO>
          <ERRO>
            <CODIGO>1</CODIGO>
            <MENSAGEM>sample string 2</MENSAGEM>
          </ERRO>
          <CD_PLANO_SAUDE>sample string 1</CD_PLANO_SAUDE>
          <NM_PLANO_SAUDE>sample string 2</NM_PLANO_SAUDE>
          <NM_NOME>sample string 3</NM_NOME>
          <DT_NASCIMENTO>sample string 4</DT_NASCIMENTO>
          <NM_MAE>sample string 5</NM_MAE>
          <NR_CPF>sample string 6</NR_CPF>
          <CD_CNS>sample string 7</CD_CNS>
          <NM_TITULAR>sample string 8</NM_TITULAR>
          <DS_CARACTERISTICA_PLANO>sample string 9</DS_CARACTERISTICA_PLANO>
          <CD_CONTROLE_OPERACIONAL>sample string 10</CD_CONTROLE_OPERACIONAL>
          <CD_IDENT_BENEFICIARIO_OPERADORA>sample string 11</CD_IDENT_BENEFICIARIO_OPERADORA>
        </PLANO>
      </PLANOS>
    </OPERADORA>
    <OPERADORA>
      <ERRO>
        <CODIGO>1</CODIGO>
        <MENSAGEM>sample string 2</MENSAGEM>
      </ERRO>
      <CD_OPERADORA>sample string 1</CD_OPERADORA>
      <NM_OPERADORA>sample string 2</NM_OPERADORA>
      <PLANOS>
        <PLANO>
          <ERRO>
            <CODIGO>1</CODIGO>
            <MENSAGEM>sample string 2</MENSAGEM>
          </ERRO>
          <CD_PLANO_SAUDE>sample string 1</CD_PLANO_SAUDE>
          <NM_PLANO_SAUDE>sample string 2</NM_PLANO_SAUDE>
          <NM_NOME>sample string 3</NM_NOME>
          <DT_NASCIMENTO>sample string 4</DT_NASCIMENTO>
          <NM_MAE>sample string 5</NM_MAE>
          <NR_CPF>sample string 6</NR_CPF>
          <CD_CNS>sample string 7</CD_CNS>
          <NM_TITULAR>sample string 8</NM_TITULAR>
          <DS_CARACTERISTICA_PLANO>sample string 9</DS_CARACTERISTICA_PLANO>
          <CD_CONTROLE_OPERACIONAL>sample string 10</CD_CONTROLE_OPERACIONAL>
          <CD_IDENT_BENEFICIARIO_OPERADORA>sample string 11</CD_IDENT_BENEFICIARIO_OPERADORA>
        </PLANO>
        <PLANO>
          <ERRO>
            <CODIGO>1</CODIGO>
            <MENSAGEM>sample string 2</MENSAGEM>
          </ERRO>
          <CD_PLANO_SAUDE>sample string 1</CD_PLANO_SAUDE>
          <NM_PLANO_SAUDE>sample string 2</NM_PLANO_SAUDE>
          <NM_NOME>sample string 3</NM_NOME>
          <DT_NASCIMENTO>sample string 4</DT_NASCIMENTO>
          <NM_MAE>sample string 5</NM_MAE>
          <NR_CPF>sample string 6</NR_CPF>
          <CD_CNS>sample string 7</CD_CNS>
          <NM_TITULAR>sample string 8</NM_TITULAR>
          <DS_CARACTERISTICA_PLANO>sample string 9</DS_CARACTERISTICA_PLANO>
          <CD_CONTROLE_OPERACIONAL>sample string 10</CD_CONTROLE_OPERACIONAL>
          <CD_IDENT_BENEFICIARIO_OPERADORA>sample string 11</CD_IDENT_BENEFICIARIO_OPERADORA>
        </PLANO>
      </PLANOS>
    </OPERADORA>
  </OPERADORAS>
  <DS_MENSAGEM>sample string 3</DS_MENSAGEM>
</TUSaude>