POST Movil/Inversionista/AceptarCredito/Accion

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
SAV
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "USUId": "sample string 1",
  "USUToken": "sample string 2",
  "MontoSolicitado": 3.0,
  "USUNombre": "sample string 4",
  "Id": "sample string 5"
}

application/xml, text/xml

Sample:
<SolicitudAdelantoVistaModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ApiRestPNE.Models">
  <Id>sample string 5</Id>
  <MontoSolicitado>3</MontoSolicitado>
  <USUId>sample string 1</USUId>
  <USUNombre>sample string 4</USUNombre>
  <USUToken>sample string 2</USUToken>
</SolicitudAdelantoVistaModel>

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 'SolicitudAdelantoVistaModel'.

Response Information

No documentation available.

Response body formats

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

Sample:

Sample not available.