DELETE api/NP_FacturaItems/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | decimal number |
Required |
Body Parameters
None.
Response Information
Resource Description
NP_Tb_FacturaItems| Name | Description | Type | Additional information |
|---|---|---|---|
| IdItemFactura | decimal number |
None. |
|
| IdVenta | decimal number |
None. |
|
| ValorItem | decimal number |
None. |
|
| Producto | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"IdItemFactura": 1.0,
"IdVenta": 2.0,
"ValorItem": 3.0,
"Producto": "sample string 4"
}
application/xml, text/xml
Sample:
<NP_Tb_FacturaItems xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Softmarket_Api.Models"> <IdItemFactura>1</IdItemFactura> <IdVenta>2</IdVenta> <Producto>sample string 4</Producto> <ValorItem>3</ValorItem> </NP_Tb_FacturaItems>