PUT api/Periodos

Updates an existing school period

Request Information

URI Parameters

None.

Body Parameters

periodChanged

Periodo
NameDescriptionTypeAdditional information
idPeriodo

integer

None.

AnoLetivo

string

None.

Numero

integer

None.

Fechado

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "idPeriodo": 1,
  "AnoLetivo": "sample string 2",
  "Numero": 3,
  "Fechado": true
}

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Status

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.