POST BitacoraCambiosBD/obtiene

Request Information

URI Parameters

None.

Body Parameters

BITACORA_CAMBIOS_BD
NameDescriptionTypeAdditional information
_IDCAMBIO

integer

None.

_SISTEMA

string

None.

_BASEDATOS

string

None.

_TABLA

string

None.

_VARIABLE

string

None.

_VALORINICIAL

string

None.

_VALORFINAL

string

None.

_DESCRIPCIONCAMBIO

string

None.

_SOLICITANTE

string

None.

_IDENTIFICADORCAMBIO

string

None.

_FECHADELCAMBIO

string

None.

Request Formats

application/json, text/json

Sample:
{
  "_IDCAMBIO": 1,
  "_SISTEMA": "sample string 1",
  "_BASEDATOS": "sample string 2",
  "_TABLA": "sample string 3",
  "_VARIABLE": "sample string 4",
  "_VALORINICIAL": "sample string 5",
  "_VALORFINAL": "sample string 6",
  "_DESCRIPCIONCAMBIO": "sample string 7",
  "_SOLICITANTE": "sample string 8",
  "_IDENTIFICADORCAMBIO": "sample string 9",
  "_FECHADELCAMBIO": "sample string 10"
}

application/xml, text/xml

Sample:
<BITACORA_CAMBIOS_BD xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AccesoDatos">
  <_BASEDATOS>sample string 2</_BASEDATOS>
  <_DESCRIPCIONCAMBIO>sample string 7</_DESCRIPCIONCAMBIO>
  <_FECHADELCAMBIO>sample string 10</_FECHADELCAMBIO>
  <_IDCAMBIO>1</_IDCAMBIO>
  <_IDENTIFICADORCAMBIO>sample string 9</_IDENTIFICADORCAMBIO>
  <_SISTEMA>sample string 1</_SISTEMA>
  <_SOLICITANTE>sample string 8</_SOLICITANTE>
  <_TABLA>sample string 3</_TABLA>
  <_VALORFINAL>sample string 6</_VALORFINAL>
  <_VALORINICIAL>sample string 5</_VALORINICIAL>
  <_VARIABLE>sample string 4</_VARIABLE>
</BITACORA_CAMBIOS_BD>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'BITACORA_CAMBIOS_BD'.

Response Information

Resource Description

Collection of BITACORA_CAMBIOS_BD
NameDescriptionTypeAdditional information
_IDCAMBIO

integer

None.

_SISTEMA

string

None.

_BASEDATOS

string

None.

_TABLA

string

None.

_VARIABLE

string

None.

_VALORINICIAL

string

None.

_VALORFINAL

string

None.

_DESCRIPCIONCAMBIO

string

None.

_SOLICITANTE

string

None.

_IDENTIFICADORCAMBIO

string

None.

_FECHADELCAMBIO

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "_IDCAMBIO": 1,
    "_SISTEMA": "sample string 1",
    "_BASEDATOS": "sample string 2",
    "_TABLA": "sample string 3",
    "_VARIABLE": "sample string 4",
    "_VALORINICIAL": "sample string 5",
    "_VALORFINAL": "sample string 6",
    "_DESCRIPCIONCAMBIO": "sample string 7",
    "_SOLICITANTE": "sample string 8",
    "_IDENTIFICADORCAMBIO": "sample string 9",
    "_FECHADELCAMBIO": "sample string 10"
  },
  {
    "_IDCAMBIO": 1,
    "_SISTEMA": "sample string 1",
    "_BASEDATOS": "sample string 2",
    "_TABLA": "sample string 3",
    "_VARIABLE": "sample string 4",
    "_VALORINICIAL": "sample string 5",
    "_VALORFINAL": "sample string 6",
    "_DESCRIPCIONCAMBIO": "sample string 7",
    "_SOLICITANTE": "sample string 8",
    "_IDENTIFICADORCAMBIO": "sample string 9",
    "_FECHADELCAMBIO": "sample string 10"
  }
]

application/xml, text/xml

Sample:
<ArrayOfBITACORA_CAMBIOS_BD xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AccesoDatos">
  <BITACORA_CAMBIOS_BD>
    <_BASEDATOS>sample string 2</_BASEDATOS>
    <_DESCRIPCIONCAMBIO>sample string 7</_DESCRIPCIONCAMBIO>
    <_FECHADELCAMBIO>sample string 10</_FECHADELCAMBIO>
    <_IDCAMBIO>1</_IDCAMBIO>
    <_IDENTIFICADORCAMBIO>sample string 9</_IDENTIFICADORCAMBIO>
    <_SISTEMA>sample string 1</_SISTEMA>
    <_SOLICITANTE>sample string 8</_SOLICITANTE>
    <_TABLA>sample string 3</_TABLA>
    <_VALORFINAL>sample string 6</_VALORFINAL>
    <_VALORINICIAL>sample string 5</_VALORINICIAL>
    <_VARIABLE>sample string 4</_VARIABLE>
  </BITACORA_CAMBIOS_BD>
  <BITACORA_CAMBIOS_BD>
    <_BASEDATOS>sample string 2</_BASEDATOS>
    <_DESCRIPCIONCAMBIO>sample string 7</_DESCRIPCIONCAMBIO>
    <_FECHADELCAMBIO>sample string 10</_FECHADELCAMBIO>
    <_IDCAMBIO>1</_IDCAMBIO>
    <_IDENTIFICADORCAMBIO>sample string 9</_IDENTIFICADORCAMBIO>
    <_SISTEMA>sample string 1</_SISTEMA>
    <_SOLICITANTE>sample string 8</_SOLICITANTE>
    <_TABLA>sample string 3</_TABLA>
    <_VALORFINAL>sample string 6</_VALORFINAL>
    <_VALORINICIAL>sample string 5</_VALORINICIAL>
    <_VARIABLE>sample string 4</_VARIABLE>
  </BITACORA_CAMBIOS_BD>
</ArrayOfBITACORA_CAMBIOS_BD>