POST api/SemillaTestCalidadClienteAPI/Post

POST

Request Information

URI Parameters

None.

Body Parameters

SemillaTestCalidadCliente
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": "0a6e96bc-62bd-4a4e-8755-1e9ed5599ec2",
  "PG": "sample string 2",
  "ColdTest": "sample string 3",
  "FechaDeBaja": "2026-01-10T18:29:11.9664962-03:00",
  "FechaDeModificacion": "2026-01-10T18:29:11.9664962-03:00",
  "UsuarioDeModificacion": "sample string 4"
}

application/xml, text/xml

Sample:
<SemillaTestCalidadCliente 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-10T18:29:11.9664962-03:00</FechaDeBaja>
  <FechaDeModificacion>2026-01-10T18:29:11.9664962-03:00</FechaDeModificacion>
  <Id>0a6e96bc-62bd-4a4e-8755-1e9ed5599ec2</Id>
  <PG>sample string 2</PG>
  <UsuarioDeModificacion>sample string 4</UsuarioDeModificacion>
</SemillaTestCalidadCliente>

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.