POST api/Impuestos
Request Information
URI Parameters
None.
Body Parameters
Tb_Impuestos| Name | Description | Type | Additional information |
|---|---|---|---|
| Id_Impuesto | integer |
None. |
|
| Nombe_Impuesto | string |
None. |
|
| Porc_Impuesto | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id_Impuesto": 1,
"Nombe_Impuesto": "sample string 2",
"Porc_Impuesto": 1
}
application/xml, text/xml
Sample:
<Tb_Impuestos xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Softmarket_Api.Models"> <Id_Impuesto>1</Id_Impuesto> <Nombe_Impuesto>sample string 2</Nombe_Impuesto> <Porc_Impuesto>1</Porc_Impuesto> </Tb_Impuestos>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.