POST api/{tenant}/Expenses/Autenticar
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| tenant | string |
None. |
Body Parameters
ExpensesUsuarioModelo| Name | Description | Type | Additional information |
|---|---|---|---|
| Cliente | string |
None. |
|
| Login | string |
None. |
|
| Senha | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Cliente": "sample string 1",
"Login": "sample string 2",
"Senha": "sample string 3"
}
application/xml, text/xml
Sample:
<ExpensesUsuarioModelo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/M8.WebApi.Models.Expenses"> <Cliente>sample string 1</Cliente> <Login>sample string 2</Login> <Senha>sample string 3</Senha> </ExpensesUsuarioModelo>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
ExpensesRespostaModelo| Name | Description | Type | Additional information |
|---|---|---|---|
| Mensagem | string |
None. |
|
| Sucesso | boolean |
None. |
|
| Id | integer |
None. |
|
| FuncionarioId | integer |
None. |
|
| Valor | string |
None. |
|
| ValorAdiantamento | string |
None. |
|
| Token | string |
None. |
|
| Categorias | Collection of ExpensesItemModelo |
None. |
|
| Viagens | Collection of ExpensesItemModelo |
None. |
|
| Projetos | Collection of ExpensesItemModelo |
None. |
|
| Empresas | Collection of ExpensesItemModelo |
None. |
|
| CondicoesPagamentos | Collection of ExpensesItemModelo |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.