POST api/DistanciaSurcosAPI/Post

POST

Request Information

URI Parameters

None.

Body Parameters

DistanciaSurcos
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

Descripcion

string

Required

String length: inclusive between 0 and 50

Valor

decimal number

Required

Range: inclusive between 0 and 999.99

FechaDeBaja

date

None.

FechaDeModificacion

date

None.

UsuarioDeModificacion

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": "92b7ff2b-3989-4dc5-bb19-b35230aa738b",
  "Descripcion": "sample string 2",
  "Valor": 3.0,
  "FechaDeBaja": "2026-01-09T12:42:02.8336791-03:00",
  "FechaDeModificacion": "2026-01-09T12:42:02.8336791-03:00",
  "UsuarioDeModificacion": "sample string 4"
}

application/xml, text/xml

Sample:
<DistanciaSurcos 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:42:02.8336791-03:00</FechaDeBaja>
  <FechaDeModificacion>2026-01-09T12:42:02.8336791-03:00</FechaDeModificacion>
  <Id>92b7ff2b-3989-4dc5-bb19-b35230aa738b</Id>
  <UsuarioDeModificacion>sample string 4</UsuarioDeModificacion>
  <Valor>3</Valor>
</DistanciaSurcos>

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.