POST api/activos/residencias

Request Information

URI Parameters

None.

Body Parameters

Residencia
NameDescriptionTypeAdditional information
RESI_CODE

integer

None.

CORE_CODE

integer

None.

DUE_CODE

integer

None.

DUE_CEDULA

string

None.

RESI_NUMERO

string

None.

RESI_DESCRIPCION

string

None.

RESI_MAX_TEMP_ALTA

integer

None.

RESI_VISIBLE

string

None.

USER

string

None.

Request Formats

application/json, text/json

Sample:
{
  "RESI_CODE": 1,
  "CORE_CODE": 2,
  "DUE_CODE": 3,
  "DUE_CEDULA": "sample string 4",
  "RESI_NUMERO": "sample string 5",
  "RESI_DESCRIPCION": "sample string 6",
  "RESI_MAX_TEMP_ALTA": 7,
  "RESI_VISIBLE": "sample string 8",
  "USER": "sample string 9"
}

application/xml, text/xml

Sample:
<Residencia xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CapaNegocios.Residencias">
  <CORE_CODE>2</CORE_CODE>
  <DUE_CEDULA>sample string 4</DUE_CEDULA>
  <DUE_CODE>3</DUE_CODE>
  <RESI_CODE>1</RESI_CODE>
  <RESI_DESCRIPCION>sample string 6</RESI_DESCRIPCION>
  <RESI_MAX_TEMP_ALTA>7</RESI_MAX_TEMP_ALTA>
  <RESI_NUMERO>sample string 5</RESI_NUMERO>
  <RESI_VISIBLE>sample string 8</RESI_VISIBLE>
  <USER>sample string 9</USER>
</Residencia>

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.