GET api/app/fabrica/GetRegistoLicencaApp?pNrIMEIAparelho={pNrIMEIAparelho}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| pNrIMEIAparelho | string |
Required |
Body Parameters
None.
Response Information
Resource Description
RegistoLicencaApp| Name | Description | Type | Additional information |
|---|---|---|---|
| Registado | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"Registado": 1
}
application/xml, text/xml
Sample:
<RegistoLicencaApp xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApiGescomLogin.Models"> <Registado>1</Registado> </RegistoLicencaApp>