GET api/app/fabrica/GetLicenca?pCNPJEmpresa={pCNPJEmpresa}&pCodKeyLicenca={pCodKeyLicenca}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| pCNPJEmpresa | string |
Required |
|
| pCodKeyLicenca | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Licencas| Name | Description | Type | Additional 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-12-09T11:54:35.2594763-06:00"
}
application/xml, text/xml
Sample:
<Licencas xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApiGescomLogin.Models"> <CodKey_Licenca>sample string 2</CodKey_Licenca> <Dt_Val_Licenca>2025-12-09T11:54:35.2594763-06: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>