PUT api/v1/potencial/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
PotencialUpdateRequestDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Nombre | string |
String length: inclusive between 0 and 250 |
|
| CodCliente | integer |
None. |
|
| CodContacto | integer |
None. |
|
| CodCampana | integer |
None. |
|
| CodProbabilidad | decimal number |
Range: inclusive between 0 and 100 |
|
| CodEstado | integer |
None. |
|
| CodAsignado | integer |
None. |
|
| CodEspecialidad | integer |
None. |
|
| Monto | decimal number |
Range: inclusive between 0 and 1.79769313486232E+308 |
|
| Informacion | string |
String length: inclusive between 0 and 8000 |
|
| Fuente | string |
String length: inclusive between 0 and 250 |
|
| FechaCierre | date |
None. |
|
| Visualizar | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"nombre": "sample string 1",
"codCliente": 1,
"codContacto": 1,
"codCampana": 1,
"codProbabilidad": 1.0,
"codEstado": 1,
"codAsignado": 1,
"codEspecialidad": 1,
"monto": 1.0,
"informacion": "sample string 2",
"fuente": "sample string 3",
"fechaCierre": "2026-03-28T04:36:00.0980449-05:00",
"visualizar": true
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.