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

Request Information

URI Parameters

NameDescriptionTypeAdditional information
empresaid

integer

Required

almacenid

integer

Required

Body Parameters

ClavesEmpleadosFichajes
NameDescriptionTypeAdditional information
CodigoPersonal

string

Required

Max length: 8

Email

string

Required

Max length: 256

ClaveTemporal

string

Max length: 256

ClaveDefinitiva

string

Max length: 256

Clave

string

Max length: 20

Tipo

integer

None.

Nombre

string

Max length: 50

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:
{
  "CodigoPersonal": "sample string 1",
  "Email": "sample string 2",
  "ClaveTemporal": "sample string 3",
  "ClaveDefinitiva": "sample string 4",
  "Clave": "sample string 5",
  "Tipo": 6,
  "Nombre": "sample string 7",
  "EmpresaId": 8,
  "Synchronized": "2026-02-23T11:54:58.8154001+00:00",
  "Sync": true,
  "PendingSync": true,
  "Id": 11,
  "Created": "2026-02-23T11:54:58.8154001+00:00",
  "Updated": "2026-02-23T11:54:58.8154001+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.