POST api/venta/generaNotaVenta

Request Information

URI Parameters

None.

Body Parameters

VentaViewModel
NameDescriptionTypeAdditional information
IdVenta

integer

None.

NombreDespacho

string

None.

DescripcionDespacho

string

None.

Mensaje

string

None.

Request Formats

application/json, text/json

Sample:
{
  "idVenta": 1,
  "nombreDespacho": "sample string 2",
  "descripcionDespacho": "sample string 3",
  "mensaje": "sample string 4"
}

text/html

Sample:
{"idVenta":1,"nombreDespacho":"sample string 2","descripcionDespacho":"sample string 3","mensaje":"sample string 4"}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, text/html

Sample:

Sample not available.