POST api/Descuentosedit

Request Information

URI Parameters

None.

Body Parameters

DetalleDescuentoCorte
NameDescriptionTypeAdditional information
idDescuento

integer

None.

descripcion

string

None.

monto

integer

None.

reciboOfactura

string

None.

FechaDescuento

date

None.

FechaCorte

date

None.

NoCorte

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "idDescuento": 1,
  "descripcion": "sample string 2",
  "monto": 3,
  "reciboOfactura": "sample string 4",
  "FechaDescuento": "2025-12-05T21:00:13.3476548-08:00",
  "FechaCorte": "2025-12-05T21:00:13.3476548-08:00",
  "NoCorte": 7
}

text/html, text/plain

Sample:
{"idDescuento":1,"descripcion":"sample string 2","monto":3,"reciboOfactura":"sample string 4","FechaDescuento":"2025-12-05T21:00:13.3476548-08:00","FechaCorte":"2025-12-05T21:00:13.3476548-08:00","NoCorte":7}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, text/html, text/plain

Sample:

Sample not available.