POST api/GoogleCalendar/EliminarEvento
Request Information
URI Parameters
None.
Body Parameters
EliminarEventoRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| idProveedor | globally unique identifier |
None. |
|
| idConsulta | globally unique identifier |
None. |
|
| googleEventId | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"idProveedor": "e76a06a1-90ef-4cd3-aedd-50f58f9f7d8b",
"idConsulta": "ae4f0001-110a-4061-aaf5-93e2741d7c53",
"googleEventId": "sample string 3"
}
application/xml, text/xml
Sample:
<EliminarEventoRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/apiRadar"> <googleEventId>sample string 3</googleEventId> <idConsulta>ae4f0001-110a-4061-aaf5-93e2741d7c53</idConsulta> <idProveedor>e76a06a1-90ef-4cd3-aedd-50f58f9f7d8b</idProveedor> </EliminarEventoRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
MsgRespuesta| Name | Description | Type | Additional information |
|---|---|---|---|
| codigo | string |
None. |
|
| mensaje | string |
None. |
|
| contenido | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"codigo": "sample string 1",
"mensaje": "sample string 2",
"contenido": {}
}
application/xml, text/xml
Sample:
<MsgRespuesta xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/apiRadar"> <codigo>sample string 1</codigo> <contenido /> <mensaje>sample string 2</mensaje> </MsgRespuesta>