POST api/Archivo/ObtenerPDF
Request Information
URI Parameters
None.
Body Parameters
ProcesarArchivoName | Description | Type | Additional information |
---|---|---|---|
idEjecucionRuta | integer |
Required Range: inclusive between 1 and 2147483647 |
|
idNegocio | integer |
Required Range: inclusive between 1 and 2147483647 |
|
idTienda | integer |
Required Range: inclusive between 1 and 2147483647 |
|
idEncuesta | integer |
Required Range: inclusive between 1 and 2147483647 |
Request Formats
application/json, text/json
Sample:
{ "idEjecucionRuta": 1, "idNegocio": 2, "idTienda": 3, "idEncuesta": 4 }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.