POST api/SolicitudAutorizacionesApi/ValidarTopesPrestacion

Request Information

URI Parameters

None.

Body Parameters

ValidarTopePrestacionParam
NameDescriptionTypeAdditional information
OsIntegranteId

integer

None.

PrestacionId

integer

None.

FechaPractica

date

None.

Request Formats

application/json, text/json

Sample:
{
  "OsIntegranteId": 1,
  "PrestacionId": 2,
  "FechaPractica": "2026-09-21T17:37:22.965-03:00"
}

application/xml, text/xml

Sample:
<ValidarTopePrestacionParam xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ReintegrosApi.Models">
  <FechaPractica>2026-09-21T17:37:22.9657178-03:00</FechaPractica>
  <OsIntegranteId>1</OsIntegranteId>
  <PrestacionId>2</PrestacionId>
</ValidarTopePrestacionParam>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'ValidarTopePrestacionParam'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.