POST api/Lean/GetCustomerBanksv2

Request Information

URI Parameters

None.

Body Parameters

LeanBanksRequest
NameDescriptionTypeAdditional information
FromServer

boolean

None.

AccountRefresh

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "FromServer": true,
  "AccountRefresh": true
}

application/xml, text/xml

Sample:
<LeanBanksRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Bankiom.Integrations.Lean">
  <AccountRefresh>true</AccountRefresh>
  <FromServer>true</FromServer>
</LeanBanksRequest>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'LeanBanksRequest'.

Response Information

Resource Description

LeanResponseViewModel
NameDescriptionTypeAdditional information
Status

boolean

None.

StatusCode

string

None.

reconnect_id

string

None.

Data

Object

None.

Response Formats

application/json, text/json

Sample:
{
  "Status": true,
  "StatusCode": "sample string 2",
  "reconnect_id": "sample string 3",
  "Data": {}
}

application/xml, text/xml

Sample:
<LeanResponseViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Bankiom.Integrations.Lean">
  <Data />
  <Status>true</Status>
  <StatusCode>sample string 2</StatusCode>
  <reconnect_id>sample string 3</reconnect_id>
</LeanResponseViewModel>