GET api/app/fabrica/ListaLicencas

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of Licencas
NameDescriptionTypeAdditional information
Empresa_CNPJ

string

None.

CodKey_Licenca

string

None.

Nr_Licencas_Dispon

integer

None.

Nr_Licencas_Ativas

integer

None.

Dt_Val_Licenca

date

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Empresa_CNPJ": "sample string 1",
    "CodKey_Licenca": "sample string 2",
    "Nr_Licencas_Dispon": 3,
    "Nr_Licencas_Ativas": 4,
    "Dt_Val_Licenca": "2025-08-01T14:55:54.4661917-05:00"
  },
  {
    "Empresa_CNPJ": "sample string 1",
    "CodKey_Licenca": "sample string 2",
    "Nr_Licencas_Dispon": 3,
    "Nr_Licencas_Ativas": 4,
    "Dt_Val_Licenca": "2025-08-01T14:55:54.4661917-05:00"
  }
]

application/xml, text/xml

Sample:
<ArrayOfLicencas xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApiGescomLogin.Models">
  <Licencas>
    <CodKey_Licenca>sample string 2</CodKey_Licenca>
    <Dt_Val_Licenca>2025-08-01T14:55:54.4661917-05:00</Dt_Val_Licenca>
    <Empresa_CNPJ>sample string 1</Empresa_CNPJ>
    <Nr_Licencas_Ativas>4</Nr_Licencas_Ativas>
    <Nr_Licencas_Dispon>3</Nr_Licencas_Dispon>
  </Licencas>
  <Licencas>
    <CodKey_Licenca>sample string 2</CodKey_Licenca>
    <Dt_Val_Licenca>2025-08-01T14:55:54.4661917-05:00</Dt_Val_Licenca>
    <Empresa_CNPJ>sample string 1</Empresa_CNPJ>
    <Nr_Licencas_Ativas>4</Nr_Licencas_Ativas>
    <Nr_Licencas_Dispon>3</Nr_Licencas_Dispon>
  </Licencas>
</ArrayOfLicencas>