Portal Accounts

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

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
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

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.

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!