GET api/utilidades/CodigoTelComuna/{EmpresaID}/{ComunaID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| EmpresaID | integer |
Required |
|
| ComunaID | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
AguasNuevas_SitioWeb_ServicioWeb.Models.Soa.sitioweb.clsCodigoTelResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| IsOk | string |
None. |
|
| Mensaje | string |
None. |
|
| CodigoTelComuna | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"IsOk": "sample string 1",
"Mensaje": "sample string 2",
"CodigoTelComuna": "sample string 3"
}
application/xml, text/xml
Sample:
<clsCodigoTelResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AguasNuevas_SitioWeb_ServicioWeb.Models.Soa.sitioweb"> <CodigoTelComuna>sample string 3</CodigoTelComuna> <IsOk>sample string 1</IsOk> <Mensaje>sample string 2</Mensaje> </clsCodigoTelResponse>