v_ System Account Data Profile

Lists the Internal Entity Business Partners that an account has access to.

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

SystemAccountId is an integer field in the SystemAccountDataProfile table. It is used to store the primary key to uniquely identify each system account profile and its associated data. It acts as an index, used to link related table records and to provide quick access to system account profile information.

string
required
length between 1 and 128

The Code field in the SystemAccountDataProfile table is an nvarchar data type with a maximum length of 128 characters. It is used to store unique codes associated with account data profile records.

string
required
length ≥ 1

The Name of data type nvarchar field in the SystemAccountDataProfile table is used to store user-supplied text strings of varying length. The maximum length allowed is 450 characters. It is used for items such as names, descriptions, addresses, etc.

string | null

CountryId is an nvarchar field that stores a 128 character alphanumeric identifier for the country associated with a user's account information stored in the SystemAccountDataProfile table.

string | null

CountryFlagImage is a field of data type nvarchar in the SystemAccountDataProfile table used to store relative URL for an image of a user-selected country's flag.

boolean

The ActiveBusinessPartner field is a bit data type with a primary key value that defines if a business partner (BP) is active in the SystemAccountDataProfile table. If active, the value of the field is 1, if inactive, the value of the field is 0. The field is used to indicate the current activity status of the BP and is updated to indicate those who are active or inactive.

string | null

The City field stores the city of residence of a user in the SystemAccountDataProfile table. This field holds up to 64 characters and its data type is nvarchar.

string | null

The Hierachy field in the SystemAccountDataProfile table is a varchar data type field designed to store information related to a hierarchical network system structure. It can store data such as the position of an individual in the system, the levels of the system and the relationship of the individual to other members of the system.

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!