POST api/sgec/usuario_externo/favorito
Salvar ou Retirar Favoritos
Request Information
URI Parameters
None.
Body Parameters
SGECAPI.Request.UsuarioExterno.SaveOrRemoveFavoritoRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| IdUsuarioExterno | decimal number |
None. |
|
| IdEndereco | integer |
None. |
|
| IdBeneficio | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"IdUsuarioExterno": 1.0,
"IdEndereco": 2,
"IdBeneficio": 3
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
BasicResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| CodRetorno | SGECAPI.Models.Enum.CodRetorno |
None. |
Response Formats
application/json, text/json
Sample:
{
"CodRetorno": 1
}