inventorywarehousePost method
Future<Response<WebApiModulesHomeControlsInventoryWarehouseInventoryWarehouse> >
inventorywarehousePost({
- required WebApiModulesHomeControlsInventoryWarehouseInventoryWarehouse? body,
Implementation
Future<
chopper.Response<
WebApiModulesHomeControlsInventoryWarehouseInventoryWarehouse>>
inventorywarehousePost(
{required WebApiModulesHomeControlsInventoryWarehouseInventoryWarehouse?
body}) {
generatedMapping.putIfAbsent(
WebApiModulesHomeControlsInventoryWarehouseInventoryWarehouse,
() => WebApiModulesHomeControlsInventoryWarehouseInventoryWarehouse
.fromJsonFactory);
return _inventorywarehousePost(body: body);
}