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 : 'current' for currently authenticated user, 'anonymous' for anonymous user |
options | any | Override http request option. |
Returns:
Promise<import("axios").AxiosResponse<ConsentTemplate>>
Exceptions
{RequiredError} ConsentsApi