watchlistScreeningEntityCreatePost method
Future<Response<WatchlistScreeningEntityCreateResponse> >
watchlistScreeningEntityCreatePost({
- required WatchlistScreeningEntityCreateRequest? body,
Create a watchlist screening for an entity
Implementation
Future<chopper.Response<WatchlistScreeningEntityCreateResponse>>
watchlistScreeningEntityCreatePost(
{required WatchlistScreeningEntityCreateRequest? body}) {
generatedMapping.putIfAbsent(WatchlistScreeningEntityCreateResponse,
() => WatchlistScreeningEntityCreateResponse.fromJsonFactory);
return _watchlistScreeningEntityCreatePost(body: body);
}