customerrevenuebymonthreportValidatecustomerBrowsePost method

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

Implementation

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

  return _customerrevenuebymonthreportValidatecustomerBrowsePost(body: body);
}