GET api/PatronSiembraAPI/GetActivosDTOCombo

GetActivosDTOCombo

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of PatronSiembraDTOCombo
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

Descripcion

string

None.

PorcentajeH

decimal number

None.

PorcentajeM1

decimal number

None.

PorcentajeM2

decimal number

None.

PorcentajeM3

decimal number

None.

PorcentajeM4

decimal number

None.

PorcentajeLibre

decimal number

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Id": "ab997c3c-f422-41e3-b524-d26efa775a08",
    "Descripcion": "sample string 2",
    "PorcentajeH": 3.0,
    "PorcentajeM1": 4.0,
    "PorcentajeM2": 5.0,
    "PorcentajeM3": 6.0,
    "PorcentajeM4": 7.0,
    "PorcentajeLibre": 8.0
  },
  {
    "Id": "ab997c3c-f422-41e3-b524-d26efa775a08",
    "Descripcion": "sample string 2",
    "PorcentajeH": 3.0,
    "PorcentajeM1": 4.0,
    "PorcentajeM2": 5.0,
    "PorcentajeM3": 6.0,
    "PorcentajeM4": 7.0,
    "PorcentajeLibre": 8.0
  }
]

application/xml, text/xml

Sample:
<ArrayOfPatronSiembraDTOCombo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Entities.DTO">
  <PatronSiembraDTOCombo>
    <Descripcion>sample string 2</Descripcion>
    <Id>ab997c3c-f422-41e3-b524-d26efa775a08</Id>
    <PorcentajeH>3</PorcentajeH>
    <PorcentajeLibre>8</PorcentajeLibre>
    <PorcentajeM1>4</PorcentajeM1>
    <PorcentajeM2>5</PorcentajeM2>
    <PorcentajeM3>6</PorcentajeM3>
    <PorcentajeM4>7</PorcentajeM4>
  </PatronSiembraDTOCombo>
  <PatronSiembraDTOCombo>
    <Descripcion>sample string 2</Descripcion>
    <Id>ab997c3c-f422-41e3-b524-d26efa775a08</Id>
    <PorcentajeH>3</PorcentajeH>
    <PorcentajeLibre>8</PorcentajeLibre>
    <PorcentajeM1>4</PorcentajeM1>
    <PorcentajeM2>5</PorcentajeM2>
    <PorcentajeM3>6</PorcentajeM3>
    <PorcentajeM4>7</PorcentajeM4>
  </PatronSiembraDTOCombo>
</ArrayOfPatronSiembraDTOCombo>