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

Request Information

URI Parameters

NameDescriptionTypeAdditional information
empresaid

integer

Required

almacenid

integer

Required

Body Parameters

EnlaceClientes
NameDescriptionTypeAdditional information
Comentarios

string

None.

Observaciones

string

None.

Tipos

string

None.

CodigoCliente

string

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:
{
  "Comentarios": "sample string 1",
  "Observaciones": "sample string 2",
  "Tipos": "sample string 3",
  "CodigoCliente": "sample string 4",
  "EmpresaId": 5,
  "Synchronized": "2026-02-23T15:00:39.214401+00:00",
  "Sync": true,
  "PendingSync": true,
  "Id": 8,
  "Created": "2026-02-23T15:00:39.214401+00:00",
  "Updated": "2026-02-23T15:00:39.214401+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.