POST GetVersoes

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

TAB_VERSOES
NameDescriptionTypeAdditional information
VERSAO_ISATMOB

string

None.

VERSAO_IRESTMOB

string

None.

VERSAO_IPARK

string

None.

VERSAO_INFSE

string

None.

VERSAO_INFE

string

None.

VERSAO_IRESERVA

string

None.

VERSAO_APP1

string

None.

VERSAO_APP2

string

None.

VERSAO_APP3

string

None.

VERSAO_APP4

string

None.

VERSAO_APP5

string

None.

erro

string

None.

Response Formats

application/json, text/json

Sample:
{
  "VERSAO_ISATMOB": "sample string 1",
  "VERSAO_IRESTMOB": "sample string 2",
  "VERSAO_IPARK": "sample string 3",
  "VERSAO_INFSE": "sample string 4",
  "VERSAO_INFE": "sample string 5",
  "VERSAO_IRESERVA": "sample string 6",
  "VERSAO_APP1": "sample string 7",
  "VERSAO_APP2": "sample string 8",
  "VERSAO_APP3": "sample string 9",
  "VERSAO_APP4": "sample string 10",
  "VERSAO_APP5": "sample string 11",
  "erro": "sample string 12"
}

application/xml, text/xml

Sample:
<TAB_VERSOES xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/iFoxWsAtualizar.Models">
  <VERSAO_APP1>sample string 7</VERSAO_APP1>
  <VERSAO_APP2>sample string 8</VERSAO_APP2>
  <VERSAO_APP3>sample string 9</VERSAO_APP3>
  <VERSAO_APP4>sample string 10</VERSAO_APP4>
  <VERSAO_APP5>sample string 11</VERSAO_APP5>
  <VERSAO_INFE>sample string 5</VERSAO_INFE>
  <VERSAO_INFSE>sample string 4</VERSAO_INFSE>
  <VERSAO_IPARK>sample string 3</VERSAO_IPARK>
  <VERSAO_IRESERVA>sample string 6</VERSAO_IRESERVA>
  <VERSAO_IRESTMOB>sample string 2</VERSAO_IRESTMOB>
  <VERSAO_ISATMOB>sample string 1</VERSAO_ISATMOB>
  <erro>sample string 12</erro>
</TAB_VERSOES>