POST api/normalizacion/BuscadorNormas

Request Information

URI Parameters

None.

Body Parameters

Normalizacion
NameDescriptionTypeAdditional information
numero

integer

None.

AnioInicio

integer

None.

AnioFin

integer

None.

CodigoICS

integer

None.

IdOE

integer

None.

ANULADAS

boolean

None.

titulo

string

None.

Request Formats

application/json, text/json

Sample:
{
  "numero": 1,
  "AnioInicio": 1,
  "AnioFin": 1,
  "CodigoICS": 1,
  "IdOE": 1,
  "ANULADAS": true,
  "titulo": "sample string 1"
}

application/xml, text/xml

Sample:
<Normalizacion xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Web.Models">
  <ANULADAS>true</ANULADAS>
  <AnioFin>1</AnioFin>
  <AnioInicio>1</AnioInicio>
  <CodigoICS>1</CodigoICS>
  <IdOE>1</IdOE>
  <numero>1</numero>
  <titulo>sample string 1</titulo>
</Normalizacion>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.