POST api/sgec/usuario_externo/preferencias
Salvar as preferências do Usuário Externo
Request Information
URI Parameters
None.
Body Parameters
SGECAPI.Request.UsuarioExterno.SalvarPreferenciasRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| IdUsuarioExterno | decimal number |
None. |
|
| Valor | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"IdUsuarioExterno": 1.0,
"Valor": "sample string 2"
}
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
}