POST api/SelectInsigniasConfiguracion

Request Information

URI Parameters

None.

Body Parameters

DatosInsigniasConfiguracion
NameDescriptionTypeAdditional information
CODIGOCONFIGURACIONINSIGNIA

integer

None.

TITULO

string

None.

EMISOR

string

None.

DESCRIPCIONLOGRO

string

None.

ENLACE

string

None.

IMAGENINSIGNIA

string

None.

ESTADO

boolean

None.

CODIGOPAIS

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "CODIGOCONFIGURACIONINSIGNIA": 1,
  "TITULO": "sample string 2",
  "EMISOR": "sample string 3",
  "DESCRIPCIONLOGRO": "sample string 4",
  "ENLACE": "sample string 5",
  "IMAGENINSIGNIA": "sample string 6",
  "ESTADO": true,
  "CODIGOPAIS": 8
}

application/xml, text/xml

Sample:
<DatosInsigniasConfiguracion xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ServicesBNC.Models">
  <CODIGOCONFIGURACIONINSIGNIA>1</CODIGOCONFIGURACIONINSIGNIA>
  <CODIGOPAIS>8</CODIGOPAIS>
  <DESCRIPCIONLOGRO>sample string 4</DESCRIPCIONLOGRO>
  <EMISOR>sample string 3</EMISOR>
  <ENLACE>sample string 5</ENLACE>
  <ESTADO>true</ESTADO>
  <IMAGENINSIGNIA>sample string 6</IMAGENINSIGNIA>
  <TITULO>sample string 2</TITULO>
</DatosInsigniasConfiguracion>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.