GET api/RutaLinea?strId={strId}&strRutaId={strRutaId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| strId | string |
Required |
|
| strRutaId | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of RutaLinea| Name | Description | Type | Additional information |
|---|---|---|---|
| intId | integer |
None. |
|
| intRutaId | integer |
None. |
|
| intContribuyenteId | integer |
None. |
|
| strContribuyenteNombre | string |
None. |
|
| strContribuyenteApellidos | string |
None. |
|
| strContribuyenteDni | string |
None. |
|
| strContribuyenteDireccionCompleta | string |
None. |
|
| strContribuyenteCp | string |
None. |
|
| strContribuyentePoblacion | string |
None. |
|
| strContribuyenteProvincia | string |
None. |
|
| strContribuyenteEmail | string |
None. |
|
| strContribuyenteCalle | string |
None. |
|
| strContribuyenteNumero | string |
None. |
|
| strContribuyenteBloque | string |
None. |
|
| strContribuyenteEscalera | string |
None. |
|
| strContribuyentePiso | string |
None. |
|
| strContribuyentePuerta | string |
None. |
|
| strContribuyenteReferencia | string |
None. |
|
| strContribuyenteObservaciones | string |
None. |
|
| strContribuyenteTelefono | string |
None. |
|
| decLecturaAnterior1 | decimal number |
None. |
|
| decLecturaAnterior2 | decimal number |
None. |
|
| strNContador | string |
None. |
|
| booChecked | boolean |
None. |
|
| intContadorId | integer |
None. |
|
| intContadorPadreId | integer |
None. |
|
| strContadorPadreNcontador | string |
None. |
|
| strContadorDireccion | string |
None. |
|
| strContadorPoblacion | string |
None. |
|
| strContadorCP | string |
None. |
|
| strContadorOrden | string |
None. |
|
| strContadorUso | string |
None. |
|
| strContadorTipoUso | string |
None. |
|
| strContadorNombre | string |
None. |
|
| strGPSLatitud | string |
None. |
|
| strGPSLongitud | string |
None. |
|
| strGPSDireccion | string |
None. |
|
| strTipoContador | string |
None. |
|
| intCodigoExt | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"intId": 1,
"intRutaId": 2,
"intContribuyenteId": 3,
"strContribuyenteNombre": "sample string 4",
"strContribuyenteApellidos": "sample string 5",
"strContribuyenteDni": "sample string 6",
"strContribuyenteDireccionCompleta": "sample string 7",
"strContribuyenteCp": "sample string 8",
"strContribuyentePoblacion": "sample string 9",
"strContribuyenteProvincia": "sample string 10",
"strContribuyenteEmail": "sample string 11",
"strContribuyenteCalle": "sample string 12",
"strContribuyenteNumero": "sample string 13",
"strContribuyenteBloque": "sample string 14",
"strContribuyenteEscalera": "sample string 15",
"strContribuyentePiso": "sample string 16",
"strContribuyentePuerta": "sample string 17",
"strContribuyenteReferencia": "sample string 18",
"strContribuyenteObservaciones": "sample string 19",
"strContribuyenteTelefono": "sample string 20",
"decLecturaAnterior1": 21.0,
"decLecturaAnterior2": 22.0,
"strNContador": "sample string 23",
"booChecked": true,
"intContadorId": 25,
"intContadorPadreId": 26,
"strContadorPadreNcontador": "sample string 27",
"strContadorDireccion": "sample string 28",
"strContadorPoblacion": "sample string 29",
"strContadorCP": "sample string 30",
"strContadorOrden": "sample string 31",
"strContadorUso": "sample string 32",
"strContadorTipoUso": "sample string 33",
"strContadorNombre": "sample string 34",
"strGPSLatitud": "sample string 35",
"strGPSLongitud": "sample string 36",
"strGPSDireccion": "sample string 37",
"strTipoContador": "sample string 38",
"intCodigoExt": 39
},
{
"intId": 1,
"intRutaId": 2,
"intContribuyenteId": 3,
"strContribuyenteNombre": "sample string 4",
"strContribuyenteApellidos": "sample string 5",
"strContribuyenteDni": "sample string 6",
"strContribuyenteDireccionCompleta": "sample string 7",
"strContribuyenteCp": "sample string 8",
"strContribuyentePoblacion": "sample string 9",
"strContribuyenteProvincia": "sample string 10",
"strContribuyenteEmail": "sample string 11",
"strContribuyenteCalle": "sample string 12",
"strContribuyenteNumero": "sample string 13",
"strContribuyenteBloque": "sample string 14",
"strContribuyenteEscalera": "sample string 15",
"strContribuyentePiso": "sample string 16",
"strContribuyentePuerta": "sample string 17",
"strContribuyenteReferencia": "sample string 18",
"strContribuyenteObservaciones": "sample string 19",
"strContribuyenteTelefono": "sample string 20",
"decLecturaAnterior1": 21.0,
"decLecturaAnterior2": 22.0,
"strNContador": "sample string 23",
"booChecked": true,
"intContadorId": 25,
"intContadorPadreId": 26,
"strContadorPadreNcontador": "sample string 27",
"strContadorDireccion": "sample string 28",
"strContadorPoblacion": "sample string 29",
"strContadorCP": "sample string 30",
"strContadorOrden": "sample string 31",
"strContadorUso": "sample string 32",
"strContadorTipoUso": "sample string 33",
"strContadorNombre": "sample string 34",
"strGPSLatitud": "sample string 35",
"strGPSLongitud": "sample string 36",
"strGPSDireccion": "sample string 37",
"strTipoContador": "sample string 38",
"intCodigoExt": 39
}
]
application/xml, text/xml
Sample:
<ArrayOfRutaLinea xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RestNotariaSql.Models">
<RutaLinea>
<booChecked>true</booChecked>
<decLecturaAnterior1>21</decLecturaAnterior1>
<decLecturaAnterior2>22</decLecturaAnterior2>
<intCodigoExt>39</intCodigoExt>
<intContadorId>25</intContadorId>
<intContadorPadreId>26</intContadorPadreId>
<intContribuyenteId>3</intContribuyenteId>
<intId>1</intId>
<intRutaId>2</intRutaId>
<strContadorCP>sample string 30</strContadorCP>
<strContadorDireccion>sample string 28</strContadorDireccion>
<strContadorNombre>sample string 34</strContadorNombre>
<strContadorOrden>sample string 31</strContadorOrden>
<strContadorPadreNcontador>sample string 27</strContadorPadreNcontador>
<strContadorPoblacion>sample string 29</strContadorPoblacion>
<strContadorTipoUso>sample string 33</strContadorTipoUso>
<strContadorUso>sample string 32</strContadorUso>
<strContribuyenteApellidos>sample string 5</strContribuyenteApellidos>
<strContribuyenteBloque>sample string 14</strContribuyenteBloque>
<strContribuyenteCalle>sample string 12</strContribuyenteCalle>
<strContribuyenteCp>sample string 8</strContribuyenteCp>
<strContribuyenteDireccionCompleta>sample string 7</strContribuyenteDireccionCompleta>
<strContribuyenteDni>sample string 6</strContribuyenteDni>
<strContribuyenteEmail>sample string 11</strContribuyenteEmail>
<strContribuyenteEscalera>sample string 15</strContribuyenteEscalera>
<strContribuyenteNombre>sample string 4</strContribuyenteNombre>
<strContribuyenteNumero>sample string 13</strContribuyenteNumero>
<strContribuyenteObservaciones>sample string 19</strContribuyenteObservaciones>
<strContribuyentePiso>sample string 16</strContribuyentePiso>
<strContribuyentePoblacion>sample string 9</strContribuyentePoblacion>
<strContribuyenteProvincia>sample string 10</strContribuyenteProvincia>
<strContribuyentePuerta>sample string 17</strContribuyentePuerta>
<strContribuyenteReferencia>sample string 18</strContribuyenteReferencia>
<strContribuyenteTelefono>sample string 20</strContribuyenteTelefono>
<strGPSDireccion>sample string 37</strGPSDireccion>
<strGPSLatitud>sample string 35</strGPSLatitud>
<strGPSLongitud>sample string 36</strGPSLongitud>
<strNContador>sample string 23</strNContador>
<strTipoContador>sample string 38</strTipoContador>
</RutaLinea>
<RutaLinea>
<booChecked>true</booChecked>
<decLecturaAnterior1>21</decLecturaAnterior1>
<decLecturaAnterior2>22</decLecturaAnterior2>
<intCodigoExt>39</intCodigoExt>
<intContadorId>25</intContadorId>
<intContadorPadreId>26</intContadorPadreId>
<intContribuyenteId>3</intContribuyenteId>
<intId>1</intId>
<intRutaId>2</intRutaId>
<strContadorCP>sample string 30</strContadorCP>
<strContadorDireccion>sample string 28</strContadorDireccion>
<strContadorNombre>sample string 34</strContadorNombre>
<strContadorOrden>sample string 31</strContadorOrden>
<strContadorPadreNcontador>sample string 27</strContadorPadreNcontador>
<strContadorPoblacion>sample string 29</strContadorPoblacion>
<strContadorTipoUso>sample string 33</strContadorTipoUso>
<strContadorUso>sample string 32</strContadorUso>
<strContribuyenteApellidos>sample string 5</strContribuyenteApellidos>
<strContribuyenteBloque>sample string 14</strContribuyenteBloque>
<strContribuyenteCalle>sample string 12</strContribuyenteCalle>
<strContribuyenteCp>sample string 8</strContribuyenteCp>
<strContribuyenteDireccionCompleta>sample string 7</strContribuyenteDireccionCompleta>
<strContribuyenteDni>sample string 6</strContribuyenteDni>
<strContribuyenteEmail>sample string 11</strContribuyenteEmail>
<strContribuyenteEscalera>sample string 15</strContribuyenteEscalera>
<strContribuyenteNombre>sample string 4</strContribuyenteNombre>
<strContribuyenteNumero>sample string 13</strContribuyenteNumero>
<strContribuyenteObservaciones>sample string 19</strContribuyenteObservaciones>
<strContribuyentePiso>sample string 16</strContribuyentePiso>
<strContribuyentePoblacion>sample string 9</strContribuyentePoblacion>
<strContribuyenteProvincia>sample string 10</strContribuyenteProvincia>
<strContribuyentePuerta>sample string 17</strContribuyentePuerta>
<strContribuyenteReferencia>sample string 18</strContribuyenteReferencia>
<strContribuyenteTelefono>sample string 20</strContribuyenteTelefono>
<strGPSDireccion>sample string 37</strGPSDireccion>
<strGPSLatitud>sample string 35</strGPSLatitud>
<strGPSLongitud>sample string 36</strGPSLongitud>
<strNContador>sample string 23</strNContador>
<strTipoContador>sample string 38</strTipoContador>
</RutaLinea>
</ArrayOfRutaLinea>