PUT api/SemillaTestCalidadAPI/Put/{id}

PUT

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

globally unique identifier

Required

Body Parameters

SemillaTestCalidad
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

PG

string

Required

String length: inclusive between 0 and 100

ColdTest

string

Required

String length: inclusive between 0 and 100

FechaDeBaja

date

None.

FechaDeModificacion

date

None.

UsuarioDeModificacion

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": "0aa83001-a0c3-436a-aa96-df00c2c27bbf",
  "PG": "sample string 2",
  "ColdTest": "sample string 3",
  "FechaDeBaja": "2026-01-09T12:27:33.8410721-03:00",
  "FechaDeModificacion": "2026-01-09T12:27:33.8410721-03:00",
  "UsuarioDeModificacion": "sample string 4"
}

application/xml, text/xml

Sample:
<SemillaTestCalidad xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Entities">
  <ColdTest>sample string 3</ColdTest>
  <FechaDeBaja>2026-01-09T12:27:33.8410721-03:00</FechaDeBaja>
  <FechaDeModificacion>2026-01-09T12:27:33.8410721-03:00</FechaDeModificacion>
  <Id>0aa83001-a0c3-436a-aa96-df00c2c27bbf</Id>
  <PG>sample string 2</PG>
  <UsuarioDeModificacion>sample string 4</UsuarioDeModificacion>
</SemillaTestCalidad>

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.