API GetPrivacyConsents
Z Podpora.nextis.cz
Description
Method gives You overview of existing privacy consents in system.
Exact name
API_GetPrivacyConsents
Type
Standard view.
Specification
Column | Data type | Description | Relation |
---|---|---|---|
PRIVACYConsentID | int | Internal system id | |
CustomersID | int | ID of customer from customer list (see relation) | API_GetCustomers.ID |
BranchID | int | ID of branche from branch list (see relation) | API_GetBranches.ID |
CompanyName | nvarchar(250) | Company name | |
ConsentTypeID | int | ||
ConsentType | nvarchar(100) | ||
Timestamp | datetime | Timestamp | |
IP | nvarchar(50) | ||
Headers | text | ||
State | int |
Example
SELECT TOP 1000 * FROM [API_GetPrivacyConsents]
Notices
None.