It allows you:
to get list of defined Bank Accounts
Columns that can be used as filters:
Organization
Bank
AccountNo
IBAN
Active
Actions can be done:
list
URL: https://api.socratecloud.com/webapi/rest/bank/account/list/{version}?startRow={0}&endRow={100}&accessToken={access_token}
Method: GET
Return: JSON object with next format:
{
"data": [
{
"Organization": "Demo SRL",
"Created": "2005-04-17 21:24:58+0300",
"CreatedBy": "Admin",
"Updated": "2014-05-23 08:43:42+0300",
"UpdatedBy": "Admin",
"Active": true,
"Bank": "Piraeus",
"AccountNo": "RO69 PIRB 0000 0000 ",
"IBAN": "RO69PIRB000000000000",
"Currency": "RON",
"BankAccountType": "Checking"
}
],
"totalRows": 1
}