POST api/Archivo/ObtenerTXT

Request Information

URI Parameters

None.

Body Parameters

ProcesarArchivo
NameDescriptionTypeAdditional 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

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.