POST api/AreasPreparacion

Request Information

URI Parameters

None.

Body Parameters

AreasPreparacion
NameDescriptionTypeAdditional information
AreaPreparacionID

integer

None.

EmpresaId

integer

None.

Area

string

None.

Estado

string

None.

FechaCreacion

date

None.

fechaMOdificacion

date

None.

Request Formats

application/json, text/json

Sample:
{
  "AreaPreparacionID": 1,
  "EmpresaId": 1,
  "Area": "sample string 2",
  "Estado": "sample string 3",
  "FechaCreacion": "2025-05-06T13:17:26.6422491+00:00",
  "fechaMOdificacion": "2025-05-06T13:17:26.6422491+00:00"
}

application/xml, text/xml

Sample:
<AreasPreparacion xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/siscor_entidades">
  <Area>sample string 2</Area>
  <AreaPreparacionID>1</AreaPreparacionID>
  <EmpresaId>1</EmpresaId>
  <Estado>sample string 3</Estado>
  <FechaCreacion>2025-05-06T13:17:26.6422491+00:00</FechaCreacion>
  <fechaMOdificacion>2025-05-06T13:17:26.6422491+00:00</fechaMOdificacion>
</AreasPreparacion>

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.