GET api/AccountDetails/GetMinOutstandingBalanceToPayForTOS/{BSCustomerID}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
BSCustomerID

string

Required

Body Parameters

None.

Response Information

Resource Description

AccountBalanceInfo
NameDescriptionTypeAdditional 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
}