PUT api/Nota
Atualiza informações de uma nota
Request Information
URI Parameters
None.
Body Parameters
Novas informações da nota
NotaName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
IdAluno | integer |
None. |
|
IdDisciplina | integer |
None. |
|
Avaliacao | string |
None. |
|
Valor | decimal number |
None. |
|
AnoLetivo | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "Id": 1, "IdAluno": 1, "IdDisciplina": 1, "Avaliacao": "sample string 4", "Valor": 5.0, "AnoLetivo": "sample string 6" }
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
Resultado da operação
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.