quoteValidateoutsidesalesrepresentativeBrowsePost method

Future<Response<FwStandardSqlServerFwJsonDataTable>> quoteValidateoutsidesalesrepresentativeBrowsePost({
  1. required FwStandardModelsBrowseRequest? body,
})

Implementation

Future<chopper.Response<FwStandardSqlServerFwJsonDataTable>>
quoteValidateoutsidesalesrepresentativeBrowsePost({
  required FwStandardModelsBrowseRequest? body,
}) {
  generatedMapping.putIfAbsent(
    FwStandardSqlServerFwJsonDataTable,
    () => FwStandardSqlServerFwJsonDataTable.fromJsonFactory,
  );

  return _quoteValidateoutsidesalesrepresentativeBrowsePost(body: body);
}