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