GET api/AccountDetails/GetMinOutstandingBalanceToPayForTOS/{BSCustomerID}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
BSCustomerID | string |
Required |
Body Parameters
None.
Response Information
Resource Description
AccountBalanceInfoName | Description | Type | Additional information |
---|---|---|---|
IsDepositOnFile | boolean |
None. |
|
IsOutstandingAmount | boolean |
None. |
|
MinOutstandingBalAmt | decimal number |
None. |
|
ThresholdOutstandingBalance | integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "IsDepositOnFile": true, "IsOutstandingAmount": true, "MinOutstandingBalAmt": 1.0, "ThresholdOutstandingBalance": 1 }