POST api/Encuesta/{tipoReferencia}/{idUsuario}/{dia}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| idUsuario | integer |
Required |
|
| tipoReferencia | integer |
Required |
|
| dia | integer |
Required |
Body Parameters
Collection of ListaReferencias| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"id": 1
},
{
"id": 1
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ServiceResponse| Name | 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": {}
}