DELETE api/liberacaoonline/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

None.

Response Information

Resource Description

LIB_ONLINE
NameDescriptionTypeAdditional information
ID_CLIENTE

integer

None.

CNPJ

string

String length: inclusive between 0 and 14

NSERIE

string

String length: inclusive between 0 and 8

NMAQUINAS

integer

None.

DATA_VENCIMENTO

date

None.

DATA_LIBERAR

date

None.

LIBERADO

integer

None.

USUARIO

string

String length: inclusive between 0 and 15

MAQUINA

string

String length: inclusive between 0 and 255

HORA

time interval

None.

DATA

date

None.

VERSAO_EXPRESS

string

String length: inclusive between 0 and 20

Response Formats

application/json, text/json

Sample:
{
  "ID_CLIENTE": 1,
  "CNPJ": "sample string 2",
  "NSERIE": "sample string 3",
  "NMAQUINAS": 1,
  "DATA_VENCIMENTO": "2025-12-30T21:55:38.7105118-08:00",
  "DATA_LIBERAR": "2025-12-30T21:55:38.7105118-08:00",
  "LIBERADO": 1,
  "USUARIO": "sample string 4",
  "MAQUINA": "sample string 5",
  "HORA": "00:00:00.1234567",
  "DATA": "2025-12-30T21:55:38.7105118-08:00",
  "VERSAO_EXPRESS": "sample string 6"
}

application/xml, text/xml

Sample:
<LIB_ONLINE xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AlphaSoftwareAPI.Models">
  <CNPJ>sample string 2</CNPJ>
  <DATA>2025-12-30T21:55:38.7105118-08:00</DATA>
  <DATA_LIBERAR>2025-12-30T21:55:38.7105118-08:00</DATA_LIBERAR>
  <DATA_VENCIMENTO>2025-12-30T21:55:38.7105118-08:00</DATA_VENCIMENTO>
  <HORA>PT0.1234567S</HORA>
  <ID_CLIENTE>1</ID_CLIENTE>
  <LIBERADO>1</LIBERADO>
  <MAQUINA>sample string 5</MAQUINA>
  <NMAQUINAS>1</NMAQUINAS>
  <NSERIE>sample string 3</NSERIE>
  <USUARIO>sample string 4</USUARIO>
  <VERSAO_EXPRESS>sample string 6</VERSAO_EXPRESS>
</LIB_ONLINE>