POST api/Materias
Request Information
URI Parameters
None.
Body Parameters
Materias| Name | Description | Type | Additional information |
|---|---|---|---|
| MateriasID | integer |
None. |
|
| Materia | string |
Required String length: inclusive between 0 and 100 |
|
| Minutos | integer |
None. |
|
| EmpresasID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"MateriasID": 1,
"Materia": "sample string 2",
"Minutos": 3,
"EmpresasID": 4
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Materias| Name | Description | Type | Additional information |
|---|---|---|---|
| MateriasID | integer |
None. |
|
| Materia | string |
Required String length: inclusive between 0 and 100 |
|
| Minutos | integer |
None. |
|
| EmpresasID | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"MateriasID": 1,
"Materia": "sample string 2",
"Minutos": 3,
"EmpresasID": 4
}