Portals

A portal defines the online platform provided by a bank or financial institutions that allows account holders to manage their accounts online.

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

The PortalId field is an nvarchar data type with a maximum length of 128 characters and is used as a primary key in the Portal table. It is used as a unique identifier for each row and ensures that each Portal record is uniquely identified.

string
required
length between 1 and 512

The field 'Description' in the 'Portal' table will be of data type nvarchar and willbe able to contain up to 512 characters of text. It can be used to store a general description of the record associated with the Portal.

string | null

Miscellaneous notes and information for the entry or record.

int32

SystemDefnId is an int field in the Portal table that serves as a unique identifier for each system definition created or added to the Portal database. Each record will have its own SystemDefnId to reference, allowing for efficient organization and system management.

string
required
length between 1 and 32

The PortalReconciliationStrategyId is an nvarchar field with a maximum length of 32 in the Portal table that uniquely identifies the reconciliation strategy for each portal, if applicable.

string | null

The PortalSupportEmail field in the Portal table is of data type nvarchar and has a maximum length of 96. It stores the email address of the support team that is responsible for providing assistance for the Portal.

string | null
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!