PUT api/Contactos/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
ClientesContacto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| IdEmpresa | integer |
None. |
|
| IdCliente | integer |
None. |
|
| Nombre | string |
None. |
|
| string |
None. |
||
| Email2 | string |
None. |
|
| Tel | string |
None. |
|
| Tel2 | string |
None. |
|
| RFC | string |
None. |
|
| Comentarios | string |
None. |
|
| FechaCreacion | date |
None. |
|
| Borrado | boolean |
None. |
|
| ModificadoPor | integer |
None. |
|
| IdUsuario | integer |
None. |
|
| IdSucursal | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"IdEmpresa": 2,
"IdCliente": 3,
"Nombre": "sample string 4",
"Email": "sample string 5",
"Email2": "sample string 6",
"Tel": "sample string 7",
"Tel2": "sample string 8",
"RFC": "sample string 9",
"Comentarios": "sample string 10",
"FechaCreacion": "2026-03-18T18:30:46.0424016-07:00",
"Borrado": true,
"ModificadoPor": 13,
"IdUsuario": 14,
"IdSucursal": 15
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
None.