GET api/Oferta/ListaPrestacion/{id}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
id
No documentation available.

Define this parameter in the request URI.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
[
  {
    "$id": "2",
    "idPrestacion": 1,
    "categoriaP": "sample string 2",
    "nombre": "sample string 3",
    "precio": 4.0,
    "esRecurrente": 5,
    "nMeses": 6,
    "idMoneda": 7,
    "tiempoDuracion": "sample string 8"
  },
  {
    "$ref": "2"
  },
  {
    "$ref": "2"
  }
]

application/xml, text/xml

Sample:
<ArrayOfsp_ListarPrestacion xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mantenimiento.Datos.Entidades">
  <sp_ListarPrestacion>
    <categoriaP>sample string 2</categoriaP>
    <esRecurrente>5</esRecurrente>
    <idMoneda>7</idMoneda>
    <idPrestacion>1</idPrestacion>
    <nMeses>6</nMeses>
    <nombre>sample string 3</nombre>
    <precio>4</precio>
    <tiempoDuracion>sample string 8</tiempoDuracion>
  </sp_ListarPrestacion>
  <sp_ListarPrestacion>
    <categoriaP>sample string 2</categoriaP>
    <esRecurrente>5</esRecurrente>
    <idMoneda>7</idMoneda>
    <idPrestacion>1</idPrestacion>
    <nMeses>6</nMeses>
    <nombre>sample string 3</nombre>
    <precio>4</precio>
    <tiempoDuracion>sample string 8</tiempoDuracion>
  </sp_ListarPrestacion>
  <sp_ListarPrestacion>
    <categoriaP>sample string 2</categoriaP>
    <esRecurrente>5</esRecurrente>
    <idMoneda>7</idMoneda>
    <idPrestacion>1</idPrestacion>
    <nMeses>6</nMeses>
    <nombre>sample string 3</nombre>
    <precio>4</precio>
    <tiempoDuracion>sample string 8</tiempoDuracion>
  </sp_ListarPrestacion>
</ArrayOfsp_ListarPrestacion>