watchlistScreeningEntityGetPost method

Future<Response<WatchlistScreeningEntityGetResponse>> watchlistScreeningEntityGetPost({
  1. required WatchlistScreeningEntityGetRequest? body,
})

Get an entity screening

Implementation

Future<chopper.Response<WatchlistScreeningEntityGetResponse>>
    watchlistScreeningEntityGetPost(
        {required WatchlistScreeningEntityGetRequest? body}) {
  generatedMapping.putIfAbsent(WatchlistScreeningEntityGetResponse,
      () => WatchlistScreeningEntityGetResponse.fromJsonFactory);

  return _watchlistScreeningEntityGetPost(body: body);
}