kemproApiV2InternalConsentPost method
- required ConsentUpdateV2Body? body,
Update the consent of a user.
Intended to be used by the OnCue system to update the consent of users within the modern database.
Implementation
Future<chopper.Response> kemproApiV2InternalConsentPost(
{required ConsentUpdateV2Body? body}) {
return _kemproApiV2InternalConsentPost(body: body);
}