GET api/app/fabrica/GetLicencaConfiguracao?pCNPJEmpresa={pCNPJEmpresa}&pCodEmpresa={pCodEmpresa}&pCodKeyLicenca={pCodKeyLicenca}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
pCNPJEmpresa

string

Required

pCodEmpresa

integer

Required

pCodKeyLicenca

string

Required

Body Parameters

None.

Response Information

Resource Description

LicencaConfiguracao
NameDescriptionTypeAdditional information
Empresa_CNPJ

string

None.

CodEmpresa

integer

None.

CodKey_Licenca

string

None.

Server_End_IP

string

None.

Server_User_Name

string

None.

Server_User_Pass

string

None.

Server_Data_Base

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Empresa_CNPJ": "sample string 1",
  "CodEmpresa": 2,
  "CodKey_Licenca": "sample string 3",
  "Server_End_IP": "sample string 4",
  "Server_User_Name": "sample string 5",
  "Server_User_Pass": "sample string 6",
  "Server_Data_Base": "sample string 7"
}

application/xml, text/xml

Sample:
<LicencaConfiguracao xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApiGescomLogin.Models">
  <CodEmpresa>2</CodEmpresa>
  <CodKey_Licenca>sample string 3</CodKey_Licenca>
  <Empresa_CNPJ>sample string 1</Empresa_CNPJ>
  <Server_Data_Base>sample string 7</Server_Data_Base>
  <Server_End_IP>sample string 4</Server_End_IP>
  <Server_User_Name>sample string 5</Server_User_Name>
  <Server_User_Pass>sample string 6</Server_User_Pass>
</LicencaConfiguracao>