GET api/Negocio/EliminarFavorito?UsuarioId={UsuarioId}&NegocioId={NegocioId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| UsuarioId | integer |
Required |
|
| NegocioId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
SimpleResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Estatus | boolean |
None. |
|
| Mensaje | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Estatus": true,
"Mensaje": "sample string 2"
}
application/xml, text/xml
Sample:
<SimpleResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/STW.Servicios.Models"> <Estatus>true</Estatus> <Mensaje>sample string 2</Mensaje> </SimpleResponse>