POST api/encuestas/guardaAgenda
Request Information
URI Parameters
None.
Body Parameters
DataEncuestaAgendaName | Description | Type | Additional information |
---|---|---|---|
idAgenda | integer |
None. |
|
respuesta | string |
None. |
|
tipo | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "idAgenda": 1, "respuesta": "sample string 2", "tipo": 3 }
application/xml, text/xml
Sample:
<DataEncuestaAgenda xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EcoOplacementApi.ViewModels"> <idAgenda>1</idAgenda> <respuesta>sample string 2</respuesta> <tipo>3</tipo> </DataEncuestaAgenda>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.