Portal Account Audit

This table defines which bank accounts are managed by a portal.

Body Params
string
required
string | null
string
required
int32
string | null
int32

The PortalAccountId is an int field in the PortalAccount table that uniquely identifies each record. It's a primary key of the table and therefore acts as a unique identifier for each record within the system. It can also be used as a foreign key in other tables, such as SubscriptionDetail, to link different records together.

int32 | null

The AccountId field is an integer data type field in the PortalAccount table, which uniquely identifies each account. Each PortalAccount record is assigned a unique AccountId that can be used to identify the associated account.

string | null

PortalId of data type nvarchar with a maximum length of 128 in the PortalAccount table is a required field that is used to uniquely identify each account in the system. It is a user-defined string value and can contain a combination of up to 128 characters.

int32 | null
Response
200

OK

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