PUT api/ProfsTurmas
Modifica relação específica entre turma e professor na API
Request Information
URI Parameters
None.
Body Parameters
Objeto do tipo ProfTurmas
ProfsTurmasName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
Professor | integer |
None. |
|
Turma | integer |
None. |
|
Professores | Professores |
None. |
|
Turmas | Turmas |
None. |
Request Formats
application/json, text/json
Sample:
{ "Id": 1, "Professor": 1, "Turma": 1, "Professores": { "Id": 1, "Nome": "sample string 2", "Apelido": "sample string 3", "Telefone": "sample string 4", "Morada": "sample string 5", "Email": "sample string 6", "AreaEnsino": "sample string 7" }, "Turmas": { "Id": 1, "AnoLetivo": 2, "Curso": "sample string 3", "Turno": "sample string 4" } }
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
Resposta do tipo HttpActionResult
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.