POST api/v1/MensajesFichajes/SaveOrUpdate/{empresaid}/{almacenid}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
empresaid

integer

Required

almacenid

integer

Required

Body Parameters

MensajesFichajes
NameDescriptionTypeAdditional information
Email

string

Required

Max length: 256

Mensaje

string

Required

Max length: 254

BasegesId

string

Max length: 10

FechaRegistro

date

None.

Pendiente

boolean

None.

EmpresaId

integer

Required

Synchronized

date

None.

Sync

boolean

None.

PendingSync

boolean

None.

Id

integer

None.

Created

date

None.

Updated

date

None.

Borrado

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "Email": "sample string 1",
  "Mensaje": "sample string 2",
  "BasegesId": "sample string 3",
  "FechaRegistro": "2026-02-23T15:04:02.4796875+00:00",
  "Pendiente": true,
  "EmpresaId": 6,
  "Synchronized": "2026-02-23T15:04:02.4796875+00:00",
  "Sync": true,
  "PendingSync": true,
  "Id": 9,
  "Created": "2026-02-23T15:04:02.4796875+00:00",
  "Updated": "2026-02-23T15:04:02.4796875+00:00",
  "Borrado": true
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.