Balance Strategies

Defines the strategy that should be applied to managing the balance of an account.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required
Body Params
string
required
length between 1 and 128

BalanceStrategyId is a data field of type nvarchar with a maximum length of 128 in the BalanceStrategy table. Its purpose is to uniquely identify each record of the BalanceStrategy table. It is defined as the primary key of the BalanceStrategy table, meaning it cannot contain any null values and must be unique for each row in the table.

string
required
length ≥ 1

The Description field of type nvarchar in the BalanceStrategy table provides context for the proposed balance strategy in the form of a text string. The field allows forthe storage of 250 characters of data.

string | null

Miscellaneous notes and information for the entry or record.

Headers
string
enum
Defaults to application/json;odata.metadata=minimal;odata.streaming=true

Generated from available request content types

Response
200

OK

Language
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here!