BalanceDefinitionsByPid |
Get balance definition listReturns balance definition page
Catalog: Brevo
Schema: Balance
This is a read-only table function. The Sendinblue API may not support changing the data or the Invantive UniversalSQL driver for Sendinblue does not cover it. In the latter case, please use the table NativePlatformScalarRequests to upload data to the Sendinblue API.
Parameters of Table Function
The following parameters can be used to control the behaviour of the table function BalanceDefinitionsByPid. A value must be provided at all times for required parameters, but optional parameters in general do not need to have a value and the execution will default to a pre-defined behaviour. Values can be specified by position and by name. In both cases, all parameters not specified will be evaluated using their default values.
Value specification by position is done by listing all values from the first to the last needed value. For example: a `select * from table(value1, value2, value3)` on a table with four parameters will use the default value for the fourth parameter and the specified values for the first three.
Value specification by name is done by listing all values that require a value. For example with `select * from table(name1 => value1, name3 => value3)` on the same table will use the default values for the second and fourth parameters and the specified values for the first and third.
Name |
Data Type |
Required |
Default Value |
Documentation |
|---|---|---|---|---|
pid |
|
☑ |
|
Loyalty Program Id |
sortField |
|
☐ |
|
Field to sort by (Values: name, created_at, updated_at) |
version |
|
☐ |
|
Version (Values: active, draft) |
Columns of Table Function
The columns of the table function BalanceDefinitionsByPid are shown below. Each column has an SQL data type.
Name |
Data Type |
Label |
Required |
Documentation |
|---|---|---|---|---|
balanceAvailabilityDurationModifier |
varchar2 |
|
☐ |
Modifier for balance availability duration. startOfPeriod causes expiry at the start of the period, endOfPeriod at the end. noModification uses the exact duration from the credit date. |
balanceAvailabilityDurationUnit |
varchar2 |
|
☐ |
Unit of time for the balance availability duration. |
balanceAvailabilityDurationValue |
int64 |
|
☐ |
Number of time units before the balance expires. |
balanceExpirationDate |
varchar2 |
|
☐ |
Fixed expiration date in dd/mm format. The balance expires when this date next appears in the calendar. Only one of balanceExpirationDate or balance availability duration fields can be used. |
balanceOptionAmountOvertakingStrategy |
varchar2 |
|
☐ |
Partial enables partial credit of balance if maximum balance limit is reached. Strict enables rejection of a transaction if it will breach the max balance limit. |
balanceOptionCreditRounding |
varchar2 |
|
☐ |
Rounding strategy for credit transactions. |
balanceOptionDebitRounding |
varchar2 |
|
☐ |
Rounding strategy for debit transactions. |
createdAt |
datetime |
Creation Date |
☐ |
Timestamp of balance definition creation. |
deletedAt |
datetime |
|
☐ |
Timestamp of balance definition deletion (nullable). |
description |
varchar2 |
Description |
☐ |
Short description of the balance definition. |
id |
guid |
ID |
☐ |
Unique identifier for the balance definition. |
imageRef |
varchar2 |
|
☐ |
Optional image reference URL. |
maxAmount |
decimal |
|
☐ |
Maximum allowable balance. |
maxCreditAmountLimit |
decimal |
|
☐ |
Maximum credit allowed per operation. |
maxDebitAmountLimit |
decimal |
|
☐ |
Maximum debit allowed per operation. |
meta |
varchar2 |
|
☐ |
Additional metadata for the balance definition. |
minAmount |
decimal |
|
☐ |
Minimum allowable balance. |
name |
varchar2 |
Name |
☐ |
Name of the balance definition. |
unit |
varchar2 |
|
☐ |
Unit of balance measurement. |
updatedAt |
datetime |
|
☐ |
Timestamp of the last update. |
Sendinblue API Data Model