POST RMS/Get_Residence_Bank_Accounts?Ticket={Ticket}&resid={resid}&getnotactive={getnotactive}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Ticket | string |
Required |
|
| resid | integer |
Required |
|
| getnotactive | boolean |
Required |
Body Parameters
None.
Response Information
Resource Description
Result_Get_Residence_Bank_Accounts_AA| Name | Description | Type | Additional information |
|---|---|---|---|
| ExceptionMsg | string |
None. |
|
| draw | integer |
None. |
|
| recordsFiltered | integer |
None. |
|
| recordsTotal | integer |
None. |
|
| data | Collection of Bank_Account |
None. |
Response Formats
application/json, text/json
Sample:
{
"ExceptionMsg": "sample string 1",
"draw": 2,
"recordsFiltered": 3,
"recordsTotal": 4,
"data": [
{
"BANK_ACCOUNT_ID": 1,
"RESIDENCE_ID": 1,
"NAME": "sample string 1",
"DESCRIPTION": "sample string 2",
"BALANCE": "sample string 3",
"CURRENCY": "sample string 4",
"My_Rate": "sample string 5",
"IS_RESERVE": true,
"IS_MAIN": true,
"IS_ACTIVE": true,
"IS_DEFAULT": true,
"PAYMENTS_NB": 10,
"IS_JABI": true,
"JABI_ID": 1
},
{
"BANK_ACCOUNT_ID": 1,
"RESIDENCE_ID": 1,
"NAME": "sample string 1",
"DESCRIPTION": "sample string 2",
"BALANCE": "sample string 3",
"CURRENCY": "sample string 4",
"My_Rate": "sample string 5",
"IS_RESERVE": true,
"IS_MAIN": true,
"IS_ACTIVE": true,
"IS_DEFAULT": true,
"PAYMENTS_NB": 10,
"IS_JABI": true,
"JABI_ID": 1
}
]
}