POST api/partes-horas-odoo

Request Information

URI Parameters

None.

Body Parameters

ParteHorasOdooStoreModel
NameDescriptionTypeAdditional information
Fecha

date

Required

IdProyectoOdoo

integer

Required

IdTareaOdoo

integer

Required

Descripcion

string

Required

Horas

decimal number

Required

Dietas

boolean

Required

Request Formats

application/json, text/json

Sample:
{
  "Fecha": "2025-12-10T11:06:39.7536129+01:00",
  "IdProyectoOdoo": 1,
  "IdTareaOdoo": 1,
  "Descripcion": "sample string 1",
  "Horas": 1.1,
  "Dietas": true
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'ParteHorasOdooStoreModel'.

multipart/form-data

Sample:

Failed to generate the sample for media type 'multipart/form-data'. Cannot use formatter 'MultipartFormDataFormatter' to write type 'ParteHorasOdooStoreModel'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.