DELETE api/Factura_Items/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

decimal number

Required

Body Parameters

None.

Response Information

Resource Description

Tb_Factura_Items
NameDescriptionTypeAdditional information
Id_ItemsFactura

decimal number

None.

Id_Factura

decimal number

None.

Id_Producto

decimal number

None.

Unidades

decimal number

None.

Valor_Unitario

decimal number

None.

Porcentaje_IVA

decimal number

None.

Observaciones

string

None.

Estado

string

None.

Devolucion

decimal number

None.

ValorVentaMaximo

decimal number

None.

ValorVentaMinimo

decimal number

None.

ItemRetirado

decimal number

None.

EstadoComanda

decimal number

None.

Porcentaje_Ipoconsumo

decimal number

None.

FechaRegistro

date

None.

Tb_DevolucionesItems

Collection of Tb_DevolucionesItems

None.

Response Formats

application/json, text/json

Sample:
{
  "Id_ItemsFactura": 1.0,
  "Id_Factura": 2.0,
  "Id_Producto": 3.0,
  "Unidades": 4.0,
  "Valor_Unitario": 5.0,
  "Porcentaje_IVA": 1.0,
  "Observaciones": "sample string 6",
  "Estado": "sample string 7",
  "Devolucion": 1.0,
  "ValorVentaMaximo": 8.0,
  "ValorVentaMinimo": 9.0,
  "ItemRetirado": 10.0,
  "EstadoComanda": 11.0,
  "Porcentaje_Ipoconsumo": 12.0,
  "FechaRegistro": "2025-12-29T09:06:06.7087234-05:00",
  "Tb_DevolucionesItems": [
    {
      "Id_DevolucionItem": 1.0,
      "Consecutivo_Devolucion": 2.0,
      "Id_ItemsFactura": 3.0,
      "Unidades": 4.0
    },
    {
      "Id_DevolucionItem": 1.0,
      "Consecutivo_Devolucion": 2.0,
      "Id_ItemsFactura": 3.0,
      "Unidades": 4.0
    }
  ]
}

application/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'application/xml'. Exception message: Object graph for type 'Softmarket_Api.Models.Tb_DevolucionesItems' contains cycles and cannot be serialized if reference tracking is disabled.

text/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'text/xml'. Exception message: Object graph for type 'Softmarket_Api.Models.Tb_DevolucionesItems' contains cycles and cannot be serialized if reference tracking is disabled.