PATCH api/v1/contacto/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
ContactoUpdateRequestDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Nombres | string |
String length: inclusive between 0 and 250 |
|
| Apellidos | string |
String length: inclusive between 0 and 250 |
|
| Cargo | string |
String length: inclusive between 0 and 250 |
|
| Area | string |
String length: inclusive between 0 and 250 |
|
| CodArea | integer |
None. |
|
| Correo | string |
String length: inclusive between 0 and 250 |
|
| Telefono | string |
String length: inclusive between 0 and 50 |
|
| Anexo | string |
String length: inclusive between 0 and 50 |
|
| Fax | string |
String length: inclusive between 0 and 50 |
|
| Celular | string |
String length: inclusive between 0 and 20 |
|
| Celular2 | string |
String length: inclusive between 0 and 20 |
|
| Gmail | string |
String length: inclusive between 0 and 200 |
|
| string |
String length: inclusive between 0 and 15 |
||
| LinkedinUrl | string |
String length: inclusive between 0 and 250 |
|
| string |
String length: inclusive between 0 and 150 |
||
| string |
String length: inclusive between 0 and 150 |
||
| Informacion | string |
String length: inclusive between 0 and 8000 |
|
| Fuente | string |
String length: inclusive between 0 and 250 |
|
| CodAsignado | integer |
None. |
|
| CodCliente | integer |
None. |
|
| Visualizar | boolean |
None. |
Request Formats
application/json, text/json
{
"nombres": "sample string 1",
"apellidos": "sample string 2",
"cargo": "sample string 3",
"area": "sample string 4",
"codArea": 1,
"correo": "sample string 5",
"telefono": "sample string 6",
"anexo": "sample string 7",
"fax": "sample string 8",
"celular": "sample string 9",
"celular2": "sample string 10",
"gmail": "sample string 11",
"linkedin": "sample string 12",
"linkedinUrl": "sample string 13",
"facebook": "sample string 14",
"twitter": "sample string 15",
"informacion": "sample string 16",
"fuente": "sample string 17",
"codAsignado": 1,
"codCliente": 1,
"visualizar": true
}
application/x-www-form-urlencoded
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample not available.