PUT api/Alunos
Updates an existing student
Request Information
URI Parameters
None.
Body Parameters
changedStudent
Aluno| Name | Description | Type | Additional information |
|---|---|---|---|
| idAluno | integer |
None. |
|
| Nome | string |
None. |
|
| Apelido | string |
None. |
|
| DataNascimento | date |
None. |
|
| Contacto | integer |
None. |
|
| Morada | string |
None. |
|
| string |
None. |
Request Formats
application/json, text/json
Sample:
{
"idAluno": 1,
"Nome": "sample string 2",
"Apelido": "sample string 3",
"DataNascimento": "2026-08-30T06:00:25.8067571-05:00",
"Contacto": 5,
"Morada": "sample string 6",
"Email": "sample string 7"
}
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
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.