PUT api/v1/cotizacion/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
CotizacionUpdateRequestDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Asunto | string |
String length: inclusive between 0 and 250 |
|
| CodCliente | integer |
None. |
|
| CodContacto | integer |
None. |
|
| CodPotencial | integer |
None. |
|
| FechaCotizacion | date |
None. |
|
| FechaCierre | date |
None. |
|
| CodProbabilidad | decimal number |
Range: inclusive between 0 and 100 |
|
| CodMoneda | boolean |
None. |
|
| SubTotal | decimal number |
Range: inclusive between 0 and 1.79769313486232E+308 |
|
| Impuestos | decimal number |
Range: inclusive between 0 and 1.79769313486232E+308 |
|
| Total | decimal number |
Range: inclusive between 0 and 1.79769313486232E+308 |
|
| CodEstado | integer |
None. |
|
| CodAsignado | integer |
None. |
|
| CodFormaPago | integer |
None. |
|
| CodCondicionVenta | integer |
None. |
|
| Informacion | string |
String length: inclusive between 0 and 8000 |
|
| Condiciones | string |
String length: inclusive between 0 and 8000 |
|
| Fuente | string |
String length: inclusive between 0 and 250 |
|
| TipoCambio | decimal number |
Range: inclusive between 0 and 1.79769313486232E+308 |
|
| SinIGV | boolean |
None. |
|
| OpportunityId | string |
String length: inclusive between 0 and 50 |
Request Formats
application/json, text/json
Sample:
{
"asunto": "sample string 1",
"codCliente": 1,
"codContacto": 1,
"codPotencial": 1,
"fechaCotizacion": "2026-03-28T04:35:26.0816583-05:00",
"fechaCierre": "2026-03-28T04:35:26.0816583-05:00",
"codProbabilidad": 1.0,
"codMoneda": true,
"subTotal": 1.0,
"impuestos": 1.0,
"total": 1.0,
"codEstado": 1,
"codAsignado": 1,
"codFormaPago": 1,
"codCondicionVenta": 1,
"informacion": "sample string 2",
"condiciones": "sample string 3",
"fuente": "sample string 4",
"tipoCambio": 1.0,
"sinIGV": true,
"opportunityId": "sample string 5"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.