GET api/VersaoUpdate

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of VERSAO_UPDATE
NameDescriptionTypeAdditional information
CNPJ

string

String length: inclusive between 0 and 14

VERSAO

string

String length: inclusive between 0 and 8

VERSAO_DEVEXPRESS

string

String length: inclusive between 0 and 8

REQUERIDA

boolean

None.

NOME_ARQUIVO

string

String length: inclusive between 0 and 100

NOME_ARQUIVO_DEVEXPRESS

string

String length: inclusive between 0 and 100

Response Formats

application/json, text/json

Sample:
[
  {
    "CNPJ": "sample string 1",
    "VERSAO": "sample string 2",
    "VERSAO_DEVEXPRESS": "sample string 3",
    "REQUERIDA": true,
    "NOME_ARQUIVO": "sample string 4",
    "NOME_ARQUIVO_DEVEXPRESS": "sample string 5"
  },
  {
    "CNPJ": "sample string 1",
    "VERSAO": "sample string 2",
    "VERSAO_DEVEXPRESS": "sample string 3",
    "REQUERIDA": true,
    "NOME_ARQUIVO": "sample string 4",
    "NOME_ARQUIVO_DEVEXPRESS": "sample string 5"
  }
]

application/xml, text/xml

Sample:
<ArrayOfVERSAO_UPDATE xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AlphaSoftwareAPI.Models">
  <VERSAO_UPDATE>
    <CNPJ>sample string 1</CNPJ>
    <NOME_ARQUIVO>sample string 4</NOME_ARQUIVO>
    <NOME_ARQUIVO_DEVEXPRESS>sample string 5</NOME_ARQUIVO_DEVEXPRESS>
    <REQUERIDA>true</REQUERIDA>
    <VERSAO>sample string 2</VERSAO>
    <VERSAO_DEVEXPRESS>sample string 3</VERSAO_DEVEXPRESS>
  </VERSAO_UPDATE>
  <VERSAO_UPDATE>
    <CNPJ>sample string 1</CNPJ>
    <NOME_ARQUIVO>sample string 4</NOME_ARQUIVO>
    <NOME_ARQUIVO_DEVEXPRESS>sample string 5</NOME_ARQUIVO_DEVEXPRESS>
    <REQUERIDA>true</REQUERIDA>
    <VERSAO>sample string 2</VERSAO>
    <VERSAO_DEVEXPRESS>sample string 3</VERSAO_DEVEXPRESS>
  </VERSAO_UPDATE>
</ArrayOfVERSAO_UPDATE>