POST api/Impuestos

Request Information

URI Parameters

None.

Body Parameters

Tb_Impuestos
NameDescriptionTypeAdditional 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:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'Tb_Impuestos'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.