POST api/networking/mant_editEvento
Request Information
URI Parameters
None.
Body Parameters
IttEventosNetworkingViewModelsName | Description | Type | Additional information |
---|---|---|---|
idEvento | integer |
None. |
|
idCiudad | integer |
None. |
|
idTipoEvento | integer |
None. |
|
descripcionEvento | string |
None. |
|
nombreConferencista | string |
None. |
|
descripcionConferencista | string |
None. |
|
fechaEvento | string |
None. |
|
HoraEvento | time interval |
None. |
|
lugarEvento | string |
None. |
|
nombreArchivo | string |
None. |
|
rutaImagenEvento | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "idEvento": 1, "idCiudad": 1, "idTipoEvento": 1, "descripcionEvento": "sample string 2", "nombreConferencista": "sample string 3", "descripcionConferencista": "sample string 4", "fechaEvento": "sample string 5", "HoraEvento": "00:00:00.1234567", "lugarEvento": "sample string 6", "nombreArchivo": "sample string 7", "rutaImagenEvento": "sample string 8" }
application/xml, text/xml
Sample:
<IttEventosNetworkingViewModels xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EcoOplacementApi.ViewModels"> <HoraEvento>PT0.1234567S</HoraEvento> <descripcionConferencista>sample string 4</descripcionConferencista> <descripcionEvento>sample string 2</descripcionEvento> <fechaEvento>sample string 5</fechaEvento> <idCiudad>1</idCiudad> <idEvento>1</idEvento> <idTipoEvento>1</idTipoEvento> <lugarEvento>sample string 6</lugarEvento> <nombreArchivo>sample string 7</nombreArchivo> <nombreConferencista>sample string 3</nombreConferencista> <rutaImagenEvento>sample string 8</rutaImagenEvento> </IttEventosNetworkingViewModels>
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.