POST api/v1/cotizacion/agregar-producto

Request Information

URI Parameters

None.

Body Parameters

AgregarProductoSimpleDto
NameDescriptionTypeAdditional 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:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'AgregarProductoSimpleDto'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.