GET api/Prestacion/ListaEspecialidadPrestacionChecks/{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,
    "nombre": "sample string 2",
    "precio": 3.0,
    "idCategoriaPrestacion": 4,
    "esRecurrente": 5,
    "nMeses": 6,
    "idMoneda": 7,
    "nombreCategoria": "sample string 8",
    "esCheck": 9
  },
  {
    "$ref": "2"
  },
  {
    "$ref": "2"
  }
]

application/xml, text/xml

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