Client Integration Parameters

The ClientIntegrationParameter table within the Consent package is designed to store configuration settings and parameters that facilitate the integration of client-specific functionalities and data exchanges related to consent management. This table typically includes fields such as ClientID, ParameterName, ParameterValue, and Description to define and detail the integration requirements for various clients. It enables seamless customization and effective communication between the consent management system and client applications, ensuring compliance with regulatory requirements and enhancing the overall user experience.

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

The ClientIntegrationParameterId is an identity field of type int in the ClientIntegrationParameter table. It serves as a unique identifier for each record within the table, automatically incrementing with each new entry. This field ensures that each client integration parameter can be distinctly referenced, facilitating efficient data management and retrieval.

int32

ClientIntegrationId: A unique integer identifier for each client integration parameter, used to establish and manage relationships between clients and their respective integration configurations within the system.

int32

ParameterId: An integer representing the unique identifier for each integration parameter associated with a client. This field serves as the primary key for the ClientIntegrationParameter table, ensuring that each parameter can be distinctly referenced and managed within the database.

string | null

The 'Value' field in the 'ClientIntegrationParameter' table is of the data type nvarchar, designed to store variable-length Unicode character data. This allows for the inclusion of a wide range of characters and symbols, making it suitable for diverse client-specific integration parameters, settings, or configurations. The field can accommodate up to 4000 characters, ensuring flexibility in capturing detailed information relevant to each client's integration requirements.

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!