customerValidatecustomercategoryBrowsePost method

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

Implementation

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

  return _customerValidatecustomercategoryBrowsePost(body: body);
}