POST api/SelectConfiguracionesGenerales

Request Information

URI Parameters

None.

Body Parameters

DatosConfiguracionesGenerales
NameDescriptionTypeAdditional information
CODIGOCONFIGURACIONGENERAL

integer

None.

FRECUENCIADONACIONHOMBRE

integer

None.

FRECUENCIADONACIONMUJER

integer

None.

FRECUENCIAPLAQUETAS

integer

None.

FRECUENCIAGLOBULOSROJOS

integer

None.

COLORFONDO

string

None.

COLORTEXTOCARRUSEL

string

None.

COLORBOTONESPRICIPALES

string

None.

COLORESBOTONESSECUNDARIOS

string

None.

CODIGOPAIS

integer

None.

ESTADO

boolean

None.

RUTAAPISERVER

string

None.

RUTAINSIGNIA

string

None.

POLITICA

string

None.

URLPOLITICA

string

None.

Request Formats

application/json, text/json

Sample:
{
  "CODIGOCONFIGURACIONGENERAL": 1,
  "FRECUENCIADONACIONHOMBRE": 2,
  "FRECUENCIADONACIONMUJER": 3,
  "FRECUENCIAPLAQUETAS": 4,
  "FRECUENCIAGLOBULOSROJOS": 5,
  "COLORFONDO": "sample string 6",
  "COLORTEXTOCARRUSEL": "sample string 7",
  "COLORBOTONESPRICIPALES": "sample string 8",
  "COLORESBOTONESSECUNDARIOS": "sample string 9",
  "CODIGOPAIS": 10,
  "ESTADO": true,
  "RUTAAPISERVER": "sample string 12",
  "RUTAINSIGNIA": "sample string 13",
  "POLITICA": "sample string 14",
  "URLPOLITICA": "sample string 15"
}

application/xml, text/xml

Sample:
<DatosConfiguracionesGenerales xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ServicesBNC.Models">
  <CODIGOCONFIGURACIONGENERAL>1</CODIGOCONFIGURACIONGENERAL>
  <CODIGOPAIS>10</CODIGOPAIS>
  <COLORBOTONESPRICIPALES>sample string 8</COLORBOTONESPRICIPALES>
  <COLORESBOTONESSECUNDARIOS>sample string 9</COLORESBOTONESSECUNDARIOS>
  <COLORFONDO>sample string 6</COLORFONDO>
  <COLORTEXTOCARRUSEL>sample string 7</COLORTEXTOCARRUSEL>
  <ESTADO>true</ESTADO>
  <FRECUENCIADONACIONHOMBRE>2</FRECUENCIADONACIONHOMBRE>
  <FRECUENCIADONACIONMUJER>3</FRECUENCIADONACIONMUJER>
  <FRECUENCIAGLOBULOSROJOS>5</FRECUENCIAGLOBULOSROJOS>
  <FRECUENCIAPLAQUETAS>4</FRECUENCIAPLAQUETAS>
  <POLITICA>sample string 14</POLITICA>
  <RUTAAPISERVER>sample string 12</RUTAAPISERVER>
  <RUTAINSIGNIA>sample string 13</RUTAINSIGNIA>
  <URLPOLITICA>sample string 15</URLPOLITICA>
</DatosConfiguracionesGenerales>

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.