POST api/addGrupo
Request Information
URI Parameters
None.
Body Parameters
DetalleGrupoAdd| Name | Description | Type | Additional information |
|---|---|---|---|
| idGrupo | string |
None. |
|
| horario | string |
None. |
|
| idInstructor | integer |
None. |
|
| idAnio | integer |
None. |
|
| idPlan | integer |
None. |
|
| idSalon | integer |
None. |
|
| idNombreGrupo | integer |
None. |
|
| tope | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"idGrupo": "sample string 1",
"horario": "sample string 2",
"idInstructor": 3,
"idAnio": 4,
"idPlan": 5,
"idSalon": 6,
"idNombreGrupo": 7,
"tope": 8
}
text/html, text/plain
Sample:
{"idGrupo":"sample string 1","horario":"sample string 2","idInstructor":3,"idAnio":4,"idPlan":5,"idSalon":6,"idNombreGrupo":7,"tope":8}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html, text/plain
Sample:
Sample not available.