POST api/SelectRequisitos

Request Information

URI Parameters

None.

Body Parameters

DatosRequisitos
NameDescriptionTypeAdditional information
CODIGOREQUISITO

integer

None.

RUTAIMAGEN

string

None.

DESCRIPCION

string

None.

ESTADO

boolean

None.

CODIGOPAIS

integer

None.

TIPOINDICACION

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "CODIGOREQUISITO": 1,
  "RUTAIMAGEN": "sample string 2",
  "DESCRIPCION": "sample string 3",
  "ESTADO": true,
  "CODIGOPAIS": 5,
  "TIPOINDICACION": 6
}

application/xml, text/xml

Sample:
<DatosRequisitos xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ServicesBNC.Models">
  <CODIGOPAIS>5</CODIGOPAIS>
  <CODIGOREQUISITO>1</CODIGOREQUISITO>
  <DESCRIPCION>sample string 3</DESCRIPCION>
  <ESTADO>true</ESTADO>
  <RUTAIMAGEN>sample string 2</RUTAIMAGEN>
  <TIPOINDICACION>6</TIPOINDICACION>
</DatosRequisitos>

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.