POST api/Periodos
Creates a new school period
Request Information
URI Parameters
None.
Body Parameters
newPeriod
Periodo| Name | Description | Type | Additional information |
|---|---|---|---|
| idPeriodo | integer |
None. |
|
| AnoLetivo | string |
None. |
|
| Numero | integer |
None. |
|
| Fechado | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"idPeriodo": 1,
"AnoLetivo": "sample string 2",
"Numero": 3,
"Fechado": true
}
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.