inventorysearchAccessoriesPost method

Implementation

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

  return _inventorysearchAccessoriesPost(body: body);
}