DELETE api/VersaoUpdate/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

string

Required

Body Parameters

None.

Response Information

Resource Description

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"
}

application/xml, text/xml

Sample:
<VERSAO_UPDATE xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AlphaSoftwareAPI.Models">
  <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>