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": "02ef1062-e0bf-4e7e-a548-7fb9b6b82ad6",
"idConsulta": "e6fa5bbf-9a91-428f-a894-c7bb2876fc27",
"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>e6fa5bbf-9a91-428f-a894-c7bb2876fc27</idConsulta> <idProveedor>02ef1062-e0bf-4e7e-a548-7fb9b6b82ad6</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>