POST api/addNotas

Request Information

URI Parameters

None.

Body Parameters

DetalleNotas
NameDescriptionTypeAdditional information
idNota

integer

None.

idInstructor

integer

None.

idGupo

string

None.

idAnio

integer

None.

idMes

integer

None.

idCursos

integer

None.

idAlumno

string

None.

Af1

integer

None.

Af2

integer

None.

Af3

integer

None.

Aftotal

integer

None.

Ps1

integer

None.

Ps2

integer

None.

Ps3

integer

None.

Pstotal

integer

None.

examen

integer

None.

total

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "idNota": 1,
  "idInstructor": 2,
  "idGupo": "sample string 3",
  "idAnio": 4,
  "idMes": 5,
  "idCursos": 6,
  "idAlumno": "sample string 7",
  "Af1": 8,
  "Af2": 9,
  "Af3": 10,
  "Aftotal": 11,
  "Ps1": 12,
  "Ps2": 13,
  "Ps3": 14,
  "Pstotal": 15,
  "examen": 16,
  "total": 17
}

text/html, text/plain

Sample:
{"idNota":1,"idInstructor":2,"idGupo":"sample string 3","idAnio":4,"idMes":5,"idCursos":6,"idAlumno":"sample string 7","Af1":8,"Af2":9,"Af3":10,"Aftotal":11,"Ps1":12,"Ps2":13,"Ps3":14,"Pstotal":15,"examen":16,"total":17}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, text/html, text/plain

Sample:

Sample not available.