GET servico/integracaoterceiros/ObterTiposDeCadastro

Consulta a lista dos tipos de cadastro.

Request Info

URI Parameters

None.

Body Parameters

None.

Response Info

Resource Description

Collection of ProjecaoDeTipoDeCadastroIntegracao
NomeDescriçãoTipoInformações adicionais
ID

Código do tipo de cadastro

string

None.

Nome

Descrição do tipo de cadastro.

string

None.

Response Formats

application/json, text/json

Exemplo:
[
  {
    "ID": "sample string 1",
    "Nome": "sample string 2"
  },
  {
    "ID": "sample string 1",
    "Nome": "sample string 2"
  }
]

application/xml, text/xml

Exemplo:
<ArrayOfProjecaoDeTipoDeCadastroIntegracao xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ATAK.Projecoes.API.Integracao.TipoDeCadastro">
  <ProjecaoDeTipoDeCadastroIntegracao>
    <ID>sample string 1</ID>
    <Nome>sample string 2</Nome>
  </ProjecaoDeTipoDeCadastroIntegracao>
  <ProjecaoDeTipoDeCadastroIntegracao>
    <ID>sample string 1</ID>
    <Nome>sample string 2</Nome>
  </ProjecaoDeTipoDeCadastroIntegracao>
</ArrayOfProjecaoDeTipoDeCadastroIntegracao>