POST api/Alunos
Request Information
URI Parameters
None.
Body Parameters
AlunoName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
Nome | string |
None. |
|
Apelido | string |
None. |
|
Contacto | string |
None. |
|
string |
None. |
||
NumeroEstudante | string |
None. |
|
TurmaId | integer |
None. |
|
DataNascimento | date |
None. |
Request Formats
application/json, text/json
Sample:
{ "Id": 1, "Nome": "sample string 2", "Apelido": "sample string 3", "Contacto": "sample string 4", "Email": "sample string 5", "NumeroEstudante": "sample string 6", "TurmaId": 1, "DataNascimento": "2025-07-02T05:46:11.2386395-05:00" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.