GET {folder}/FilialAdquirente/{token}/{colecao}/{campo}/{orderBy}/{pageSize}/{pageNumber}?100={100}&101={101}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| 100 | string |
None. |
|
| 101 | integer |
None. |
|
| token | string |
None. |
|
| colecao | integer |
Default value is 0 |
|
| campo | integer |
Default value is 0 |
|
| orderBy | integer |
Default value is 0 |
|
| pageSize | integer |
Default value is 100 |
|
| pageNumber | integer |
Default value is 1 |
|
| folder | string |
None. |
Body Parameters
None.
Response Information
Resource Description
Retorno| Name | Description | Type | Additional information |
|---|---|---|---|
| Registros | Collection of Object |
None. |
|
| TotalDeRegistros | integer |
None. |
|
| ItensPorPagina | integer |
None. |
|
| PaginaAtual | integer |
None. |
|
| Totais | Dictionary of string [key] and Object [value] |
None. |
Response Formats
application/json, text/json
Sample:
{
"Registros": [
{},
{}
],
"TotalDeRegistros": 1,
"ItensPorPagina": 2,
"PaginaAtual": 3,
"Totais": {
"sample string 1": {},
"sample string 3": {}
}
}
application/xml, text/xml
Sample:
<Retorno xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Api_Integracao.Models.Object">
<ItensPorPagina>2</ItensPorPagina>
<PaginaAtual>3</PaginaAtual>
<Registros xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:anyType />
<d2p1:anyType />
</Registros>
<Totais xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:KeyValueOfstringanyType>
<d2p1:Key>sample string 1</d2p1:Key>
<d2p1:Value />
</d2p1:KeyValueOfstringanyType>
<d2p1:KeyValueOfstringanyType>
<d2p1:Key>sample string 3</d2p1:Key>
<d2p1:Value />
</d2p1:KeyValueOfstringanyType>
</Totais>
<TotalDeRegistros>1</TotalDeRegistros>
</Retorno>