inventorygroupinventoryPost method

Implementation

Future<
  chopper.Response<
    WebApiModulesSettingsInventoryGroupInventoryInventoryGroupInventory
  >
>
inventorygroupinventoryPost({
  required WebApiModulesSettingsInventoryGroupInventoryInventoryGroupInventory?
  body,
}) {
  generatedMapping.putIfAbsent(
    WebApiModulesSettingsInventoryGroupInventoryInventoryGroupInventory,
    () => WebApiModulesSettingsInventoryGroupInventoryInventoryGroupInventory
        .fromJsonFactory,
  );

  return _inventorygroupinventoryPost(body: body);
}