POST api/Autenticacao
Request Information
URI Parameters
None.
Body Parameters
AutenticacaoRequestName | Description | Type | Additional information |
---|---|---|---|
Token | globally unique identifier |
None. |
|
IdPortal | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "Token": "ebd5f35f-9135-4cf3-9855-ee02f8e4d9b5", "IdPortal": 2 }
application/xml, text/xml
Sample:
<AutenticacaoRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LinxMicrovix.Web.Requests"> <IdPortal>2</IdPortal> <Token>ebd5f35f-9135-4cf3-9855-ee02f8e4d9b5</Token> </AutenticacaoRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
RetornoAutenticacaoName | Description | Type | Additional information |
---|---|---|---|
Token | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{ "Token": "0ad30f36-1707-4810-bcb9-00f16ebd4882" }
application/xml, text/xml
Sample:
<RetornoAutenticacao xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LinxMicrovix.Web.Responses"> <Token>0ad30f36-1707-4810-bcb9-00f16ebd4882</Token> </RetornoAutenticacao>