Home > @vsf-enterprise/sap-commerce-webservices-sdk > ConsentsApi > doGiveConsent

ConsentsApi.doGiveConsent() method

A user can give consent.

Signature:

doGiveConsent(baseSiteId: string, consentTemplateId: string, consentTemplateVersion: number, userId: string, options?: any): Promise<import("axios").AxiosResponse<ConsentTemplate>>;

Parameters

Parameter Type Description
baseSiteId string Base site identifier
consentTemplateId string Consent template ID.
consentTemplateVersion number Consent template version.
userId string User identifier or one of the literals : &#39;current&#39; for currently authenticated user, &#39;anonymous&#39; for anonymous user
options any Override http request option.

Returns:

Promise<import("axios").AxiosResponse<ConsentTemplate>>

Exceptions

{RequiredError} ConsentsApi