PUT api/v1/contacto/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

ContactoUpdateRequestDto
NameDescriptionTypeAdditional 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

Linkedin

string

String length: inclusive between 0 and 15

LinkedinUrl

string

String length: inclusive between 0 and 250

Facebook

string

String length: inclusive between 0 and 150

Twitter

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

Sample:
{
  "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

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'ContactoUpdateRequestDto'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.