PUT api/v1/clientes/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
Cliente| Name | Description | Type | Additional information |
|---|---|---|---|
| ID_Cliente | integer |
None. |
|
| Alias | string |
Required Max length: 10 |
|
| Nombre | string |
Required Max length: 200 |
|
| Razon_Social | string |
Max length: 200 |
|
| Rut | string |
Required Max length: 20 |
|
| Telefono | string |
Max length: 20 |
|
| string |
Max length: 100 |
||
| Contacto | string |
Max length: 200 |
|
| Direccion_Facturacion | string |
Max length: 300 |
|
| ID_Direccion | integer |
None. |
|
| Direccion_Geo | GeoDireccion |
None. |
|
| Tipo_Cliente | string |
Required Max length: 20 |
|
| Modo_Cuenta | integer |
None. |
|
| Forma_Valorar | integer |
None. |
|
| Conversion_Volumetrica | decimal number |
None. |
|
| Estado_Min_Facturacion | integer |
None. |
|
| Tipo_Servicio_Defecto | integer |
None. |
|
| Forma_Pago_Defecto | integer |
None. |
|
| Tipo_Carga_Defecto | integer |
None. |
|
| Bloqueado_Retiro | boolean |
None. |
|
| Bloqueado_Retiro_Motivo | string |
Max length: 500 |
|
| Bloqueado_Reparto | boolean |
None. |
|
| Bloqueado_Reparto_Motivo | string |
Max length: 500 |
|
| Bloqueado_Facturacion | boolean |
None. |
|
| Bloqueado_Facturacion_Motivo | string |
Max length: 500 |
|
| Permite_Integracion | boolean |
None. |
|
| Token_Integracion | string |
Max length: 100 |
|
| Token_Integracion_Etiquetas | string |
Max length: 100 |
|
| Impresora_Etiquetas | string |
Max length: 150 |
|
| Tipo_Etiqueta_Defecto | string |
Max length: 10 |
|
| Alerta_Vencimiento | boolean |
None. |
|
| Alerta_Dias_Anticipacion | integer |
None. |
|
| Cuentas | Collection of ClienteCuenta |
None. |
|
| BloqueoLogs | Collection of ClienteBloqueoLog |
None. |
|
| Alta_Fecha | date |
None. |
|
| Alta_Usuario | string |
None. |
|
| Modi_Fecha | date |
None. |
|
| Modi_Usuario | string |
None. |
|
| Baja_Fecha | date |
None. |
|
| Baja_Usuario | string |
None. |
|
| IsDeleted | boolean |
None. |
Request Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
text/html
Sample:
Sample not available.
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html, application/xml, text/xml
Sample:
Sample not available.