POST api/v1/potencial

Request Information

URI Parameters

None.

Body Parameters

PotencialCreateRequestDto
NameDescriptionTypeAdditional information
Nombre

string

Required

String length: inclusive between 0 and 250

CodCliente

integer

None.

CodContacto

integer

None.

CodCampana

integer

None.

CodEspecialidad

integer

None.

Informacion

string

String length: inclusive between 0 and 8000

Fuente

string

String length: inclusive between 0 and 250

Request Formats

application/json, text/json

Sample:
{
  "nombre": "sample string 1",
  "codCliente": 1,
  "codContacto": 1,
  "codCampana": 1,
  "codEspecialidad": 1,
  "informacion": "sample string 2",
  "fuente": "sample string 3"
}

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 'PotencialCreateRequestDto'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.