POST RMS/Get_All_Jabi_Transfers?Ticket={Ticket}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Ticket | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Result_Get_Jm_Jabi_BankTransfers| Name | Description | Type | Additional information |
|---|---|---|---|
| ExceptionMsg | string |
None. |
|
| draw | integer |
None. |
|
| recordsFiltered | integer |
None. |
|
| recordsTotal | integer |
None. |
|
| data | Collection of Bank_Transfer |
None. |
Response Formats
application/json, text/json
Sample:
{
"ExceptionMsg": "sample string 1",
"draw": 2,
"recordsFiltered": 3,
"recordsTotal": 4,
"data": [
{
"BANK_TRANSFER_ID": 1,
"BANK_ACCOUNT_ID": 1,
"TO_BANK_ACCOUNT_ID": 1,
"AMOUNT": "sample string 2",
"REAL_AMOUNT": 1.0,
"DATETIME": "2026-08-06T19:06:46.3859428+00:00",
"TRANSFER_DATETIME": "sample string 4",
"DESCRIPTION": "sample string 5",
"CURRENCY": "sample string 6",
"CREATED_BY": 1,
"TYPE": 1,
"STATUS": 1,
"My_Bank_Account": {
"BANK_ACCOUNT_ID": 1,
"RESIDENCE_ID": 2,
"NAME": "sample string 3",
"DESCRIPTION": "sample string 4",
"BALANCE": "sample string 5",
"IS_RESERVE": true,
"IS_MAIN": true,
"CURRENCY": "sample string 6",
"OPENING_BALANCE": "sample string 7",
"OPENING_DATE": "sample string 8",
"IS_JABI": true,
"JABI_ID": 1,
"IS_ACTIVE": true,
"IS_DEFAULT": true,
"CREATE_DATE": "2026-08-06T19:06:46.3859428+00:00",
"IS_ONDASHBOARD": true,
"BUDGET_ID": 1,
"RELATED_RESIDENSE_ID": 1
},
"To_Bank_Account": {
"BANK_ACCOUNT_ID": 1,
"RESIDENCE_ID": 2,
"NAME": "sample string 3",
"DESCRIPTION": "sample string 4",
"BALANCE": "sample string 5",
"IS_RESERVE": true,
"IS_MAIN": true,
"CURRENCY": "sample string 6",
"OPENING_BALANCE": "sample string 7",
"OPENING_DATE": "sample string 8",
"IS_JABI": true,
"JABI_ID": 1,
"IS_ACTIVE": true,
"IS_DEFAULT": true,
"CREATE_DATE": "2026-08-06T19:06:46.3859428+00:00",
"IS_ONDASHBOARD": true,
"BUDGET_ID": 1,
"RELATED_RESIDENSE_ID": 1
}
},
{
"BANK_TRANSFER_ID": 1,
"BANK_ACCOUNT_ID": 1,
"TO_BANK_ACCOUNT_ID": 1,
"AMOUNT": "sample string 2",
"REAL_AMOUNT": 1.0,
"DATETIME": "2026-08-06T19:06:46.3859428+00:00",
"TRANSFER_DATETIME": "sample string 4",
"DESCRIPTION": "sample string 5",
"CURRENCY": "sample string 6",
"CREATED_BY": 1,
"TYPE": 1,
"STATUS": 1,
"My_Bank_Account": {
"BANK_ACCOUNT_ID": 1,
"RESIDENCE_ID": 2,
"NAME": "sample string 3",
"DESCRIPTION": "sample string 4",
"BALANCE": "sample string 5",
"IS_RESERVE": true,
"IS_MAIN": true,
"CURRENCY": "sample string 6",
"OPENING_BALANCE": "sample string 7",
"OPENING_DATE": "sample string 8",
"IS_JABI": true,
"JABI_ID": 1,
"IS_ACTIVE": true,
"IS_DEFAULT": true,
"CREATE_DATE": "2026-08-06T19:06:46.3859428+00:00",
"IS_ONDASHBOARD": true,
"BUDGET_ID": 1,
"RELATED_RESIDENSE_ID": 1
},
"To_Bank_Account": {
"BANK_ACCOUNT_ID": 1,
"RESIDENCE_ID": 2,
"NAME": "sample string 3",
"DESCRIPTION": "sample string 4",
"BALANCE": "sample string 5",
"IS_RESERVE": true,
"IS_MAIN": true,
"CURRENCY": "sample string 6",
"OPENING_BALANCE": "sample string 7",
"OPENING_DATE": "sample string 8",
"IS_JABI": true,
"JABI_ID": 1,
"IS_ACTIVE": true,
"IS_DEFAULT": true,
"CREATE_DATE": "2026-08-06T19:06:46.3859428+00:00",
"IS_ONDASHBOARD": true,
"BUDGET_ID": 1,
"RELATED_RESIDENSE_ID": 1
}
}
]
}