POST api/Autenticacao/GestaoUsuario
Request Information
URI Parameters
None.
Body Parameters
LoginGestaoUsuarioRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| Token | globally unique identifier |
None. |
|
| IdUsuario | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Token": "e9299f92-820e-483a-b3fb-bc372f21fd20",
"IdUsuario": 1
}
application/xml, text/xml
Sample:
<LoginGestaoUsuarioRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LMX.Autenticacao.Message.Requests"> <IdUsuario>1</IdUsuario> <Token>e9299f92-820e-483a-b3fb-bc372f21fd20</Token> </LoginGestaoUsuarioRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.