POST api/tipoprecio/add

Request Information

URI Parameters

None.

Body Parameters

TipoprecioDTO
NameDescriptionTypeAdditional information
Cod_TipoPrecio

string

None.

Nom_TipoPrecio

string

None.

Nom_TipoPrecioIngles

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Cod_TipoPrecio": "sample string 1",
  "Nom_TipoPrecio": "sample string 2",
  "Nom_TipoPrecioIngles": "sample string 3"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

RespuestaDTO
NameDescriptionTypeAdditional information
estado

boolean

None.

mensaje

string

None.

data

Object

None.

dataAdicional

Object

None.

Response Formats

application/json, text/json

Sample:

Sample not available.