PUT api/Clientes?key={key}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
key

decimal number

Required

Body Parameters

DeltaOfTb_Clientes
NameDescriptionTypeAdditional information
StructuredType

Type

None.

ExpectedClrType

Type

None.

UpdatableProperties

Collection of string

None.

IsComplexType

boolean

None.

Request Formats

application/json, text/json

Sample:
{}

application/xml, text/xml

Sample:
<DeltaOfTb_Clientes_PeFj8Z_Sr xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Microsoft.AspNet.OData">
  <UpdatableProperties xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:string>Id_Cliente</d2p1:string>
    <d2p1:string>Identificacion</d2p1:string>
    <d2p1:string>Id_TipoIdentificacion</d2p1:string>
    <d2p1:string>Nombres</d2p1:string>
    <d2p1:string>Apellidos</d2p1:string>
    <d2p1:string>Celular</d2p1:string>
    <d2p1:string>Id_compania</d2p1:string>
    <d2p1:string>Direccion</d2p1:string>
    <d2p1:string>Correo</d2p1:string>
    <d2p1:string>Id_Resp_Tributaria</d2p1:string>
    <d2p1:string>Id_Resp_Fiscal</d2p1:string>
    <d2p1:string>Predeterminado</d2p1:string>
    <d2p1:string>Tb_TipoIdentificacion</d2p1:string>
    <d2p1:string>Tb_Devoluciones</d2p1:string>
  </UpdatableProperties>
</DeltaOfTb_Clientes_PeFj8Z_Sr>

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 'Delta`1'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.