POST api/Reembolsos/VerificarVersion

Request Information

URI Parameters

None.

Body Parameters

VersionRequest
NameDescriptionTypeAdditional information
idAplicacion

integer

None.

Version

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "idAplicacion": 1,
  "Version": 2
}

application/xml, text/xml

Sample:
<ReembolsosController.VersionRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Artis.cl.Controllers">
  <Version>2</Version>
  <idAplicacion>1</idAplicacion>
</ReembolsosController.VersionRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.