POST api/teacher/AddPago

Request Information

URI Parameters

None.

Body Parameters

Collection of GetPago
NameDescriptionTypeAdditional information
IdDocDetalle

integer

None.

IdPersonaDOC

integer

None.

IdSede

integer

None.

IdClasificadorTFR

integer

None.

Periodo

integer

None.

Semestre

integer

None.

Nombre

string

None.

Costo

decimal number

None.

Pago

decimal number

None.

NroComprobante

string

None.

Fecha

date

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "IdDocDetalle": 1,
    "IdPersonaDOC": 2,
    "IdSede": 3,
    "IdClasificadorTFR": 4,
    "Periodo": 5,
    "Semestre": 6,
    "Nombre": "sample string 7",
    "Costo": 8.0,
    "Pago": 9.0,
    "NroComprobante": "sample string 10",
    "Fecha": "2025-12-31T18:03:19.2391787-04:00"
  },
  {
    "IdDocDetalle": 1,
    "IdPersonaDOC": 2,
    "IdSede": 3,
    "IdClasificadorTFR": 4,
    "Periodo": 5,
    "Semestre": 6,
    "Nombre": "sample string 7",
    "Costo": 8.0,
    "Pago": 9.0,
    "NroComprobante": "sample string 10",
    "Fecha": "2025-12-31T18:03:19.2391787-04:00"
  }
]

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.