GET api/SemillaCondicionesAPI/GetBorrados

GetBorrados

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of SemillaCondiciones
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

Descripcion

string

Required

String length: inclusive between 0 and 100

Regulado

boolean

None.

NoRegulado

boolean

None.

Convencional

boolean

None.

OGMFree

boolean

None.

Controlado

boolean

None.

BajoStewardship

boolean

None.

FechaDeBaja

date

None.

FechaDeModificacion

date

None.

UsuarioDeModificacion

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Id": "f148b6ef-83f5-4e2e-9445-35c432c9e0f2",
    "Descripcion": "sample string 2",
    "Regulado": true,
    "NoRegulado": true,
    "Convencional": true,
    "OGMFree": true,
    "Controlado": true,
    "BajoStewardship": true,
    "FechaDeBaja": "2026-01-09T12:42:22.6985942-03:00",
    "FechaDeModificacion": "2026-01-09T12:42:22.6985942-03:00",
    "UsuarioDeModificacion": "sample string 9"
  },
  {
    "Id": "f148b6ef-83f5-4e2e-9445-35c432c9e0f2",
    "Descripcion": "sample string 2",
    "Regulado": true,
    "NoRegulado": true,
    "Convencional": true,
    "OGMFree": true,
    "Controlado": true,
    "BajoStewardship": true,
    "FechaDeBaja": "2026-01-09T12:42:22.6985942-03:00",
    "FechaDeModificacion": "2026-01-09T12:42:22.6985942-03:00",
    "UsuarioDeModificacion": "sample string 9"
  }
]

application/xml, text/xml

Sample:
<ArrayOfSemillaCondiciones xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Entities">
  <SemillaCondiciones>
    <BajoStewardship>true</BajoStewardship>
    <Controlado>true</Controlado>
    <Convencional>true</Convencional>
    <Descripcion>sample string 2</Descripcion>
    <FechaDeBaja>2026-01-09T12:42:22.6985942-03:00</FechaDeBaja>
    <FechaDeModificacion>2026-01-09T12:42:22.6985942-03:00</FechaDeModificacion>
    <Id>f148b6ef-83f5-4e2e-9445-35c432c9e0f2</Id>
    <NoRegulado>true</NoRegulado>
    <OGMFree>true</OGMFree>
    <Regulado>true</Regulado>
    <UsuarioDeModificacion>sample string 9</UsuarioDeModificacion>
  </SemillaCondiciones>
  <SemillaCondiciones>
    <BajoStewardship>true</BajoStewardship>
    <Controlado>true</Controlado>
    <Convencional>true</Convencional>
    <Descripcion>sample string 2</Descripcion>
    <FechaDeBaja>2026-01-09T12:42:22.6985942-03:00</FechaDeBaja>
    <FechaDeModificacion>2026-01-09T12:42:22.6985942-03:00</FechaDeModificacion>
    <Id>f148b6ef-83f5-4e2e-9445-35c432c9e0f2</Id>
    <NoRegulado>true</NoRegulado>
    <OGMFree>true</OGMFree>
    <Regulado>true</Regulado>
    <UsuarioDeModificacion>sample string 9</UsuarioDeModificacion>
  </SemillaCondiciones>
</ArrayOfSemillaCondiciones>