POST api/SolicitudAutorizacionesApi/ValidarTopesPrestacion
Request Information
URI Parameters
None.
Body Parameters
ValidarTopePrestacionParam| Name | Description | Type | Additional 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:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.