Outbound Statements

The OutboundStatement table in the Statement package is designed to store information related to outbound financial transactions initiated by the organization. This table captures essential details such as transaction identifiers, sender and recipient information, transaction amounts, currency types, timestamps of the transactions, and the status of each outbound statement. Additionally, it may include fields for related notes, transaction types, and any associated fees, enabling comprehensive tracking and reporting of outbound financial activities. The structure of this table facilitates efficient query processing and ensures data integrity for outbound transactions.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
int32

OutboundStatementId is an integer identity field that uniquely identifies each record within the OutboundStatement table. This field is automatically generated and incremented by the database, ensuring that each OutboundStatement record has a distinct identifier for efficient tracking and management.

date-time
required

The date from which the statement file(s) created should include balances.

date-time
required

The 'To' field in the OutboundStatement table represents the datetime of the intended delivery or expiration date and time for the outbound statement. This field captures the precise moment when the statement is expected to be sent or become valid, ensuring accurate tracking and management of outbound communications. It is stored in the datetime2 data type to provide high precision and a broad range of date and time values.

string
required
length between 1 and 64

The formal of the statement that should be generated.

string | null

The grouping that should be applied to the statements when creating the files. If archived, the files will be 'zipped' into a single archive file.

int32 | null

The integration on which the prepared statements should be queued.

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!