POST api/Clientes/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

Clientes
NameDescriptionTypeAdditional information
ClienteID

integer

None.

NombresCliente

string

None.

ApellidosCliente

string

None.

TelefonoCliente

integer

None.

DireccionCliente

string

None.

ReferenciaCliente

string

None.

DuiCliente

string

None.

NitCliente

string

None.

NRCCliente

string

None.

FechaCreacion

date

None.

FechaModificacion

date

None.

EmpresaID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "ClienteID": 1,
  "NombresCliente": "sample string 2",
  "ApellidosCliente": "sample string 3",
  "TelefonoCliente": 1,
  "DireccionCliente": "sample string 4",
  "ReferenciaCliente": "sample string 5",
  "DuiCliente": "sample string 6",
  "NitCliente": "sample string 7",
  "NRCCliente": "sample string 8",
  "FechaCreacion": "2025-05-06T12:39:22.4089546+00:00",
  "FechaModificacion": "2025-05-06T12:39:22.4089546+00:00",
  "EmpresaID": 1
}

application/xml, text/xml

Sample:
<Clientes xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/siscor_entidades">
  <ApellidosCliente>sample string 3</ApellidosCliente>
  <ClienteID>1</ClienteID>
  <DireccionCliente>sample string 4</DireccionCliente>
  <DuiCliente>sample string 6</DuiCliente>
  <EmpresaID>1</EmpresaID>
  <FechaCreacion>2025-05-06T12:39:22.4089546+00:00</FechaCreacion>
  <FechaModificacion>2025-05-06T12:39:22.4089546+00:00</FechaModificacion>
  <NRCCliente>sample string 8</NRCCliente>
  <NitCliente>sample string 7</NitCliente>
  <NombresCliente>sample string 2</NombresCliente>
  <ReferenciaCliente>sample string 5</ReferenciaCliente>
  <TelefonoCliente>1</TelefonoCliente>
</Clientes>

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.