POST GetAllLogin
Request Information
URI Parameters
None.
Body Parameters
TAB_LOGIN| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | string |
None. |
|
| string |
None. |
||
| senha | string |
None. |
|
| ATIVO | integer |
None. |
|
| app_usuario | integer |
None. |
|
| NAO_PODE_USAR_XML35 | integer |
None. |
|
| erro | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "sample string 1",
"email": "sample string 2",
"senha": "sample string 3",
"ATIVO": 4,
"app_usuario": 5,
"NAO_PODE_USAR_XML35": 6,
"erro": "sample string 7"
}
application/xml, text/xml
Sample:
<TAB_LOGIN xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/iFoxLoginWebApi.Models"> <ATIVO>4</ATIVO> <Id>sample string 1</Id> <NAO_PODE_USAR_XML35>6</NAO_PODE_USAR_XML35> <app_usuario>5</app_usuario> <email>sample string 2</email> <erro>sample string 7</erro> <senha>sample string 3</senha> </TAB_LOGIN>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of TAB_LOGIN| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | string |
None. |
|
| string |
None. |
||
| senha | string |
None. |
|
| ATIVO | integer |
None. |
|
| app_usuario | integer |
None. |
|
| NAO_PODE_USAR_XML35 | integer |
None. |
|
| erro | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": "sample string 1",
"email": "sample string 2",
"senha": "sample string 3",
"ATIVO": 4,
"app_usuario": 5,
"NAO_PODE_USAR_XML35": 6,
"erro": "sample string 7"
},
{
"Id": "sample string 1",
"email": "sample string 2",
"senha": "sample string 3",
"ATIVO": 4,
"app_usuario": 5,
"NAO_PODE_USAR_XML35": 6,
"erro": "sample string 7"
}
]
application/xml, text/xml
Sample:
<ArrayOfTAB_LOGIN xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/iFoxLoginWebApi.Models">
<TAB_LOGIN>
<ATIVO>4</ATIVO>
<Id>sample string 1</Id>
<NAO_PODE_USAR_XML35>6</NAO_PODE_USAR_XML35>
<app_usuario>5</app_usuario>
<email>sample string 2</email>
<erro>sample string 7</erro>
<senha>sample string 3</senha>
</TAB_LOGIN>
<TAB_LOGIN>
<ATIVO>4</ATIVO>
<Id>sample string 1</Id>
<NAO_PODE_USAR_XML35>6</NAO_PODE_USAR_XML35>
<app_usuario>5</app_usuario>
<email>sample string 2</email>
<erro>sample string 7</erro>
<senha>sample string 3</senha>
</TAB_LOGIN>
</ArrayOfTAB_LOGIN>