70997bf7efc9
Create a partner-purpose association
Creates a new association between a partner and purpose, optionally scoped to an organization
Request body
Foreign key reference to metadata-partners(id)
Foreign key reference to metadata-purposes(id)
Optional organization ID for org-specific overrides. Null indicates a global association
Processing rules for this partner-purpose combination. essential carries no user choice: the purpose is disclosed but cannot be consented to or objected to, so it cannot be combined with opt-in or opt-out
Whether the declared processing rule may be overridden by a publisher restriction. Defaults to false. Cannot be set on an essential association
Response
Unique identifier for the partner-purpose association
Foreign key reference to metadata-partners(id)
Foreign key reference to metadata-purposes(id)
Optional organization ID for org-specific overrides. Null indicates a global association
Processing rules for this partner-purpose combination. essential carries no user choice: the purpose is disclosed but cannot be consented to or objected to, so it cannot be combined with opt-in or opt-out
Read-only flag indicating if this is an organization override of a global association
Whether the declared processing rule may be overridden by a publisher restriction. The declared rule stays authoritative until a publisher restricts the purpose. Cannot be set on an essential association, which declares no legal basis to override
Legacy foreign key reference to metadata-partners-default-purposes(id)
Legacy foreign key reference to metadata-partners-legitimate-interest-purposes(id)
Timestamp of record creation
Timestamp of last update
Version number for concurrency control