Account Balance Business Partner

The AccountBalanceBusinessPartner table stores the current balance of an account for each business partner in the Account package. The table contains information such as the business partner ID, the account ID, the currency type, the current balance, and the last updated timestamp. It is used to track and update the amount of money owed to or by each business partner in the system.

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

Name is a primary key (nvarchar) field in the AccountBalanceBusinessPartner table. This field contains the name of the business partner associated with each account's balance. It should be used to uniquely identify each account and to prevent duplicate entries from being made.

date-time
required

StatementDate is a date field in the AccountBalanceBusinessPartner table that represents the date of when a financial statement was issued for a particular business partner or account.

double | null

The ReportingClosingBalance field in the AccountBalanceBusinessPartner table stores the final balance reported for an account at the end of a business period, calculated as a decimal.

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!