GET api/FinancialInstitution/FinancialInstitutionListsPaginated?skip={skip}&take={take}&field={field}&reverse={reverse}&includeDeleted={includeDeleted}&CountryID={CountryID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| skip | integer |
Required |
|
| take | integer |
Required |
|
| field | string |
Required |
|
| reverse | boolean |
Required |
|
| includeDeleted | boolean |
Default value is False |
|
| CountryID | string |
None. |
Body Parameters
None.
Response Information
Resource Description
PaginationOfFinancialInstitutionListsByCountry| Name | Description | Type | Additional information |
|---|---|---|---|
| IsAllSuccess | boolean |
None. |
|
| Items | Collection of FinancialInstitutionListsByCountry |
None. |
|
| UnPaginatedItems | Collection of FinancialInstitutionListsByCountry |
None. |
|
| FullCount | integer |
None. |
|
| Skip | integer |
None. |
|
| Take | integer |
None. |
|
| Properties | Dictionary of string [key] and string [value] |
None. |
Response Formats
application/json, text/json
Sample:
{
"IsAllSuccess": true,
"Items": [
{
"FinancialInstitutionListID": 1,
"CountryID": "4fd0fbb8-4739-4fbc-bca8-fb72afda149c",
"CountryName": "sample string 3",
"CurrencyID": "265e1913-7e29-4eb7-ba1d-11e8a72ed2bd",
"CurrencyCode": "sample string 5",
"IsDeleted": true,
"IsInUse": true,
"GuidIdentity": "ea5b4946-40c0-4c5b-bdab-49c2147baee1",
"Code": "sample string 8",
"Name": "sample string 9",
"Tag": "sample string 10"
},
{
"FinancialInstitutionListID": 1,
"CountryID": "4fd0fbb8-4739-4fbc-bca8-fb72afda149c",
"CountryName": "sample string 3",
"CurrencyID": "265e1913-7e29-4eb7-ba1d-11e8a72ed2bd",
"CurrencyCode": "sample string 5",
"IsDeleted": true,
"IsInUse": true,
"GuidIdentity": "ea5b4946-40c0-4c5b-bdab-49c2147baee1",
"Code": "sample string 8",
"Name": "sample string 9",
"Tag": "sample string 10"
}
],
"UnPaginatedItems": [
{
"FinancialInstitutionListID": 1,
"CountryID": "4fd0fbb8-4739-4fbc-bca8-fb72afda149c",
"CountryName": "sample string 3",
"CurrencyID": "265e1913-7e29-4eb7-ba1d-11e8a72ed2bd",
"CurrencyCode": "sample string 5",
"IsDeleted": true,
"IsInUse": true,
"GuidIdentity": "ea5b4946-40c0-4c5b-bdab-49c2147baee1",
"Code": "sample string 8",
"Name": "sample string 9",
"Tag": "sample string 10"
},
{
"FinancialInstitutionListID": 1,
"CountryID": "4fd0fbb8-4739-4fbc-bca8-fb72afda149c",
"CountryName": "sample string 3",
"CurrencyID": "265e1913-7e29-4eb7-ba1d-11e8a72ed2bd",
"CurrencyCode": "sample string 5",
"IsDeleted": true,
"IsInUse": true,
"GuidIdentity": "ea5b4946-40c0-4c5b-bdab-49c2147baee1",
"Code": "sample string 8",
"Name": "sample string 9",
"Tag": "sample string 10"
}
],
"FullCount": 2,
"Skip": 3,
"Take": 4,
"Properties": {
"sample string 1": "sample string 2",
"sample string 3": "sample string 4"
}
}
application/xml, text/xml
Sample:
<PaginationOfFinancialInstitutionListsByCountryvO27xaco xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ConsoleAPI.Internal.Models.Common">
<FullCount>2</FullCount>
<IsAllSuccess>true</IsAllSuccess>
<Items xmlns:d2p1="http://schemas.datacontract.org/2004/07/ConsoleAPI.Internal.Models.FinancialInstitution">
<d2p1:FinancialInstitutionListsByCountry>
<Code xmlns="http://schemas.datacontract.org/2004/07/ConsoleAPI.Internal.Models">sample string 8</Code>
<GuidIdentity xmlns="http://schemas.datacontract.org/2004/07/ConsoleAPI.Internal.Models">ea5b4946-40c0-4c5b-bdab-49c2147baee1</GuidIdentity>
<Name xmlns="http://schemas.datacontract.org/2004/07/ConsoleAPI.Internal.Models">sample string 9</Name>
<Tag xmlns="http://schemas.datacontract.org/2004/07/ConsoleAPI.Internal.Models">sample string 10</Tag>
<d2p1:CountryID>4fd0fbb8-4739-4fbc-bca8-fb72afda149c</d2p1:CountryID>
<d2p1:CountryName>sample string 3</d2p1:CountryName>
<d2p1:CurrencyCode>sample string 5</d2p1:CurrencyCode>
<d2p1:CurrencyID>265e1913-7e29-4eb7-ba1d-11e8a72ed2bd</d2p1:CurrencyID>
<d2p1:FinancialInstitutionListID>1</d2p1:FinancialInstitutionListID>
<d2p1:IsDeleted>true</d2p1:IsDeleted>
<d2p1:IsInUse>true</d2p1:IsInUse>
</d2p1:FinancialInstitutionListsByCountry>
<d2p1:FinancialInstitutionListsByCountry>
<Code xmlns="http://schemas.datacontract.org/2004/07/ConsoleAPI.Internal.Models">sample string 8</Code>
<GuidIdentity xmlns="http://schemas.datacontract.org/2004/07/ConsoleAPI.Internal.Models">ea5b4946-40c0-4c5b-bdab-49c2147baee1</GuidIdentity>
<Name xmlns="http://schemas.datacontract.org/2004/07/ConsoleAPI.Internal.Models">sample string 9</Name>
<Tag xmlns="http://schemas.datacontract.org/2004/07/ConsoleAPI.Internal.Models">sample string 10</Tag>
<d2p1:CountryID>4fd0fbb8-4739-4fbc-bca8-fb72afda149c</d2p1:CountryID>
<d2p1:CountryName>sample string 3</d2p1:CountryName>
<d2p1:CurrencyCode>sample string 5</d2p1:CurrencyCode>
<d2p1:CurrencyID>265e1913-7e29-4eb7-ba1d-11e8a72ed2bd</d2p1:CurrencyID>
<d2p1:FinancialInstitutionListID>1</d2p1:FinancialInstitutionListID>
<d2p1:IsDeleted>true</d2p1:IsDeleted>
<d2p1:IsInUse>true</d2p1:IsInUse>
</d2p1:FinancialInstitutionListsByCountry>
</Items>
<Properties xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:KeyValueOfstringstring>
<d2p1:Key>sample string 1</d2p1:Key>
<d2p1:Value>sample string 2</d2p1:Value>
</d2p1:KeyValueOfstringstring>
<d2p1:KeyValueOfstringstring>
<d2p1:Key>sample string 3</d2p1:Key>
<d2p1:Value>sample string 4</d2p1:Value>
</d2p1:KeyValueOfstringstring>
</Properties>
<Skip>3</Skip>
<Take>4</Take>
<UnPaginatedItems xmlns:d2p1="http://schemas.datacontract.org/2004/07/ConsoleAPI.Internal.Models.FinancialInstitution">
<d2p1:FinancialInstitutionListsByCountry>
<Code xmlns="http://schemas.datacontract.org/2004/07/ConsoleAPI.Internal.Models">sample string 8</Code>
<GuidIdentity xmlns="http://schemas.datacontract.org/2004/07/ConsoleAPI.Internal.Models">ea5b4946-40c0-4c5b-bdab-49c2147baee1</GuidIdentity>
<Name xmlns="http://schemas.datacontract.org/2004/07/ConsoleAPI.Internal.Models">sample string 9</Name>
<Tag xmlns="http://schemas.datacontract.org/2004/07/ConsoleAPI.Internal.Models">sample string 10</Tag>
<d2p1:CountryID>4fd0fbb8-4739-4fbc-bca8-fb72afda149c</d2p1:CountryID>
<d2p1:CountryName>sample string 3</d2p1:CountryName>
<d2p1:CurrencyCode>sample string 5</d2p1:CurrencyCode>
<d2p1:CurrencyID>265e1913-7e29-4eb7-ba1d-11e8a72ed2bd</d2p1:CurrencyID>
<d2p1:FinancialInstitutionListID>1</d2p1:FinancialInstitutionListID>
<d2p1:IsDeleted>true</d2p1:IsDeleted>
<d2p1:IsInUse>true</d2p1:IsInUse>
</d2p1:FinancialInstitutionListsByCountry>
<d2p1:FinancialInstitutionListsByCountry>
<Code xmlns="http://schemas.datacontract.org/2004/07/ConsoleAPI.Internal.Models">sample string 8</Code>
<GuidIdentity xmlns="http://schemas.datacontract.org/2004/07/ConsoleAPI.Internal.Models">ea5b4946-40c0-4c5b-bdab-49c2147baee1</GuidIdentity>
<Name xmlns="http://schemas.datacontract.org/2004/07/ConsoleAPI.Internal.Models">sample string 9</Name>
<Tag xmlns="http://schemas.datacontract.org/2004/07/ConsoleAPI.Internal.Models">sample string 10</Tag>
<d2p1:CountryID>4fd0fbb8-4739-4fbc-bca8-fb72afda149c</d2p1:CountryID>
<d2p1:CountryName>sample string 3</d2p1:CountryName>
<d2p1:CurrencyCode>sample string 5</d2p1:CurrencyCode>
<d2p1:CurrencyID>265e1913-7e29-4eb7-ba1d-11e8a72ed2bd</d2p1:CurrencyID>
<d2p1:FinancialInstitutionListID>1</d2p1:FinancialInstitutionListID>
<d2p1:IsDeleted>true</d2p1:IsDeleted>
<d2p1:IsInUse>true</d2p1:IsInUse>
</d2p1:FinancialInstitutionListsByCountry>
</UnPaginatedItems>
</PaginationOfFinancialInstitutionListsByCountryvO27xaco>