POST api/NP_FacturaItems
Request Information
URI Parameters
None.
Body Parameters
NP_Tb_FacturaItems| Name | Description | Type | Additional information |
|---|---|---|---|
| IdItemFactura | decimal number |
None. |
|
| IdVenta | decimal number |
None. |
|
| ValorItem | decimal number |
None. |
|
| Producto | string |
None. |
Request 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>
application/x-www-form-urlencoded
Sample:
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>