POST api/BitacoraRutasPromotor
Request Information
URI Parameters
None.
Body Parameters
DescargaRutasPromotorName | Description | Type | Additional information |
---|---|---|---|
idUsuario | integer |
None. |
|
idRuta | integer |
None. |
|
fechaAlta | string |
None. |
|
horaAlta | string |
None. |
|
encuestasDescargadas | Collection of integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "idUsuario": 1, "idRuta": 2, "fechaAlta": "sample string 3", "horaAlta": "sample string 4", "encuestasDescargadas": [ 1, 2 ] }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ServiceResponseName | Description | Type | Additional information |
---|---|---|---|
codigoRespuesta | integer |
None. |
|
mensaje | string |
None. |
|
datos | Object |
None. |
Response Formats
application/json, text/json
Sample:
{ "codigoRespuesta": 1, "mensaje": "sample string 2", "datos": {} }