POST api/v1/cotizacion/agregar-producto
Request Information
URI Parameters
None.
Body Parameters
AgregarProductoSimpleDto| Name | Description | Type | Additional information |
|---|---|---|---|
| NumeroCotizacion | string |
Required String length: inclusive between 0 and 50 |
|
| CodigoProducto | string |
Required String length: inclusive between 0 and 50 |
|
| Cantidad | decimal number |
Range: inclusive between 0.01 and 1.79769313486232E+308 |
Request Formats
application/json, text/json
Sample:
{
"numeroCotizacion": "sample string 1",
"codigoProducto": "sample string 2",
"cantidad": 1.0
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.