customerValidateparentcustomerBrowsePost method

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

Implementation

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

  return _customerValidateparentcustomerBrowsePost(body: body);
}