POST api/SelectNoticias

Request Information

URI Parameters

None.

Body Parameters

DatosNoticias
NameDescriptionTypeAdditional information
CODIGONOTICIA

integer

None.

CODIGOPAIS

integer

None.

TITULO

string

None.

IMAGEN

string

None.

DESCRIPCION

string

None.

URLMAS

string

None.

ESTADO

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "CODIGONOTICIA": 1,
  "CODIGOPAIS": 2,
  "TITULO": "sample string 3",
  "IMAGEN": "sample string 4",
  "DESCRIPCION": "sample string 5",
  "URLMAS": "sample string 6",
  "ESTADO": true
}

application/xml, text/xml

Sample:
<DatosNoticias xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ServicesBNC.Models">
  <CODIGONOTICIA>1</CODIGONOTICIA>
  <CODIGOPAIS>2</CODIGOPAIS>
  <DESCRIPCION>sample string 5</DESCRIPCION>
  <ESTADO>true</ESTADO>
  <IMAGEN>sample string 4</IMAGEN>
  <TITULO>sample string 3</TITULO>
  <URLMAS>sample string 6</URLMAS>
</DatosNoticias>

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.