PUT api/Notas

Request Information

URI Parameters

None.

Body Parameters

Nota
NameDescriptionTypeAdditional information
Id

integer

None.

AlunoId

integer

None.

DisciplinaId

integer

None.

Periodo

string

None.

Nota1

integer

None.

Data

date

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "AlunoId": 1,
  "DisciplinaId": 1,
  "Periodo": "sample string 4",
  "Nota1": 5,
  "Data": "2025-07-02T05:54:43.7997784-05:00"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.