POST api/cargos/addpago

Request Information

URI Parameters

None.

Body Parameters

GetFactura
NameDescriptionTypeAdditional information
Numero

integer

None.

Fecha

date

None.

IdSede

integer

None.

IdPersona

integer

None.

IdCarrera

integer

None.

Version

integer

None.

Nuevo

boolean

None.

IdClasificadorTFR

integer

None.

Detalle

Collection of GetDetalle

None.

TipoPago

Collection of GetTipoPago

None.

Request Formats

application/json, text/json

Sample:
{
  "Numero": 1,
  "Fecha": "2025-12-31T17:55:54.3333475-04:00",
  "IdSede": 3,
  "IdPersona": 4,
  "IdCarrera": 5,
  "Version": 6,
  "Nuevo": true,
  "IdClasificadorTFR": 8,
  "Detalle": [
    {
      "Gestion": 1,
      "Semestre": 2,
      "Cargo": "sample string 3",
      "IdServicio": 4,
      "Costo": 5.0,
      "Pago": 6.0
    },
    {
      "Gestion": 1,
      "Semestre": 2,
      "Cargo": "sample string 3",
      "IdServicio": 4,
      "Costo": 5.0,
      "Pago": 6.0
    }
  ],
  "TipoPago": [
    {
      "IdClasificadorTPA": 1,
      "Monto": 2.0
    },
    {
      "IdClasificadorTPA": 1,
      "Monto": 2.0
    }
  ]
}

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.