POST api/TCategoriaCaracters

Request Information

URI Parameters

None.

Body Parameters

TCategoriaCaracter
NameDescriptionTypeAdditional information
idCategoriaCaracter

integer

None.

categoriaCaracter

string

String length: inclusive between 0 and 400

descripcion

string

String length: inclusive between 0 and 500

activo

boolean

None.

TipoCaracter

Collection of TipoCaracter

None.

Request Formats

application/json, text/json

Sample:
{
  "idCategoriaCaracter": 1,
  "categoriaCaracter": "sample string 2",
  "descripcion": "sample string 3",
  "activo": true
}

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

TCategoriaCaracter
NameDescriptionTypeAdditional information
idCategoriaCaracter

integer

None.

categoriaCaracter

string

String length: inclusive between 0 and 400

descripcion

string

String length: inclusive between 0 and 500

activo

boolean

None.

TipoCaracter

Collection of TipoCaracter

None.

Response Formats

application/json, text/json

Sample:
{
  "idCategoriaCaracter": 1,
  "categoriaCaracter": "sample string 2",
  "descripcion": "sample string 3",
  "activo": true
}

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.