POST api/PatronSiembraAPI/Post

POST

Request Information

URI Parameters

None.

Body Parameters

PatronSiembra
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

Descripcion

string

Required

String length: inclusive between 0 and 50

PorcentajeH

decimal number

None.

PorcentajeM1

decimal number

None.

PorcentajeM2

decimal number

None.

PorcentajeM3

decimal number

None.

PorcentajeM4

decimal number

None.

PorcentajeLibre

decimal number

None.

FechaDeBaja

date

None.

FechaDeModificacion

date

None.

UsuarioDeModificacion

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": "dbdae2fc-edbd-4d8f-a62c-050013a4e640",
  "Descripcion": "sample string 2",
  "PorcentajeH": 3.0,
  "PorcentajeM1": 4.0,
  "PorcentajeM2": 5.0,
  "PorcentajeM3": 6.0,
  "PorcentajeM4": 7.0,
  "PorcentajeLibre": 8.0,
  "FechaDeBaja": "2026-01-09T12:47:35.0159522-03:00",
  "FechaDeModificacion": "2026-01-09T12:47:35.0159522-03:00",
  "UsuarioDeModificacion": "sample string 9"
}

application/xml, text/xml

Sample:
<PatronSiembra xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Entities">
  <Descripcion>sample string 2</Descripcion>
  <FechaDeBaja>2026-01-09T12:47:35.0159522-03:00</FechaDeBaja>
  <FechaDeModificacion>2026-01-09T12:47:35.0159522-03:00</FechaDeModificacion>
  <Id>dbdae2fc-edbd-4d8f-a62c-050013a4e640</Id>
  <PorcentajeH>3</PorcentajeH>
  <PorcentajeLibre>8</PorcentajeLibre>
  <PorcentajeM1>4</PorcentajeM1>
  <PorcentajeM2>5</PorcentajeM2>
  <PorcentajeM3>6</PorcentajeM3>
  <PorcentajeM4>7</PorcentajeM4>
  <UsuarioDeModificacion>sample string 9</UsuarioDeModificacion>
</PatronSiembra>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.