inventorygroupPost method

Implementation

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

  return _inventorygroupPost(body: body);
}