POST api/v1/potencial
Request Information
URI Parameters
None.
Body Parameters
PotencialCreateRequestDto| Name | Description | Type | Additional 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:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.