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