Consent Types

The ConsentType table stores details about the possible types of consent required by the integration and how the consent should be applied to each 'activated' counterparty using the integration.

Body Params
string
required
length between 1 and 64

ConsentTypeId is an nvarchar data type field with a maximum length of 64 characters in a table called ConsentType. It is a primary key that uniquely identifies each type of consent that is stored in the ConsentType table.

string
required
length ≥ 1

The Description field of the ConsentType table is a data type of nvarchar, which allows for storing characters and unicode characters. This field can hold up to 2 GB of data and will be used to store descriptions of different types of consent.

string | null

Miscellaneous notes and information for the entry or record.

Response
200

OK

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