POST api/MiBici/PostEvento
Permite Registrar un Audio o Video
Request Information
URI Parameters
None.
Body Parameters
Evento| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| terceroId |
Identifica un proveedor |
integer |
None. |
| instalacionId |
Identifica una instalación de un proveedor |
integer |
None. |
| organiza | string |
None. |
|
| fecha | date |
None. |
|
| descripcion | string |
None. |
|
| lugar | string |
None. |
|
| url | string |
None. |
|
| valor | integer |
None. |
|
| informacionContacto | string |
None. |
|
| imagen | Collection of byte |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": 1,
"terceroId": 2,
"instalacionId": 3,
"organiza": "sample string 4",
"fecha": "2026-04-04T02:48:37.0107647-05:00",
"descripcion": "sample string 6",
"lugar": "sample string 7",
"url": "sample string 8",
"valor": 9,
"informacionContacto": "sample string 10",
"imagen": "QEA="
}
application/xml, text/xml
Sample:
<Evento xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SIMAPI.Models.MiBici"> <Descripcion>sample string 6</Descripcion> <Fecha>2026-04-04T02:48:37.0107647-05:00</Fecha> <Id>1</Id> <Imagen>QEA=</Imagen> <InformacionContacto>sample string 10</InformacionContacto> <InstalacionId>3</InstalacionId> <Lugar>sample string 7</Lugar> <Organiza>sample string 4</Organiza> <TerceroId>2</TerceroId> <Url>sample string 8</Url> <Valor>9</Valor> </Evento>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.