POST api/SemillaTestCalidadClienteAPI/Post
POST
Request Information
URI Parameters
None.
Body Parameters
SemillaTestCalidadCliente| Name | Description | Type | Additional 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": "dc78011d-50f7-4ed7-89e7-88d38e35d168",
"PG": "sample string 2",
"ColdTest": "sample string 3",
"FechaDeBaja": "2026-01-09T12:22:29.7124842-03:00",
"FechaDeModificacion": "2026-01-09T12:22:29.7124842-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-09T12:22:29.7124842-03:00</FechaDeBaja> <FechaDeModificacion>2026-01-09T12:22:29.7124842-03:00</FechaDeModificacion> <Id>dc78011d-50f7-4ed7-89e7-88d38e35d168</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
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.