GET api/M2M/DameDatosCelda/{idTerminal}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| idTerminal | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
InformacionPorCeldaDataModel| Name | Description | Type | Additional information |
|---|---|---|---|
| mcc | integer |
None. |
|
| mnc | integer |
None. |
|
| lac | integer |
None. |
|
| cellId | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"mcc": 1,
"mnc": 2,
"lac": 3,
"cellId": 4
}
application/xml, text/xml
Sample:
<InformacionPorCeldaDataModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Manager.WebAPI.Models"> <cellId>4</cellId> <lac>3</lac> <mcc>1</mcc> <mnc>2</mnc> </InformacionPorCeldaDataModel>