POST api/hoja/InsertaExperienciaLaboral

Request Information

URI Parameters

None.

Body Parameters

DatosLaboralesViewModels
NameDescriptionTypeAdditional information
idExperienciaLaboral

integer

None.

idDatosPersonales

integer

None.

empresa

string

None.

cargo

string

None.

funcionesLogros

string

None.

trabajoActualmente

string

None.

fechaIngreso

date

None.

fechaSalida

date

None.

fechaCreacion

date

None.

fechaActualizacion

date

None.

idLog

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "idExperienciaLaboral": 1,
  "idDatosPersonales": 1,
  "empresa": "sample string 2",
  "cargo": "sample string 3",
  "funcionesLogros": "sample string 4",
  "trabajoActualmente": "sample string 5",
  "fechaIngreso": "2024-11-19T13:39:25.3084928-05:00",
  "fechaSalida": "2024-11-19T13:39:25.3084928-05:00",
  "fechaCreacion": "2024-11-19T13:39:25.3084928-05:00",
  "fechaActualizacion": "2024-11-19T13:39:25.3084928-05:00",
  "idLog": 6
}

application/xml, text/xml

Sample:
<DatosLaboralesViewModels xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EcoOplacementApi.ViewModels">
  <cargo>sample string 3</cargo>
  <empresa>sample string 2</empresa>
  <fechaActualizacion>2024-11-19T13:39:25.3084928-05:00</fechaActualizacion>
  <fechaCreacion>2024-11-19T13:39:25.3084928-05:00</fechaCreacion>
  <fechaIngreso>2024-11-19T13:39:25.3084928-05:00</fechaIngreso>
  <fechaSalida>2024-11-19T13:39:25.3084928-05:00</fechaSalida>
  <funcionesLogros>sample string 4</funcionesLogros>
  <idDatosPersonales>1</idDatosPersonales>
  <idExperienciaLaboral>1</idExperienciaLaboral>
  <idLog>6</idLog>
  <trabajoActualmente>sample string 5</trabajoActualmente>
</DatosLaboralesViewModels>

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.