Create liquidity alerting ThresholdCopy Pagepost http://localhost:8080/v1/liquidity/thresholdsBody ParamsBody of a request to create a liquidity threshold alert.activebooleanDetermines whether the threshold is active. If set to false,the threshold will not be checked and won't raise an alert in case of a breach.truefalseamountnumber | null≥ 1Absolute monetary value for the threshold. Required if percental is set to false.iduuidrequiredUnique identifier (UUID) for the threshold.percentint32 | null1 to 100Relative percentage value for the threshold. Required if percental is set to true.percentalbooleanCalculation method for the threshold: true: Threshold is set as a percentage of corresponding limit. When set to true, the percent field needs to be set. false: Threshold is set as an absolute value. When set to false, the amount field needs to be set. truefalsetypestringenumrequiredLiquidity threshold type: TOTAL_DAILY_INBOUND_DIRECT_DEBIT: Total daily inbound Direct Debits threshold TOTAL_DAILY_NET_NON_SCHEME: Total daily non-scheme payments threshold TOTAL_DAILY_NET_VISA: Total daily Visa card payments threshold TOTAL_DAILY_OUTBOUND_BPAY: Total daily outbound BPAY payments threshold TOTAL_DAILY_INBOUND_DIRECT_DEBITTOTAL_DAILY_NET_NON_SCHEMETOTAL_DAILY_NET_VISATOTAL_DAILY_OUTBOUND_BPAYAllowed:TOTAL_DAILY_INBOUND_DIRECT_DEBITTOTAL_DAILY_NET_NON_SCHEMETOTAL_DAILY_NET_VISATOTAL_DAILY_OUTBOUND_BPAYResponses 200Success 400Bad Request 403Forbidden 422Unprocessable Entity 500Internal Server Error 501Not ImplementedUpdated about 1 month ago