Alokai

SapccApiDoGiveConsentRequest

Request parameters for doGiveConsent operation in SapccApi. SapccApiDoGiveConsentRequest

interface SapccApiDoGiveConsentRequest {
	readonly baseSiteId: string;
	readonly consentTemplateId: string;
	readonly consentTemplateVersion: number;
	readonly userId: string;
}

Properties

NameRequiredTypeDescription
baseSiteIdRequiredstringBase site identifier {string} SapccApiDoGiveConsent
consentTemplateIdRequiredstringConsent template identifier. {string} SapccApiDoGiveConsent
consentTemplateVersionRequirednumberConsent template version. {number} SapccApiDoGiveConsent
userIdRequiredstringUser identifier or one of the literals : 'current' for currently authenticated user, 'anonymous' for anonymous user {string} SapccApiDoGiveConsent

On this page