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